generate-review-context
Installation
SKILL.md
Generate Review Context
Produce a structured Markdown review context document that gives a reviewing agent (or human) everything they need to assess an implementation without re-discovering it from scratch.
When to Use
- An AI agent just finished implementing a feature and you need to document what was done.
- You want to hand off implementation work to a reviewer (human or AI).
- You want a snapshot of what changed before requesting a code review.
Inputs
The user provides one or more of:
- A description of what was implemented
- The relevant design doc, PRD, or spec
- A git diff or list of changed files
- Verbal context about the work