Code review using amp. Triggers on "amp-review". Reviews uncommitted local changes by default.
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-jsonThis reviews all uncommitted changes (staged + unstaged + untracked).
Workflow
- User triggers with
amp-reviewoptionally describing what to focus on - Run the review command and parse the JSON output
- Present findings to user with actionable feedback
Guidelines
- Always use
--dangerously-allow-allto bypass permission prompts - Use
--stream-jsonfor structured output parsing - If user specifies a focus area, relay that context before interpreting results
- Summarize critical issues first, then minor suggestions