requesting-code-review

Dispatch a subagent to analyze code changes against requirements and quality standards.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/mihaamiharu/twe --skill requesting-code-review-mihaamiharu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/mihaamiharu/twe/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/mihaamiharu/twe --skill requesting-code-review-mihaamiharu

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 checked for quality, adherence to requirements, and production readiness before being merged.

Core Features & Use Cases

  • Automated Code Analysis: Dispatches a specialized subagent to review code against defined requirements and quality standards.
  • Structured Feedback: Provides categorized feedback on strengths, critical, important, and minor issues.
  • Use Case: After completing a new feature, you can use this skill to automatically request a code review from the code-reviewer subagent, specifying the code range and requirements, and then act on the feedback provided.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current 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 for my git development workflow?

Automated code review is handled by dispatching a subagent to analyze code changes against defined requirements and quality standards. It checks for production readiness, architecture, and testing before merging.

What is the best way to request structured feedback on code quality before merging?

Structured feedback on code quality is generated by a specialized subagent that categorizes analysis into strengths, critical issues, important issues, and minor issues based on your specified requirements.

How does automated code analysis check production readiness?

Automated code analysis checks production readiness by dispatching a subagent to evaluate code changes against specified requirements, identifying architectural issues and testing gaps before merging.

Can I use this automated code review with Playwright testing workflows?

Yes, the automated code review workflow supports Playwright environments by analyzing code changes and ensuring testing standards are met before production deployment.

Do I need to set up a subagent to review code changes?

No manual setup is needed for the subagent; the skill automatically dispatches the code-reviewer subagent to analyze your current code changes and facilitate structured feedback.