deepwork-requesting-code-review

Requests independent code review of implemented changes against goals, criteria, and evidence.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/hugefiver/ocmm --skill deepwork-requesting-code-review-hugefiver
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deepwork-requesting-code-review
Source: https://github.com/hugefiver/ocmm/tree/main/plugins/deepwork/skills/deepwork-requesting-code-review
Command: npx skills add https://github.com/hugefiver/ocmm --skill deepwork-requesting-code-review-hugefiver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Implemented changes often ship without independent scrutiny, letting defects in complex, cross-module, or high-risk code slip through. This Skill defines when review adds real evidence, how to construct a review request with the actual diff and verification context, and how to interpret and rerun reviews without ceremony. ## Core Features & Use Cases - Risk-Driven Review Triggers: Requests review only when complexity, security, data-loss, compatibility, or release risk justifies independent scrutiny, avoiding review as mere ceremony. - Structured Review Requests: Supplies the reviewer with the current working-tree diff or committed range, acceptance criteria, verification evidence, and constraints instead of prose summaries or transcripts. - Reviewer Lane Selection: Chooses between primary Reviewer profiles and Oracle cross-check lanes based on the evidence needed, with rules for interpreting findings and rerunning only after substantive changes. - Use Case: After implementing a cross-module API migration, dispatch a reviewer with the full diff, acceptance criteria, and test evidence to catch integration defects before merge. ## Quick Start Ask the agent to request an independent code review of the current working-tree changes against the acceptance criteria and test evidence.

Frequently Asked Questions about deepwork-requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I request an independent code review for my changes?▼

Provide the reviewer with the goal, acceptance criteria, the current working-tree diff or committed range including new files, verification evidence, and relevant constraints. Use the actual diff rather than a prose summary, and do not paste conversation history.

When should I request a code review before merging?▼

Request review when the change is complex, cross-module, or carries security, data-loss, performance, compatibility, migration, or release risk. Small low-risk changes with sufficient verification evidence do not require review as ceremony.

Does code review require a commit first?▼

No. A working-tree diff plus newly created files is valid review input. Do not stage, commit, push, or tag merely to manufacture a review boundary; git writes require explicit authorization for the specific operation.

What is the difference between Reviewer and Oracle review lanes?▼

The reviewer profile is the primary-model self-review lane, while oracle, oracle-2nd, and later slots are external-model cross-check choices in configured priority order. Later slots indicate selection order, not greater capability.

When should I rerun a code review?▼

Rerun only when substantive changes affect code, new files, requirements, acceptance criteria, constraints, or relevant evidence. Do not rerun for formatting, narration, or unrelated file changes; send the updated diff and affected evidence.