requesting-code-review

Dispatch a subagent to analyze code changes against requirements and quality standards.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill requesting-code-review-robkisk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/robkisk/coding-agents-databricks-app/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill requesting-code-review-robkisk

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 requirements and quality standards before being merged, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Code Analysis: Dispatches a specialized subagent to review code changes against requirements.
  • Severity-Based Feedback: Categorizes issues into Critical, Important, and Minor for prioritized action.
  • Integration with Workflows: Seamlessly fits into subagent-driven development, plan execution, and ad-hoc reviews.
  • Use Case: After completing a major feature, you can use this skill to get a thorough review from an AI code reviewer, identifying potential bugs or areas for improvement before a human reviewer even looks at it.

Quick Start

Use the requesting-code-review skill to get a code review for your latest 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 merge?

Automated code review dispatches a specialized subagent to analyze your git changes against defined requirements and quality standards, ensuring code health before merge.

What is the best way to integrate AI code analysis into a development workflow?

AI code analysis integrates into development workflows by using a specialized subagent at mandatory or optional checkpoints to review changes and provide structured markdown feedback.

How does automated code review categorize issues for prioritized action?

Automated code review categorizes identified issues by severity into Critical, Important, and Minor levels, allowing developers to prioritize bug fixes and improvements effectively.

Do I need git commands to define the review range for an automated code review?

Yes, you need git commands to define the specific review range, alongside a templated markdown file to structure the subagent's feedback output.

Can I use automated code review for ad-hoc checks after completing a feature?

Yes, you can use automated code review for ad-hoc checks after completing a major feature to identify potential bugs or improvement areas before a human reviewer looks at it.

When should I not use subagent-driven code review?

Subagent-driven code review may not suit situations lacking defined git changes or a structured markdown template, as these are required inputs for the specialized subagent to analyze code.