requesting-code-review

Automate code review requests using Git SHAs and structured feedback categories.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill requesting-code-review-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/superpowers/requesting-code-review
Command: npx skills add https://github.com/hxk622/TokenDance --skill requesting-code-review-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and performing code reviews, ensuring that code meets quality standards, fulfills requirements, and is production-ready before merging.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes and dispatch a code-reviewer subagent.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) based on a comprehensive checklist covering quality, architecture, testing, and requirements.
  • Use Case: After completing a new feature, you can use this skill to automatically send the changes to a code reviewer, receive detailed feedback, and address any critical or important issues before merging into 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 review requests before a merge?

To automate code review requests, this Skill dispatches a code-reviewer subagent using Git SHAs to define the code range, checking requirements and quality standards before merging.

How does code review feedback get structured for production readiness?

Code review feedback is structured into Critical, Important, and Minor categories using a comprehensive checklist that covers quality, architecture, testing, and requirements.

What do I need to provide to run an automated code review?

You need to provide Git SHAs to define the specific code range for review, allowing the subagent to identify changes and assess production readiness against requirements.

Can I use this code review skill to verify a new feature against requirements?

Yes, you can use this skill after completing a new feature to automatically send changes to a code reviewer and receive detailed feedback before merging into the main branch.

When should I request an automated code review in the development workflow?

You should request a code review after completing development tasks to facilitate early and frequent verification of code against requirements and quality standards before merging.