requesting-code-review

Dispatch a subagent to analyze code changes against requirements and Git SHAs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code changes are thoroughly vetted for quality, adherence to requirements, and production readiness before being merged.

Core Features & Use Cases

  • Automated Code Audits: Dispatches a specialized subagent to review code against defined requirements and quality standards.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) on code quality, architecture, testing, and requirement fulfillment.
  • Use Case: After implementing a new user authentication flow, you can use this Skill to automatically get a detailed review from an AI code reviewer, identifying potential bugs or architectural flaws before they reach production.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current changes.

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 changes before a merge?

To automate code review for git changes, you can dispatch a specialized subagent to analyze your code against specified requirements and Git SHAs. This process evaluates code quality, architecture, and testing to ensure production readiness before merging.

What is the best way to ensure code quality before deployment?

Ensuring code quality before deployment involves running an automated code audit that assesses architecture, testing, and requirement fulfillment. This provides structured feedback categorized by severity to verify that work meets defined standards before reaching production.

Can I get structured feedback on my development workflow using git SHAs?

Yes, you can get structured feedback on your development workflow by providing specific Git SHAs. The review process categorizes issues into Critical, Important, and Minor feedback regarding code quality, architecture, and requirement fulfillment.

How does automated code audit assess production readiness?

Automated code audit assesses production readiness by dispatching a subagent to review code changes against defined requirements. It evaluates code quality, architecture, and testing to identify potential bugs or architectural flaws before merging.

Do I need specific dependencies to perform an automated code review?

No specific dependencies are required to perform an automated code review. The process relies on dispatching a subagent to analyze your current code changes against your defined requirements and Git SHAs.