requesting-code-review

Dispatch a subagent to analyze code changes against requirements using Git SHAs.

14|3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/kofttlcc/quant-test --skill requesting-code-review-kofttlcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/kofttlcc/quant-test/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/kofttlcc/quant-test --skill requesting-code-review-kofttlcc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and potential issues before being merged into the main branch.

Core Features & Use Cases

  • Proactive Issue Detection: Identifies bugs, style violations, and logic errors early in the development cycle.
  • Requirement Verification: Confirms that implemented features meet the original plan or requirements.
  • Workflow Integration: Seamlessly integrates into development workflows like subagent-driven development and plan execution.
  • Use Case: After completing a complex feature, you can use this skill to have an AI code reviewer check your work for critical issues, ensuring a smoother merge process and higher code quality.

Quick Start

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

Automating code review before merge is handled by dispatching a specialized subagent to analyze code changes against specified requirements, identifying bugs, style violations, and logic errors early in the development cycle.

What is the best way to verify implemented features meet original requirements?

Requirement verification is performed by a code-reviewer subagent that checks your code changes against the original plan, confirming implemented features match specifications before the merge process.

Do I need Git SHAs to perform an automated code analysis?

Yes, Git SHAs are required to provide context for the code review. The subagent uses these commit identifiers to analyze the specific code changes and identify potential issues.

Can I integrate automated quality assurance into a subagent development workflow?

Yes, quality assurance integrates seamlessly into subagent-driven development workflows. You can dispatch the code-reviewer subagent after task completion or feature implementation to check for critical issues.

What potential issues does automated code review identify?

Automated code review identifies bugs, style violations, and logic errors. It proactively detects these potential issues early in the development cycle to ensure higher code quality before merge.

Does requesting code review work without external dependencies?

Yes, the skill operates with no external dependencies. It uses a structured feedback template and built-in subagent dispatching to analyze code changes directly within your development environment.