requesting-code-review

Dispatch a code-reviewer subagent to analyze Git changes against requirements.

9|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/shekohex/dotai --skill requesting-code-review-shekohex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/shekohex/dotai/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/shekohex/dotai --skill requesting-code-review-shekohex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, catching potential issues early and ensuring that code meets requirements before it's merged, thereby reducing bugs and improving overall code quality.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with Git to identify code changes and dispatches a specialized subagent for review.
  • Requirement Verification: Compares implemented code against specified plans or requirements.
  • Severity-Based Feedback: Categorizes identified issues into Critical, Important, and Minor for prioritized action.
  • Use Case: After completing a feature, you can use this Skill to automatically send the code changes to a reviewer subagent, get feedback on potential bugs or deviations from the plan, and address critical issues before merging to the main branch.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current Git commit range.

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 requests before merging Git changes?

Automating code review requests involves dispatching a specialized subagent to analyze Git changes against specified requirements, categorizing identified issues by severity to ensure code quality before merging. This process verifies implemented code against plans to catch bugs early.

What is severity-based feedback in a development workflow code review?

Severity-based feedback in code review categorizes identified issues into Critical, Important, and Minor levels, enabling developers to prioritize and address critical bugs before merging code changes into the main branch.

Can I integrate automated code verification with my continuous integration pipeline?

Yes, automated code verification supports integration with continuous integration pipelines by dispatching a code-reviewer subagent to analyze Git commit ranges, ensuring pre-merge verification identifies deviations from requirements.

How do I verify implemented code against original development plans?

Verifying implemented code against development plans requires dispatching a subagent to compare Git changes with specified requirements, identifying deviations and categorizing issues by severity for prioritized action before merging.

Does automated code review work with standard Git commit ranges?

Yes, automated code review dispatches a specialized subagent to analyze code changes within a specified Git commit range, checking them against requirements and categorizing any identified issues by severity.

When do I need automated pre-merge verification for software development?

Automated pre-merge verification is needed when completing a feature and wanting to catch potential bugs or deviations from requirements before merging code changes into the main branch, reducing bugs and improving overall code quality.