requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against requirements.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/nuts-and-bolts-ai/nanoclaw-cheerful --skill requesting-code-review-nuts-and-bolts-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/nuts-and-bolts-ai/nanoclaw-cheerful/tree/main/groups/slack_cheerful-dev/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/nuts-and-bolts-ai/nanoclaw-cheerful --skill requesting-code-review-nuts-and-bolts-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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 Review Dispatch: Leverages a code-reviewer subagent to perform detailed code analysis.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) with specific file and line references.
  • Workflow Integration: Designed for use in subagent-driven development, plan execution, and ad-hoc reviews.
  • Use Case: After completing a new feature, you can dispatch the code-reviewer to analyze the changes against the original requirements, ensuring no critical bugs or architectural flaws are introduced before merging to the main branch.

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 reviews before merging changes to the main branch?

Automating code reviews before merging involves dispatching a specialized subagent to analyze changes against requirements and identify issues by severity. This skill automates that process, providing categorized feedback with file and line references.

What is the best way to integrate quality assurance checks into a development workflow?

Integrating quality assurance checks into a development workflow is achieved by dispatching a code-reviewer subagent at task completion or feature implementation. This skill provides structured feedback to ensure code adherence to standards before merging.

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

Yes, you can use a subagent to analyze code changes against specified requirements. This skill dispatches a code-reviewer subagent that identifies issues categorized by severity, ensuring code changes are thoroughly vetted for production readiness.

Does the automated code review process provide structured feedback with file references?

Yes, the automated code review process provides structured feedback with specific file and line references. It categorizes identified issues into Critical, Important, and Minor severities to highlight architectural flaws and bugs.

When do I need to request an automated code review during software development?

You need to request an automated code review during subagent-driven development, plan execution, feature implementation, or pre-merge verification. It ensures code quality and adherence to requirements before changes reach the main branch.

What are the limitations of using a code-reviewer subagent for pre-merge verification?

The limitations of using a code-reviewer subagent for pre-merge verification are not explicitly defined in the metadata. However, it is designed to analyze changes against specified requirements and identify categorized issues rather than performing runtime testing.