Review Branch banner
LucasDuys LucasDuys

Review Branch

Security community

Description

--- description: "Review an existing branch holistically before merging — blast radius, conventions, security, and spec compliance" allowed-tools: ["Read(*)", "Bash(*)", "Grep(*)", "Glob(*)", "Agent(forge:forge-reviewer,forge:forge-verifier,forge:forge-researcher)", "WebSearch(*)", "WebFetch(*)"] --- # Forge Review Branch Review an unmerged branch holistically. Dispatches parallel review agents that examine the total diff (not commit-by-commit), check blast radius, verify conventions, and vali

Installation

Installs to ~/.claude/skills/lucasduys-forge-review-branch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lucasduys-forge-review-branch && curl -fsSL https://raw.githubusercontent.com/LucasDuys/forge/HEAD/commands/review-branch.md -o ~/.claude/skills/lucasduys-forge-review-branch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository