con un clic
review-branch
Review code changes in the current branch for issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review code changes in the current branch for issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Fetch origin/main and rebase the current worktree or branch onto the latest origin/main.
Move a sibling worktree's branch into the main checkout, then remove the worktree.
Fix or build the requested change in a git worktree, then open a PR.
Convert a plan into a beads epic with detailed issues and subissues
Investigate a GitHub issue or feature description, determine status, and plan implementation if needed
Refine a beads issue or epic for implementation quality
| name | review-branch |
| description | Review code changes in the current branch for issues |
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 commits