Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Perform a thorough local code review with full project context — reads source files directly, no API truncation limits.
Announce at start: "I'm using pr-review skill to review the pull request."
/pr-review [pr_number]
$ARGUMENTS may contain an optional PR number and/or --automation flag.
--automation: interactive mode (prompts for confirmation, comment, cleanup)--automation: non-interactive mode (auto-post comment, auto-delete branch, output machine-readable result)If $ARGUMENTS is non-empty, use it as the PR number.
Otherwise run:
gh pr view --json number -q .number
If this also fails (not on a PR branch), abort with:
No PR number provided and cannot detect one from the current branch. Usage:
/pr-review <pr_number>
Also parse --automation from $ARGUMENTS:
AUTOMATION_MODE=false
if echo "$ARGUMENTS" | grep -q -- '--automation'; then
AUTOMATION_MODE=true
fi
gh pr view <PR_NUMBER> --json statusCheckRollup \
npx skills add iOfficeAI/AionUi --skill pr-reviewHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.