requesting-code-review

Coordinate structured code reviews before merging changes.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/zMynxx/bifrost-with-opencode --skill requesting-code-review-zmynxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/zMynxx/bifrost-with-opencode/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/zMynxx/bifrost-with-opencode --skill requesting-code-review-zmynxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers avoid shipping flawed implementations by organizing focused code reviews from a dedicated reviewer subagent before changes are merged or expanded.

Core Features & Use Cases

  • Review Dispatch Guidance: Provides a structured process for sending completed work to a code reviewer with relevant implementation context.
  • Quality Evaluation Framework: Defines checks for requirements alignment, architecture, testing, security, and production readiness.
  • Use Case: A developer finishing a major feature can use this Skill to prepare a targeted review request, receive categorized feedback, and address critical issues before merging.

Quick Start

Ask the code review skill to review my latest feature implementation against its requirements and identify any issues before merging.

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 before merging new feature implementations?

To automate code review before merging, you can coordinate a structured review process using a dedicated reviewer subagent. This requires providing git change context and a review template to evaluate requirements alignment, architecture, and production readiness.

What is the best way to validate subagent-driven development for production readiness?

Validating subagent-driven development for production readiness involves dispatching the completed work to an independent reviewer subagent. The reviewer evaluates code quality, testing coverage, and security against a defined review template before merge validation.

How does a structured code review framework handle complex debugging scenarios?

A structured code review framework handles complex debugging scenarios by applying an independent evaluation of git changes. It assesses architecture decisions and code quality to ensure the debugging solution aligns with requirements before merging.

Can I use this code review process to check requirements alignment and testing coverage?

Yes, you can use this code review process to check requirements alignment and testing coverage. The quality evaluation framework defines specific checks for these areas, alongside security and architecture decisions, to ensure production readiness.

What do I need to provide to start a merge validation review for my git changes?

To start a merge validation review for your git changes, you need to provide the relevant git change context and a review template. This allows the reviewer subagent to assess your feature implementation against its requirements.

Are there limitations to using a subagent for software development quality assurance?

A limitation of using a subagent for software development quality assurance is that it requires a predefined review template and structured git change context to function. Without this input, the subagent cannot evaluate architecture decisions or production readiness.