requesting-code-review

Dispatch a subagent to analyze code changes against project requirements.

2|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/DavidSchmidt00/padel-agent --skill requesting-code-review-davidschmidt00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/DavidSchmidt00/padel-agent/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/DavidSchmidt00/padel-agent --skill requesting-code-review-davidschmidt00

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 Analysis: Dispatches a subagent to review code against specified requirements and best practices.
  • Severity-Based Feedback: Categorizes issues into Critical, Important, and Minor for prioritized action.
  • Use Case: After completing a new feature, you can use this Skill to automatically get feedback on your implementation, identify potential bugs, and ensure it meets the project's standards before submitting a pull request.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current 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 for git commits before merging?

Automated code review for git commits is facilitated by dispatching a specialized subagent to analyze code changes against implementation details and project requirements. The skill requires git commands to define the review range and uses a templated markdown file for instructions.

How does severity-based feedback work in a code review workflow?

Severity-based feedback in a code review workflow works by categorizing identified issues into Critical, Important, and Minor classifications. This structured categorization allows developers to prioritize action on potential bugs and quality issues before submitting a pull request.

Can I use a subagent to analyze code changes against project requirements?

Yes, you can use a subagent to analyze code changes against project requirements. The subagent is dispatched to review the implementation details, ensuring the code changes are thoroughly vetted for quality, adherence to requirements, and production readiness.

What is the best way to integrate code quality checks into subagent-driven development?

The best way to integrate code quality checks into subagent-driven development is to dispatch a code-reviewer subagent for the current commit range. It supports structured feedback categorization and integrates directly into development workflows like plan execution.

Do I need to define a git commit range to run an automated code analysis?

Yes, you need to define a git commit range to run an automated code analysis. The skill requires git commands to specify the exact review range, which the subagent then analyzes to identify potential bugs and ensure standards are met.

What limitations exist with subagent-driven code reviews?

Limitations of subagent-driven code reviews include the dependency on manually defining the git commit range and the reliance on a templated markdown file for instructions. The analysis is bounded by the specified commit range and the project requirements provided.