afk-interactive-code-review
Installation
SKILL.md
Review Pull Requests or branch diffs step by step, following the developer's reasoning instead of reading files in arbitrary order.
Usage
/afk-interactive-code-review <base-branch> <feature-branch>
Workflow
Before starting, confirm the two branches involved in the Pull Request:
- Base branch (target) (e.g.,
development,main) - Feature branch (source) (e.g.,
feat/new-feature,fix/bug-123)
This workflow builds context incrementally, maps cross-file impact, defines a logical read order, and pauses after each file so the user can inspect and discuss the review as it unfolds.
Step 1: Identify the Scope of Change
Get the list of changed files first: