From agent-harness
Sweep GitHub PR comments, review threads, and checks before handoff or landing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-harness:pr-feedback-sweepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this before declaring a pull request ready, and again before landing.
Use this before declaring a pull request ready, and again before landing.
Start with the bundled helper:
"${CLAUDE_PLUGIN_ROOT}/scripts/pr_feedback_sweep.py" <pr-url-or-number>
Gather all available feedback:
Prefer GitHub MCP tools when available. Otherwise use gh:
gh pr view <pr> --json number,title,state,mergeable,reviewDecision,comments,reviews,commits,statusCheckRollup
gh api repos/{owner}/{repo}/pulls/<pr>/comments
gh pr checks <pr>
Use one of:
fix: implement and rerun validation.reply: explain why no code change is needed.defer: create a follow-up issue only when the item is out of scope and non-blocking.block: stop because the feedback reveals a missing requirement or unsafe ambiguity.Do not move to ready-for-review or landed state while actionable feedback is unresolved.
npx claudepluginhub majiayu000/agent-harness --plugin agent-harnessGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.