Arguments:
$ARGUMENTS(and$1,$2, ...) refer to the arguments given when this skill was invoked. Take them from the user's request; if absent, infer them from the conversation.
Maintainer Triage
Resolve one GitHub pull request or issue, then load only its lightweight triage workflow.
Input: $ARGUMENTS (if absent, use the target named in the conversation).
Determine the target type from GitHub metadata, not keyword guesses. For a bare number, resolve a pull request with that number first, then an issue. If no single target can be resolved, ask the user which PR or issue to triage.
- Pull request — read
references/pr-triage.mdcompletely, then execute it end to end with the original input. Do not read the issue workflow. - Issue — read
references/issue-triage.mdcompletely, then execute it end to end with the original input. Do not read the PR workflow.
Do not triage both kinds in one invocation or route into a heavier workflow.
Resources
references/pr-triage.md— lightweight contributor PR policy and reviewability triagereferences/issue-triage.md— lightweight issue reproduction and disposition