requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against project plans and coding standards.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pearjelly/turbooknow --skill requesting-code-review-pearjelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/pearjelly/turbooknow/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/pearjelly/turbooknow --skill requesting-code-review-pearjelly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure that code changes are reviewed for quality, adherence to requirements, and potential issues before being merged into the main codebase, preventing bugs and maintaining high standards.

Core Features & Use Cases

  • Proactive Issue Detection: Catches bugs, architectural flaws, and requirement deviations early.
  • Workflow Integration: Seamlessly integrates into development cycles like subagent-driven development and feature implementation.
  • Use Case: After implementing a new user authentication module, you can use this Skill to have a dedicated code reviewer agent check the implementation against the security requirements and coding standards before merging it into the production branch.

Quick Start

Dispatch the code-reviewer subagent to review the latest changes against the plan.

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 changes?

To automate code review before merging, you can dispatch a specialized code-reviewer subagent to analyze code changes against project plans and coding standards. This enforces checks for architecture, testing, and production readiness.

What is a subagent-driven development workflow for quality assurance?

A subagent-driven development workflow uses a specialized code-reviewer agent to check implementations against security requirements and coding standards, ensuring code quality and preventing bugs before integration into the main codebase.

Can I verify feature implementation against a project plan automatically?

Yes, you can verify feature implementation automatically by dispatching the code-reviewer subagent to analyze code changes against the project plan, catching architectural flaws and requirement deviations early in the development cycle.

Does this code review process check for production readiness and testing?

Yes, the code review process enforces checks for code quality, architecture, testing, and production readiness. It analyzes code changes to proactively detect issues before merging into the main codebase.

When do I need an automated code reviewer in my development workflow?

You need an automated code reviewer when completing tasks, implementing features, or performing pre-merge verification to catch requirement deviations and architectural flaws early before integrating changes into the main codebase.