Review code changes for reuse, quality, and efficiency, then fix issues.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "code-review" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/amplifier-bundle-skills/main/skills/code-review/SKILL.md 2. Save it as ~/.claude/skills/code-review/SKILL.md 3. Reload skills and tell me it's ready
Please review the following code changes, focusing on reusability, code quality, performance issues, and potential bugs. Then provide the corrected code and a brief explanation: [Paste diff or code snippet]
A list of issues, improvement suggestions, and revised code ready to use.
Please inspect this function for duplicated logic, unclear naming, missed edge cases, or inefficient patterns, and refactor it into a cleaner and more efficient version: [Paste function code]
Refactored function code with the main improvements and reasoning explained.
Below is a set of code changes planned for release. Review them for maintainability, performance, security, and test coverage, then identify risks and fix obvious issues: [Paste code changes]
A review result with risk assessment, fixes, necessary code changes, and testing suggestions.
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Use the delegate tool to launch all three agents concurrently in a single message. Pass each agent the full diff so it has the complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
If $ARGUMENTS is provided, all three agents should also pay special attention to: $ARGUMENTS
Wait for all three agents to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on — do not argue with the finding, just skip it.
When done, briefly summarize what was fixed (or confirm the code was already clean).
Research, plan, and execute large code changes with parallel PR-producing agents.
Convert skills from other AI coding assistants into Amplifier-native SKILL.md files.
Analyze images, extract text, and answer visual questions with LLM vision models.
Design robust config and state file handling with safe defaults and crash recovery.
Get skeptical, practical guidance on architecture, legacy refactors, and tooling decisions.
Design auth and TLS patterns for smooth local use and secure remote access.
Review code changes for security, performance, and correctness before merging.
Review GitHub PRs or GitLab MRs against the entire codebase.
Review code deeply across correctness, tests, security, performance, and product quality.
Review code or branches for correctness, compatibility, architecture, tests, performance, and security.
Evaluate code review feedback rigorously before deciding whether to implement it.
Run multi-model code reviews to surface bugs, security risks, and improvements.