requesting-code-review

Dispatch a code-reviewer subagent to evaluate code changes and categorize issues by severity.

38|12|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/databrickslabs/coding-agents-databricks-apps --skill requesting-code-review-databrickslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/databrickslabs/coding-agents-databricks-apps/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/databrickslabs/coding-agents-databricks-apps --skill requesting-code-review-databrickslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of undetected code defects, security gaps, and technical debt that accumulate when code changes are merged without formal review, reducing post-merge rework and production incidents.

Core Features & Use Cases

  • Structured Review Workflow: Dispatches a dedicated code-reviewer subagent to evaluate code changes against requirements and quality standards.
  • Severity-Categorized Feedback: Classifies issues as Critical, Important, or Minor with clear remediation guidance.
  • Flexible Integration: Supports review checkpoints for subagent-driven development, major feature completion, and ad-hoc pre-merge validation.
  • Use Case: A developer implementing a new payment processing feature can request a review after implementation to catch missing error handling or compliance gaps before merging to main.

Quick Start

Use the requesting-code-review skill to dispatch a code review for your latest unmerged code changes to catch issues before they reach production.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a pre-merge code review to catch defects in unmerged changes?

Run a pre-merge code review by dispatching a dedicated code-reviewer subagent to evaluate unmerged changes against requirements, categorizing defects by severity to prevent post-merge rework.

What is severity-categorized feedback in a code review workflow?

Severity-categorized feedback classifies code review issues as Critical, Important, or Minor, providing clear remediation guidance to enforce quality assurance standards before merging.

When do I need to request a structured code review for software development?

Request a structured code review after implementing major features, completing subagent-driven development, or performing ad-hoc pre-merge validation to catch security gaps and technical debt.

Can I use this code review skill to check production readiness for a new feature?

Yes, the code review skill assesses production readiness by evaluating code changes against quality standards, identifying missing error handling or compliance gaps before the code reaches production.

How does subagent-driven development integrate with code quality validation?

Subagent-driven development integrates with code quality validation by dispatching a code-reviewer subagent at review checkpoints to enforce guardrails and catch undetected defects early.

What are the limitations of automated pre-merge validation for code quality?

Automated pre-merge validation focuses on structured code review feedback and production readiness assessment, requiring formal review checkpoints to catch quality gaps that automated tests might miss.