en un clic
branch-review
{{ 𝛀𝛀𝛀 }} Assess branch readiness for PR submission
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
{{ 𝛀𝛀𝛀 }} Assess branch readiness for PR submission
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
{{ 𝚫𝚫𝚫 }} Rebuild roadmap-system.zip, the distributable snapshot of the roadmap tooling (scripts, HTML template, conventions reference, and every roadmap-touching skill, including this one).
{{ 𝛀𝛀𝛀 }} Create a project roadmap in the rich phase-array format — roadmaps.json as source of truth plus a PHASE task list and prose overview
{{ 𝛀𝛀𝛀 }} Recompute and synchronise roadmap task statuses across roadmaps.json and its projections, with optional codebase reconciliation
{{ 𝛀𝛀𝛀 }} Add a task to a rich-format project roadmap with correct ID, dependency wiring, and graph integrity — ID assignment, status computation, dependency edges in both directions, and no unconnected islands.
Git workflow: branch management, commit conventions, PR patterns, conflict resolution.
{{ 𝛀𝛀𝛀 }} Review a pull request and post it as a GitHub review
| name | Branch: Review |
| description | {{ 𝛀𝛀𝛀 }} Assess branch readiness for PR submission |
| when_to_use | Before opening a PR, when you want a readiness verdict on commit quality, diff size, and branch naming grounded in exact git facts rather than a skim. |
| model | opus |
| disable-model-invocation | true |
| allowed-tools | ["Read","Glob","Grep","Bash(git:*)","Bash(~/.claude/library/scripts/branch-facts.sh:*)"] |
Assess whether this branch is ready to be submitted as a reviewable pull request.
"$HOME"/.claude/library/scripts/branch-facts.sh [base] emits JSON (ahead/behind, conventional-commit and branch-name compliance, WIP commits, diff size, conflict markers, TODOs and console.logs added, test files touched, svu bump). Judge from these facts; the steps below are the judgement layer, not fact-gathering to repeat by hand.main) and list all commits since divergingtype(scope): description)<prefix>/<short-description> (lowercase, hyphens, imperative)feat, fix, enhance, refactor, types, perf, styles, layout, docs, test, deps, config, build, agents, chore, ci, deploy, spike, experiment, wip, hotfix<prefix>/breaking-<description>console.log, commented-out code)<<<<<<<, =======, >>>>>>>)TODO / FIXME comments introduced in this branchOne of: Ready | Needs Work | Blocked
Specific issues found, with file and line references where possible. Omit this section if none found.
Any detected breaking changes with context. Flag format:
⚠️ Breaking change — consider
feat!:orBREAKING CHANGE:footer
Omit this section if none found.
Ordered list — blockers first, then improvements, then nice-to-haves.
If the verdict is Ready, offer to run /git:pull-request immediately.