From implement-lifecycle
Address filtered review findings for implement workflow (runs as subagent)
npx claudepluginhub benjamcalvin/bootstraps --plugin implement-lifecycleThis skill uses the workspace's default tool permissions.
Address filtered review findings on PR #$0, round $1.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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: