From claude-commands
Triage incoming feedback into Accept, Adapt, or Reject buckets with structured verdicts and follow-up actions.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:accept-adapt-rejectcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /accept-adapt-reject (alias: /aar) A slash command that wraps the `accept-adapt-reject` skill. Pass any incoming feedback (code review comments, PR feedback, user corrections, design critiques) as the command arguments. The skill produces a structured AAR triage: each discrete piece of feedback is bucketed as **ACCEPT**, **ADAPT**, or **REJECT**, with reasoning and concrete actions. Accepted and adapted items are then executed. ## Usage ## Examples ## What it does 1. **Loads the `accept-adapt-reject` skill** for the full AAR algorithm, output template, and priority rules. 2. **Se...
A slash command that wraps the accept-adapt-reject skill. Pass any incoming feedback (code review comments, PR feedback, user corrections, design critiques) as the command arguments. The skill produces a structured AAR triage: each discrete piece of feedback is bucketed as ACCEPT, ADAPT, or REJECT, with reasoning and concrete actions. Accepted and adapted items are then executed.
/accept-adapt-reject <feedback text or reference to a thread/PR/comments>
/aar <feedback text or reference>
/aar "The function is too long. Rename tmp to temporaryValue. We should switch to GraphQL."
/aar PR #1234 review comments
/aar "Stop using const for everything, prefer let"
accept-adapt-reject skill for the full AAR algorithm, output template, and priority rules.systematic-debugging to find the root cause, then come back to AAR if feedback is involved.For the complete algorithm, priority rules, anti-patterns, and worked examples, see the canonical skill at:
~/.hermes_prod/skills/accept-adapt-reject/SKILL.md
The skill is the source of truth. This command is a thin launcher.
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commands/reflect-reviewReviews code review comments from .review-artifacts/{branch}/review-comments.md, judges accept/reject per priority, applies accepted changes after user confirmation, runs QA (build/test/fix), updates file with judgments, and reports summary.
/pr-feedbackAnalyzes PR review comments by classifying into must/imo/nits/q priorities, creates action plans, performs 3-stage root cause analysis on CI errors, and verifies fixes with tests and linting.
/pr-feedbackClassifies PR review comments by priority (must/imo/nits/q), analyzes CI errors with 3-step root cause method, generates ordered response plans, and verifies fix quality.
/pr-feedbackClassifies PR review comments by priority (must/imo/nits/q), analyzes CI/build errors via 3-step root cause method, generates ordered action plan with fixes and verification steps.