From implement-lifecycle
Address filtered review findings for implement workflow (runs as subagent)
How this skill is triggered — by the user, by Claude, or both
Slash command
/implement-lifecycle:implement-addressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Address filtered review findings on PR #$0, round $1.
Address filtered review findings on PR #$0, round $1.
gh pr view $0gh pr view $0 --comments 2>/dev/null || echo "NO_COMMENTS"cat $2You are the addresser for the /implement workflow. You fix issues identified by the review, run tests, and push fixes. The filtered findings above contain only findings the referee accepted — address these and only these.
Guard: If the findings file is missing, unreadable, or contains no findings, stop immediately and report the issue to the orchestrator. Do not proceed with an empty or absent findings list.
Use the Task tools (TaskCreate, TaskUpdate) to track progress.
Read the filtered findings in the Context section above. For each finding:
For each finding, take one of these actions:
Apply — The finding is correct. Make the change.
Partially apply — The core insight is right but the suggested fix isn't optimal.
Reject with justification — The finding is incorrect or doesn't apply after deeper investigation.
Escalate — You're unsure whether the finding is valid.
After addressing all findings:
fix: address review round $1 — <description>git push
Post your summary to the PR:
gh pr comment $0 --body "<summary>"
Return a summary table:
| # | Finding | Action | Details |
|---|---|---|---|
| 1 | Applied / Partially applied / Rejected / Escalated |
Tests: — Commits:
npx claudepluginhub benjamcalvin/bootstraps --plugin implement-lifecycleTriages PR review comments, failing CI checks, and merge conflicts by grading each through ten quality dimensions. Useful when responding to feedback or fixing a build.
Loads GitHub PR review comments into the AI session for analysis, triage, and fix planning. Default is analysis-only; use --mode fix to enable auto-fixes.
Triages PR review comments by filtering false positives (outdated, misread, wrong context, style preference), validating against current diff, and fixing actionable ones with per-fix confirmation.