requesting-code-review

Generate detailed code review prompts for an external reviewer agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates efficient and consistent code reviews by dispatching a specialized subagent to evaluate code changes, reducing manual effort and catching issues early.

Core Features & Use Cases

  • Automated Code Evaluation: Sends detailed prompts to a code reviewer subagent, focusing on adherence to requirements and best practices.
  • Issue Identification: Detects deviations, potential bugs, security concerns, and quality gaps before integration.
  • Use Case: When you complete a feature, invoke this Skill to automatically review your code diff and get actionable feedback before proceeding.

Quick Start

Use the skill to review the latest code commit by providing a description of the changes, the plan or requirements, and the 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 peer code review for my latest commits?

To automate peer code review, this Skill dispatches a subagent to evaluate your code diff against requirements. You provide a change description, the plan, and the commit range to receive actionable feedback.

What is automated code analysis and how does it detect security concerns?

Automated code analysis identifies deviations, bugs, and security concerns by generating detailed prompts for an external reviewer agent. The agent evaluates code changes against specifications and best practices to ensure quality.

Can I use automated code review without installing external dependencies?

Yes, you can use automated code review without external dependencies. The Skill operates using core scripting logic and requires no additional installations beyond its base scripts and references.

What's the best way to check code adherence to specifications before integration?

The best way to check code adherence is invoking this Skill upon feature completion. It evaluates your code diff against your provided plan, detecting quality gaps and potential issues before integration.

What information do I need to provide for automated code evaluation?

You need to provide a description of your changes, the original plan or requirements, and the commit range. This input allows the reviewer subagent to assess adherence and identify potential issues.