requesting-code-review

Dispatch subagents to review code changes against requirements and quality benchmarks.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/LazyNinja435/astrai --skill requesting-code-review-lazyninja435
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/LazyNinja435/astrai/tree/main/.ai/skills/dev/requesting-code-review
Command: npx skills add https://github.com/LazyNinja435/astrai --skill requesting-code-review-lazyninja435

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent or skipped code reviews, which often leads to technical debt, bugs, and architectural drift in complex projects.

Core Features & Use Cases

  • Structured Review Dispatch: Provides a standardized template for subagents to evaluate code against specific requirements and quality standards.
  • Context-Aware Evaluation: Ensures reviewers focus on the specific changes between two Git SHAs rather than the entire session history.
  • Severity Categorization: Forces reviewers to distinguish between critical bugs, important architectural issues, and minor stylistic improvements.

Quick Start

Use the requesting-code-review skill to dispatch a code reviewer for the changes between the current commit and the previous one.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I standardize code reviews to catch bugs early in my development workflow?

Standardize code reviews by dispatching subagents to evaluate changes against defined requirements and quality benchmarks. This enforces consistent, severity-categorized feedback to catch bugs early and prevent architectural drift in complex projects.

How does automated code review handle context for specific feature implementations?

Automated code review ensures context-aware evaluation by focusing strictly on changes between two Git commit SHAs. This prevents reviewers from analyzing irrelevant session history and keeps the feedback targeted to the specific feature implementation.

Do I need Git commit history access to run a structured code review?

Yes, Git commit history access is required to perform structured code reviews. The review process dispatches subagents to evaluate specific changes between commits, meaning accurate Git SHAs are necessary to scope the evaluation and generate severity-categorized feedback.

What is the best way to categorize code review feedback for pre-merge verification?

Categorize code review feedback by forcing reviewers to distinguish between critical bugs, important architectural issues, and minor stylistic improvements. This severity categorization standardizes pre-merge verification and ensures critical problems are prioritized before merging.

Can I use subagents to automate quality assurance checks for task completion?

Yes, you can use subagents to automate quality assurance for task completion. The process uses a structured prompt template to dispatch subagents that evaluate code changes against quality benchmarks, ensuring consistent verification across task completion workflows.