requesting-code-review

Automate code-review orchestration with structured feedback templates and SHA inputs.

Updated Jan 23, 2024
One-click install
npx skills add https://github.com/TeamMagicOfConch/conch --skill requesting-code-review-teammagicofconch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/TeamMagicOfConch/conch/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/TeamMagicOfConch/conch --skill requesting-code-review-teammagicofconch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review bottlenecks slow feature delivery; this skill ensures timely, consistent feedback by coordinating a dedicated reviewer workflow.

Core Features & Use Cases

  • Structured review prompts guide reviewers with clear expectations.
  • Task-by-task review after each completed task to prevent scope creep.
  • Pre-merge validation ensures changes align with requirements before merging.

Quick Start

Request a code review after each completed task batch to maintain quality and alignment.

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 for subagent-driven development workflows?

Automate code review requests by guiding developers to document reviewer feedback early using structured templates. This orchestrates subagent-driven workflows across tasks, feature implementations, and pre-merge checks to ensure consistent outcomes.

What is the best way to structure pull request feedback for consistent code reviews?

Structure pull request feedback using a structured template that requires a clear plan, base and head SHAs. This ensures consistent, actionable review outcomes and prevents scope creep during task-by-task reviews.

When do I need to request a code review during feature implementation?

Request a code review after each completed task batch to maintain quality and alignment. This prevents bottlenecks and ensures timely feedback before proceeding to pre-merge validation checks.

Do I need base and head SHAs to perform a pre-merge code review?

Yes, base and head SHAs are required inputs to perform a pre-merge code review. Along with a clear plan and structured feedback template, these SHAs ensure changes align with requirements before merging.

Can I use this code review workflow for individual tasks or only pre-merge checks?

You can use the code review workflow for individual tasks, feature implementations, and pre-merge checks. It applies task-by-task review after each completed task to prevent scope creep and maintain alignment.