omk-reviewing

Dispatch parallel reviewer subagents for code and plan reviews.

103|15|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/KaimingWan/oh-my-kiro --skill omk-reviewing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omk-reviewing
Source: https://github.com/KaimingWan/oh-my-kiro/tree/main/skills/omk-reviewing
Command: npx skills add https://github.com/KaimingWan/oh-my-kiro --skill omk-reviewing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Code review and plan review are often inconsistent and slow; this skill provides a structured, multi-angle dispatch workflow to ensure thorough feedback at PRs and planning phases.

Core Features & Use Cases

  • Dispatches four reviewer subagents in parallel to cover goal alignment, correctness, completeness, and technical feasibility.
  • Performs deterministic pre-checks and enforces reviewing only changed lines to protect code quality and maintainability.
  • Supports feedback before merges and after major feature completions, plus readiness checks for implementation quality across teams.

Quick Start

Say 'review' on a PR to trigger the multi-angle review workflow.

Frequently Asked Questions about omk-reviewing

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

FAQPage Schema
How do I perform structured multi-angle code reviews on pull requests?

Structured code reviews dispatch four parallel subagents to evaluate goal alignment, correctness, completeness, and technical feasibility. This ensures thorough feedback and actionable findings strictly focused on changed lines before merges.

What is the best way to automate plan reviews before implementation?

Automating plan reviews uses a deterministic pre-check workflow to provide feedback across diverse codebases during planning phases. This validates implementation readiness and technical feasibility before development begins.

How do I ensure code reviews focus only on changed lines?

Code reviews focus only on changed lines by enforcing deterministic pre-checks and strict scope boundaries during the review dispatch. This protects code quality and maintainability while preventing scope creep.

Can I use automated code review for feature completions and readiness checks?

Yes, automated code review supports feedback after major feature completions and performs readiness checks for implementation quality across teams. It applies multi-angle reviews to ensure consistent quality.