SebastiaanWouters

amp-review

Code review using amp. Triggers on "amp-review". Reviews uncommitted local changes by default.

SebastiaanWouters 1 Updated 4mo ago
GitHub

Install

npx skillscat add sebastiaanwouters/dotagents/amp-review

Install via the SkillsCat registry.

SKILL.md

Amp Review

Run code reviews using amp review on uncommitted changes.

Usage

amp review --dangerously-allow-all --stream-json

This reviews all uncommitted changes (staged + unstaged + untracked).

Workflow

  1. User triggers with amp-review optionally describing what to focus on
  2. Run the review command and parse the JSON output
  3. Present findings to user with actionable feedback

Guidelines

  • Always use --dangerously-allow-all to bypass permission prompts
  • Use --stream-json for structured output parsing
  • If user specifies a focus area, relay that context before interpreting results
  • Summarize critical issues first, then minor suggestions