requesting-code-review

Automates code review requests and analyzes changes for quality issues.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/yasuwrldhyper/ai-skills-collection --skill requesting-code-review-yasuwrldhyper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/yasuwrldhyper/ai-skills-collection/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/yasuwrldhyper/ai-skills-collection --skill requesting-code-review-yasuwrldhyper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code meets quality standards, requirements, and is production-ready before being merged, preventing bugs and improving overall code health.

Core Features & Use Cases

  • Proactive Issue Detection: Identifies potential bugs, architectural flaws, and requirement deviations early.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) for actionable improvements.
  • Workflow Integration: Designed to be used after tasks, feature completion, or before merging.

Quick Start

Use the requesting-code-review skill to get feedback on your latest code 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 requests before a git merge?

Automating code review requests involves analyzing code changes against requirements to ensure production readiness before merging. This Skill streamlines that process by using a code-reviewer subagent to provide structured, actionable feedback.

What is severity-based issue categorization in code reviews?

Severity-based issue categorization in code reviews sorts feedback into Critical, Important, and Minor levels. This structured approach helps developers prioritize fixes for bugs, architectural flaws, and requirement deviations effectively.

How do I integrate automated code analysis into my development workflow?

Integrating automated code analysis into a development workflow requires running reviews after feature completion or before merging. This Skill enforces a structured review process to identify potential bugs early and improve overall code health.

Can I use a code-reviewer subagent to check production readiness?

Yes, using a code-reviewer subagent to check production readiness ensures code meets specified quality standards and requirements. It analyzes changes and provides actionable feedback to prevent bugs before merging.

What's the best way to detect architectural flaws during software development?

Detecting architectural flaws during software development is best achieved through proactive code reviews. This Skill identifies potential bugs and structural deviations early by analyzing code changes against defined quality standards.