bug-triage
Installation
SKILL.md
Bug Triage
Triage open bug issues on apify/apify-mcp-server. Analyze, draft responses, get approval, post.
Permissions
- Read-only by default: listing issues (
gh issue list), viewing details and comments (gh issue view) — do these automatically, no need to ask. - Write requires approval: commenting (
gh issue comment), closing (gh issue close), editing (gh issue edit) — always present the draft and wait for explicit user approval before executing.
Step 0: Parse arguments
$ARGUMENTS controls scope:
| Input | Behavior |
|---|---|
623 641 639 |
Triage specific issue numbers |
--label bug |
Triage all open issues with label (default: bug) |
--all |
Triage all open bug-labeled issues |
| (empty) | Same as --all |
Related skills