Review using Amp
This skill performs automated code reviews using the amp review command. It analyzes the codebase for issues, reports findings, and can create tasks to fix them if the user requests.
When to Use
- •When the user explicitly asks for a code review
- •When the user wants to check code quality or find potential issues
- •When the user mentions using Amp for code review
- •When you need to run an automated code analysis on the project
Steps
- •Run
amp reviewin the root of the project with a 300-second timeout - •If
ampcommand is not available, alert the user and stop - •Return the command output to the user
- •Ask the user if they would like you to fix the identified issues
- •If yes, define specific tasks for each issue and ask for permission to continue
- •If permission granted, create tasks for the issues and work on them one by one