review-issue

Installation
SKILL.md

Review Issue

Review and repair exactly one GitHub issue implementation in the current checkout. Stay local: do not create worktrees, Docker containers, branches, pull requests, labels, issue comments, pushes, or issue closes.

Intake

  1. Require exactly one GitHub issue number from the user. If it is missing or ambiguous, ask for the issue number and stop.
  2. Read repository instructions before editing: root AGENTS.md, nested AGENTS.md files that apply to touched paths, and any domain or issue-tracker docs those files name.
  3. Fetch the issue packet with gh issue view <number> --comments.
  4. Search the issue body and comments for parent PRD references, blocker issues, follow-on issues, and related implementation issues. Fetch every linked issue that affects expected behavior with gh issue view <number> --comments.
  5. Treat the issue packet, linked PRD/spec, existing tests, and repo instructions as the source of truth. Do not pause for plan approval unless they contradict each other or required context is missing.
  6. Work on the current branch only. Do not create or switch branches.
  7. Infer the base branch from a user-provided base, the branch upstream, or the repository default branch. Confirm it resolves before reviewing.
  8. Run git status --short, git log --oneline <base>..HEAD, and git diff <base>...HEAD. If the implementation diff is empty, stop with BLOCKED: no implementation diff to review.

Intake is complete when the issue packet, linked context, repo instructions, base branch, working-tree state, commit list, and implementation diff are understood.

Review

Installs
7
GitHub Stars
1
First Seen
Jun 30, 2026
review-issue — ravihammond/skills