panel-review
Installation
SKILL.md
Panel Review Skill
Review code through a set of expert lenses.
Target resolution
| Input | Action |
|---|---|
No args / "pr" |
Review current branch's PR (gh pr view, gh pr checkout, gh pr diff) |
| PR number or URL | Checkout with gh pr checkout, review that PR |
Multiple PRs + "draft review" |
Batch draft review mode (see below) |
Multiple PRs without "draft review" |
Ask: interactive single-PR review, or rerun with draft review? |
| File path / component name | Read file + related files (tests, types, parents), review holistically |
| Directory / glob | Review all matching files |
Git safety preflight: Before any gh pr checkout, run git status --porcelain. If dirty, ask the user (continue / stash / abort). Never switch branches on a dirty tree without confirmation.
PR reviews: Read full source files for context, not just diffs. Identify changed/replaced/newly exported symbols and inspect related wrappers, adapters, helper types, contexts, and barrel exports.