requesting-code-review

Dispatch a subagent to evaluate git diffs against project requirements.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/chokky-education/science-club-web --skill requesting-code-review-chokky-education
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/chokky-education/science-club-web/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/chokky-education/science-club-web --skill requesting-code-review-chokky-education

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the risk of shipping buggy or unverified code by enforcing a structured, subagent-driven review process before merging changes into the main codebase.

Core Features & Use Cases

  • Automated Review Dispatch: Triggers a specialized code-reviewer subagent to analyze git diffs against defined requirements.
  • Severity Categorization: Automatically classifies feedback into Critical, Important, and Minor issues to prioritize developer effort.
  • Use Case: After implementing a new feature, use this skill to ensure the code meets the original plan, follows architectural standards, and is ready for production deployment.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current git range by providing the implementation details and plan reference.

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 for git diffs before merging?

Automate code review by dispatching a specialized subagent to evaluate git diffs against project requirements, ensuring features meet architectural standards before merging.

What is the best way to ensure production readiness for a new feature?

Verify production readiness by triggering a structured code review subagent that checks your implementation against the original plan, test coverage, and architectural standards.

How does severity categorization work in automated code reviews?

Severity categorization in automated code reviews classifies feedback into Critical, Important, and Minor issues, allowing developers to prioritize their effort effectively before deployment.

Can I use a subagent to verify bug fixes against the original plan?

Yes, you can dispatch a code-reviewer subagent to systematically verify bug fixes and refactoring tasks against your defined requirements and implementation plan reference.

When do I need to use a structured development workflow for code quality assurance?

You need a structured code quality assurance workflow when preparing features, bug fixes, or refactoring tasks for production deployment to prevent shipping unverified code into the main codebase.