From ai-plugins
Review pull requests and local changes with reusable multi-perspective review workflows. Use when the user asks to review a PR, review local changes, review-pr, review-change, code review, or merge request review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-plugins:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-perspective code review with two commands:
Multi-perspective code review with two commands:
| Command | Description |
|---|---|
review-change [project-path] | Review uncommitted or staged changes in the current or specified project |
review-pr <pr-url> | Review a GitHub pull request |
review-change - follow review-change.mdreview-pr - follow review-pr.mdBoth commands use the reusable review workflow in ../review-engine/SKILL.md and the perspective criteria in ../review-engine/review-perspectives.md.
If another skill needs the same review phase, reuse review-engine instead of duplicating the workflow.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub schseba/ai-plugins --plugin ai-plugins