requesting-code-review

Automate code review coordination and documentation across Git workflows.

60|38|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/abcnuts/manus-skills --skill requesting-code-review-abcnuts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/abcnuts/manus-skills/tree/main/skills/workflow-skills/requesting-code-review
Command: npx skills add https://github.com/abcnuts/manus-skills --skill requesting-code-review-abcnuts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the code-review process, ensuring timely feedback and consistent quality before merging changes.

Core Features & Use Cases

  • Enforces mandatory review points after each task in subagent-driven development to catch issues early.
  • Provides a structured review template and an executable code-reviewer workflow to assess changes against requirements.
  • Use Case: After implementing a major feature, trigger a formal review before merging to main to validate correctness and safety.

Quick Start

Dispatch the code-reviewer subagent and fill the template at code-reviewer.md to initiate a review.

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 reviews before merging a pull request?

Automating code reviews before a pull request merge involves dispatching a code-reviewer subagent and filling a structured template to assess changes against requirements. This enforces mandatory review points, structured feedback, and explicit readiness criteria to validate correctness and safety.

When do I need a structured code review process in subagent-driven development?

A structured code review process is needed in subagent-driven development after each task completion to catch issues early. It enforces mandatory review points, traceable review history, and explicit readiness criteria to ensure consistent quality before integrating changes.

Can I enforce mandatory review points across Git workflows?

Yes, you can enforce mandatory review points across Git workflows by applying automated pre-merge checks. This coordinates code review documentation, applies structured templates, and ensures explicit readiness criteria are met before changes are merged.

What is the best way to coordinate code review feedback for feature implementation?

The best way to coordinate code review feedback is to trigger a formal review using an executable code-reviewer workflow. This applies a structured template to evaluate changes against requirements, ensuring traceable review history and timely feedback.

Does automated code review work without external dependencies?

Yes, automated code review coordination works without external dependencies by utilizing internal subagent workflows. It dispatches a code-reviewer subagent to execute structured templates, enforcing readiness criteria and traceable documentation natively.