requesting-code-review

Dispatch a review subagent to verify code changes against requirements.

134|12|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/6BNBN/FlowPilot --skill requesting-code-review-6bnbn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/6BNBN/FlowPilot/tree/main/%E5%85%BC%E5%AE%B9codex%40cursor%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/codex%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/.codex-home-claude-parity/skills/requesting-code-review
Command: npx skills add https://github.com/6BNBN/FlowPilot --skill requesting-code-review-6bnbn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and performing code reviews, ensuring that code changes meet requirements and quality standards before being merged.

Core Features & Use Cases

  • Automated Review Dispatch: Automatically sends code for review at key development milestones.
  • Structured Feedback: Provides a clear checklist and format for reviewers to assess code quality, architecture, testing, and requirements adherence.
  • Use Case: After completing a new feature, you can use this Skill to automatically dispatch a review request to your team, ensuring all aspects of the implementation are checked against the original requirements.

Quick Start

Dispatch a review subagent for the current changes with the provided requirements and git 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 requests before merging a pull request?

You can automate code review requests by dispatching a review subagent that gathers changes, intended functionality, and relevant diffs to verify work against requirements before merging. This ensures production readiness by acting on findings from the structured review.

What is the best way to verify code changes against requirements during development?

The best way to verify code changes against requirements is to trigger an automated review at key development milestones. The review subagent gathers context including diffs and intended functionality, providing structured feedback on architecture and testing.

Can I use this automated code review skill for major feature implementations?

Yes, you can use this automated code review skill for major feature implementations. It is specifically designed to be used when completing tasks or implementing major features to verify work against original requirements before merging.

How does the code review subagent gather context for quality assurance?

The code review subagent gathers context for quality assurance by collecting the intended functionality, relevant git diffs, and original requirements. It uses this context to provide a structured checklist assessing code quality, architecture, and testing.

Do I need a specific git range to request a code review?

Yes, you need to provide a git range to request a code review. The skill uses this git range to identify the changes, allowing the review subagent to gather the relevant diffs and verify the implementation against the stated requirements.