requesting-code-review

Dispatch a code-reviewer subagent to evaluate recent work before merging.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill requesting-code-review-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/requesting-code-review
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill requesting-code-review-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

High-quality code is hard to guarantee without timely feedback. This skill automates and standardizes early code review to catch issues before they cascade.

Core Features & Use Cases

  • Automated request routing: Dispatches a code-reviewer subagent with precisely crafted context to evaluate new work.
  • Structured verdicts: Uses a templated feedback flow to distinguish critical, important, and minor issues.
  • Guardrails and workflow continuity: Enforces review before merging and ensures feedback is acted upon before proceeding.

Quick Start

Dispatch the code-reviewer subagent with your latest changes to obtain an evaluated review before merging.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review before merging to main?

Automated code review before merging is handled by dispatching a code-reviewer subagent to evaluate recent changes. The skill enforces a structured feedback template and requires fixes before proceeding to merge.

What is the best way to get structured code review feedback for new features?

Structured code review feedback for new features is delivered through a templated flow that categorizes issues into critical, important, and minor. This standardizes evaluation quality and clarifies what needs immediate attention.

When should I request a code review in my development workflow?

Code review should be requested after each task, after completing a major feature, and before merging to main. This ensures timely feedback and catches issues before they cascade into larger problems.

Does the code review process block workflow until fixes are applied?

The code review process enforces workflow guardrails by requiring feedback to be acted upon before proceeding. This ensures all identified critical, important, and minor issues are resolved before merging.

Can I use a subagent to review my recent git changes automatically?

A subagent can be dispatched with precisely crafted context to automatically review recent git changes. It evaluates the work and returns a structured verdict to guide necessary corrections.

Why do I need automated code review if I already do manual checks?

Automated code review catches issues early and standardizes feedback to prevent high-quality code degradation. It guarantees timely, consistent evaluations after tasks and before merges, complementing manual checks.