requesting-code-review

Dispatch a review subagent to validate implementations against plan.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Khoiwall/be_vidify --skill requesting-code-review-khoiwall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Khoiwall/be_vidify/tree/main/.opencode/skill/requesting-code-review
Command: npx skills add https://github.com/Khoiwall/be_vidify --skill requesting-code-review-khoiwall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow streamlines quality checks by automatically initiating and guiding code-review sessions to validate work against requirements.

Core Features & Use Cases

  • Dispatches a review subagent after each task, major feature completion, or before merge to ensure alignment with the plan.
  • Provides a structured review template (review.md) and a standardized diff-based assessment to identify risks early.
  • Supports ad-hoc reviews when stuck or refactoring, ensuring critical issues are surfaced before proceeding.

Quick Start

Request a formal review on the latest commit using the review workflow.

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 a code review before merging changes?

Automate code review by dispatching a dedicated review subagent to validate implementations against your plan. It uses a structured review.md template, diff analysis commands, and severity-based issue reporting to ensure production readiness before merge.

What is a subagent-driven workflow for checking production readiness?

Subagent-driven production readiness checks involve dispatching a dedicated review subagent to assess completed work. It applies a structured review template and standardized diff analysis to identify risks and validate task alignment before proceeding to production.

Can I run an ad-hoc code review when refactoring or stuck?

Yes, you can request an ad-hoc code review when stuck or refactoring. The workflow dispatches a review subagent to surface critical issues using diff analysis and a structured review.md template, ensuring problems are identified before you proceed.

Does this code review workflow work with standard git diff analysis?

Yes, the code review workflow works with standard git diff analysis. It applies diff commands to assess changes, validates implementations against the plan, and uses severity-based issue reporting to highlight production readiness risks.

How to validate feature implementation against the original plan?

Validate feature implementation against the original plan by dispatching a review subagent after major feature work. It performs a diff-based assessment using a structured review template to ensure alignment and identify risks early.

What is the best way to structure feedback from a pre-merge code review?

Structure pre-merge code review feedback using a review.md template with severity-based issue reporting. This standardized approach categorizes risks identified during diff analysis, ensuring production readiness is thoroughly assessed before merging.