Skip to content
Development
Skill

/requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

From plugin
agent-powerups
6113 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --skill requesting-code-review --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/requesting-code-review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

SKILL.md

requesting-code-review.SKILL.md
name: requesting-code-review
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

Requesting Code Review

Purpose

Dispatch a focused reviewer with enough context to catch bugs, requirement gaps, and risky assumptions before merge.

When to Use

  • After a major feature
  • Before merge
  • After a complex bug fix
  • During multi-task execution when review checkpoints matter

Requirements

Preferred inputs:

  • local git range
  • written requirements or plan

Helpful check:

git rev-parse --is-inside-work-tree

Inputs

  • What was implemented
  • Requirements or plan
  • Base and head revisions, if available

Workflow

1. Get the git range when local git is available.

git rev-parse origin/main
git rev-parse HEAD

2. Dispatch a reviewer using `references/code-reviewer.md`. 3. Include summary, requirements, and diff range. 4. Fix critical issues first, then important ones.

Output

  • strengths
  • critical, important, and minor issues
  • recommendations
  • merge readiness assessment

Verification

  • [ ] Reviewer received requirements or plan
  • [ ] Reviewer received a diff range or equivalent context
  • [ ] Critical issues were not ignored
  • [ ] Important issues were resolved or explicitly deferred

Failure Modes

  • skipping review
  • incomplete diff context
  • ignoring critical issues
  • accepting feedback blindly

Missing Dependency Behavior

If local git range is unavailable:

1. Say local git context is missing. 2. Ask for an explicit diff, patch, or file list. 3. Do not pretend a git-based review scope was provided.

Read more
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

Other skills on agent-powerups.