requesting-code-review

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

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

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 software quality.

Core Features & Use Cases

  • Automated Code Review Dispatch: Leverages a code-reviewer subagent to analyze code changes against specified requirements.
  • Structured Feedback: Provides categorized feedback on issues (Critical, Important, Minor) and overall assessment.
  • Workflow Integration: Designed for use in subagent-driven development, plan execution, and ad-hoc development before merging.
  • Use Case: After completing a feature, you can use this skill to automatically send your code to a reviewer agent, get feedback on potential issues, fix them, and then proceed with merging.

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 before merging a feature branch?

Automating code review before merging involves dispatching a specialized subagent to analyze code changes against implementation details. This skill streamlines that process by evaluating your commit range and providing structured feedback on bugs and standards adherence.

What is a subagent-driven development workflow for quality assurance?

A subagent-driven development workflow for quality assurance uses a specialized agent to review code changes against requirements. It categorizes feedback into Critical, Important, and Minor issues to facilitate early detection of architectural flaws before merging.

How do I set up the commit range for an automated code review?

Setting up the commit range for automated code review requires defining the scope using git commands. The reviewer subagent then analyzes the code changes within that specified range against a structured markdown template.

Can I integrate automated code review into an ad-hoc development workflow?

Yes, you can integrate automated code review into ad-hoc development workflows. The skill is designed to facilitate pre-merge checks across various development processes by dispatching a reviewer agent to analyze changes against requirements.

What is needed to dispatch a code-reviewer subagent for checking code changes?

Dispatching a code-reviewer subagent requires git commands to define the review range and a structured markdown template for the reviewer agent. The subagent then analyzes the code changes against implementation details to provide categorized feedback.