gh-plan-review

Installation
SKILL.md

Review GitHub Plan

Use this skill when the user wants a deep review of an implementation plan before coding or before broadening an in-flight issue, PR, or branch. This skill is report-only: inspect, challenge, and summarize, but do not edit code, GitHub issues, TODO files, or branch state. Do not commit, amend, push, rebase, or hand off to mutation skills without a separate user request.

Boundary Rules

  • Use gh-issue-kickoff when the user wants to start from an issue and produce the first execution-ready plan.
  • Use this skill when the user wants to review, challenge, pressure-test, or refine an existing implementation plan, test strategy, or branch approach.
  • Do not widen this skill into execution, issue cleanup, or git mutation work. If the user switches to implementation, hand off to the appropriate execution skill.
  • Do not invoke gh-commit, gh-pr-create, gh-pr-rebase, or gh-pr-review-comments from this skill unless the user makes a separate follow-up request for mutation work.

Core Workflow

  1. Identify the authoritative plan source:
    • GitHub issue: fetch with gh issue view {<number> | <url>} --json assignees,author,body,comments,labels,milestone,number,projectItems,state,title,updatedAt,url
    • GitHub PR: fetch with gh pr view {<number> | <url>} --json baseRefName,body,files,headRefName,number,state,title,url
    • Active branch only: inspect git branch --show-current, git status --short, the current diff, and any local plan or design docs
  2. Inspect the relevant local codebase, architecture, tests, and diff before judging the plan.
  3. Ground the review in evidence. The authoritative GitHub state, current repo shape, and actual branch diff win over pasted summaries or stale notes.
Related skills

More from beeman/skills

Installs
5
Repository
beeman/skills
GitHub Stars
3
First Seen
Mar 17, 2026