audit_queue
Validate open issues in a queue against convention rules and generate a violation report. Use dry run to preview before posting comments.
Instructions
Validates all open issues in a queue against convention.json and returns a violation report. Always run as dry_run=true first and show the user the results before posting any comments. Only set post_comments=true after the user explicitly confirms. Comment posts are throttled (~200ms between each, plus an extra ~200ms after every 10 posts) to reduce rate-limit risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue | Yes | ||
| sprint | No | ||
| post_comments | No | ||
| dry_run | No |