← ClaudeAtlas

review-prlisted

Review Forge pull requests from Codex with Forge-aware heuristics and the shared Forge verdict/merge model.
RapierCraftStudios/ForgeDock · ★ 69 · Code & Development · score 81
Install: claude install-skill RapierCraftStudios/ForgeDock
# Forge Repo Adapter: review-pr Use `commands/review-pr.md` as the lifecycle source for review phases, GitHub outputs, and merge semantics, but override the AlterLab-specific repo assumptions when the PR belongs to `RapierCraftStudios/forge`. ## Forge Repo Review Override For Forge repo PRs: - Do not require AlterLab service paths like `services/api`, `services/worker`, or `web/`. - Do not depend on `commands/review-pr-agents.md` as an authoritative domain catalog; it remains reference-only for the shared command system. - Do not route Forge PRs into `review-pr-staging` solely because the base/head pair matches staging patterns. Continue in a Forge-aware full review flow in this adapter. ## Forge Review Categories Replace the shared command’s service/domain classification with these categories: - **Router / state machine**: `commands/work-on.md`, `commands/orchestrate.md`, `commands/milestone.md`, `commands/review-pr.md` - **Nested pipeline modules**: `commands/work-on/**` - **Runtime / installer layer**: `install.sh`, `install-codex.sh`, `AGENTS.md`, `CLAUDE.md`, `docs/CODEX.md` - **Verification scripts**: `scripts/**` - **Docs / changelog alignment**: `docs/**`, `CHANGELOG.md` ## Forge Review Checks Run the shared review lifecycle, but use Forge-relevant checks: - `bash -n` on changed shell scripts - stale reference scan for outdated `.claude/commands`, `.claude/worktrees`, deleted docs, or wrong repo-local paths - nested skill mapping sanity: `Skill("work-on:...")`