How this skill is triggered — by the user, by Claude, or both
Slash command
/beads-workflow:review-branchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the code modified in this branch for bugs, redundant code, or obvious overcomplication.
Review the code modified in this branch for bugs, redundant code, or obvious overcomplication.
This skill MUST be executed via a subagent — not in the main conversation context. The diff and per-file review work are large and would pollute the main context. When this skill is invoked, immediately dispatch a single subagent (e.g. Agent with subagent_type=general-purpose, or superpowers:code-reviewer if available) to carry out the steps below, and have it return a concise summary plus the list of filed beads issue IDs.
The main agent should:
git diff origin/main...HEAD to see all changesgit log origin/main..HEAD --oneline to see commitsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jonniesweb/skills --plugin beads-workflow