requesting-code-review

Automate code-review requests with a code-reviewer subagent before merges.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/stabilefrisur/panmetis --skill requesting-code-review-stabilefrisur
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/stabilefrisur/panmetis/tree/main/src/panmetis/skills/requesting-code-review
Command: npx skills add https://github.com/stabilefrisur/panmetis --skill requesting-code-review-stabilefrisur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure code-quality by coordinating a focused, external review before merging, reducing defects and preserving developer context.

Core Features & Use Cases

  • Trigger code-reviewer subagent with precise context and required inputs.
  • Provide a structured feedback workflow and templates for consistent reviews.
  • Use cases: after each task, before merges, during refactors, etc.

Quick Start

Summon the code-reviewer subagent after each task to validate changes before proceeding.

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 feature branch?▼

Automate code review requests by triggering a code-reviewer subagent with precise context, baseline SHAs, and head SHAs to standardize feedback and detect defects early before merges.

What inputs do I need to provide for an automated code-review subagent workflow?▼

Required inputs for an automated code-review workflow include the baseline SHA, head SHA, and structured context to ensure the code-reviewer subagent delivers consistent, production-ready feedback.

When should I trigger a code review in a subagent-driven development workflow?▼

Trigger code reviews after completing each task, before merges, or during refactors in subagent-driven development workflows to validate changes and preserve developer context before proceeding.

Can I use a structured code review workflow for both bug fixes and refactoring tasks?▼

Structured code review workflows apply across feature tasks, bug fixes, and refactors, ensuring consistent review processes and early defect detection whenever changes are made to the codebase.

How does a standardized code review process improve early defect detection?▼

Standardized code review processes improve early defect detection by coordinating focused external reviews with structured feedback templates before merging, reducing defects and preserving developer context.