Skip to content
Development
Command

/review

Use to perform a structured code review before merging or handing off.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

Use to perform a structured code review before merging or handing off.

Command definition

review.md

review

Use to perform a structured code review before merging or handing off.

Steps:

1. Get the diff: `git diff main...HEAD` or `gh pr diff <PR-number>`. 2. Read each changed file in full — don't review from diff context alone. 3. Check correctness: does the logic match the stated intent? Are there edge cases unhandled? 4. Check tests: are new behaviors covered? Run `npm test` (or the repo's test command) if tests changed. 5. Check style: naming, duplication, comment hygiene. 6. Run `apx validate catalog` if catalog.json or asset files changed. 7. Write findings as a short list: what's correct, what needs fixing, what's optional.

Do not commit, push, or approve PRs from within this workflow.

Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups