plugins/teamcraft-jcg/skills/address-feedback/SKILL.md
Check for open reviewer feedback on your PR and work through it. Run proactively to poll for feedback, or in response to a notification. Surfaces all open threads, helps you decide what to change vs. reply to, makes code changes, pushes, and notes threads to resolve. Leaves the PR ready for the reviewer's next pass.
npx skillsauth add codingthefuturewithai/claude-code-primitives teamcraft-jcg:address-feedbackInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check whether a reviewer has left open feedback on your PR. If there is none, say so clearly — the developer knows they can move on or keep waiting. If there is feedback, work through it together: understand what the reviewer is asking, make code changes where warranted, reply to threads, push — and then instruct the developer to resolve addressed threads in the GitHub UI. Leave the PR ready for the reviewer's next pass.
git push fails due to auth, follow the guidance in references/git-push-guidance.md exactly — detect, stop, guide the developer, and wait.The Jira issue key comes from $ARGUMENTS. If not provided, ask. Identify the GitHub repo from .teamcraft/project.md or git remote -v via Bash. Find the PR linked to this issue — look for an open PR on a branch matching the issue key: gh pr list --head [branch-name] via Bash, where the branch name contains the issue key.
Fetch all PR comments and review threads via gh pr view [PR-number] --comments via Bash. Separate:
If there are no open reviewer threads: tell the developer clearly — "No open feedback on PR #N yet. Nothing to address." Stop there. The developer can check again later or follow up with the reviewer directly.
If there is open feedback, continue.
Summarize all open threads clearly before proposing any action. Group by type:
For each thread, show: what the reviewer said, what file/line it's on (if applicable), and your read of what they're asking for.
Ask: "Which of these do you want to address now?"
For each item the developer wants to address:
If a code change is needed:
If a reply is warranted:
gh pr comment [PR-number] --body "..." via Bashgh pr comment [PR-number] --reply-to [comment-id] --body "..." via Bash if the flag is supported in the installed gh version; otherwise post a plain comment that clearly references the threadIf the developer decides not to address an item:
If any code changes were made:
fix: address review feedback — [what changed] (PROJ-42)Thread resolution is not available via the gh CLI. After pushing, instruct the developer:
"To mark addressed threads as resolved, open the PR in the GitHub UI and resolve each thread. Based on our work, the following threads are ready to resolve: [list threads]. Leave any 'won't fix' or 'deferring' threads open for the reviewer."
This step is the developer's to complete in the browser.
Summarize:
The reviewer can now run their review again to see the updated code and responses.
development
Launch (or re-launch) the user's live, multi-project work board. The dashboard is a single HTML file copied to a stable user-side location at ~/.claude/teamcraft-board.html and opened in the user's default browser. It has two views via a header toggle — a drag-and-drop Kanban Board and a live Status tab with analytics (work by status, throughput, cycle time, aging, blocked chains, recomputed on every poll). Each project is added via a header dropdown; the dashboard polls each project's .teamcraft/work directly from the browser and updates in real time. Use when the user says 'show me the kanban', 'work board', 'open the board', 'board view', 'kanban view', 'live dashboard', 'visual dashboard', 'live status dashboard', 'status dashboard', 'project metrics', 'throughput/cycle-time view', 'HTML view of work items', 'drag-and-drop board', or asks to see/move/track work visually.
development
Run a retrospective — AI compiles evidence from recent work, facilitates human reflection, and captures process decisions back into living docs. Use when the user says 'run a retro', 'let's do a retrospective', 'run a retrospective on the last 2 weeks', 'let's reflect on how that feature went', or 'time for a retro'.
development
Re-evaluate what Claude needs to be told about this project as the codebase evolves. Some gotchas become obvious from the code (remove them). New gotchas emerge. Decisions change. Use when the user says 'refresh the rules', 'update Claude's context', 'are the rules still accurate', 'clean up claude rules', or after significant codebase changes.
development
Report project status from work items and git history — either as a quick, interpreted read here in the session, or by pointing the developer to the live Status dashboard (the work board's Status tab). Covers work by status, what's in flight, cycle times, throughput, backlog priorities, aging alerts, blocked chains, and how commit activity lines up with the board. Use when the user says 'project status', 'show me the project status', 'what's the status of the work items', 'how are we doing', 'generate a status report', or asks for a status dashboard.