review

Generate developer review checklists to gate morkit implementation steps requiring human approval.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/mor-duongmh/morkit-plugin --skill review-mor-duongmh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/mor-duongmh/morkit-plugin/tree/main/plugins/morkit/skills/review
Command: npx skills add https://github.com/mor-duongmh/morkit-plugin --skill review-mor-duongmh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill generates the developer review checklist that acts as the human gate for morkit changes, preventing implementation skills from running until the Overall Decision is OK.

Core Features & Use Cases

  • Generate or refresh the developer review checklist for a morkit change.
  • Enforce a human-gate process that requires explicit approval before proceeding with execution skills.
  • Supports variant selection and refresh options, deriving the target change directory automatically if not provided.
  • Integrates with the Mor Developer Review Checklist and the morkit plugin hook to block or permit subsequent steps.

Quick Start

Run the tool to generate or refresh the developer review checklist for a morkit change.

Frequently Asked Questions about review

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

FAQPage Schema
How do I add a human approval gate to an automated workflow checklist?

A human approval gate blocks automated workflow execution until a developer provides explicit approval. This skill generates a review checklist that enforces this gatekeeping by preventing implementation steps from running until the Overall Decision is OK.

What is a developer review checklist for gating software implementation?

A developer review checklist is a human gate document that tracks implementation requirements and prevents automated execution skills from running until manually approved. It ensures changes tracked under output specs receive explicit human review before proceeding.

How do I generate a review checklist for morkit changes?

To generate a review checklist for morkit changes, run the tool to automatically derive the target change directory and write review-checklist.md. It reads from the Mor Developer Review Checklist and supports variant selection and refresh options.

Can I refresh an existing review checklist without regenerating it from scratch?

Yes, you can refresh an existing review checklist using the refresh option. This updates the review-checklist.md file while maintaining the human-gate process that requires explicit approval before subsequent execution steps proceed.

Does the human gate review process allow auto-approval for implementation steps?

No, the human gate review process strictly enforces guardrails that prevent auto-approval. It requires explicit human approval for the Overall Decision before permitting any implementation or execution skills to run.

What happens if I don't specify a target change directory for the review checklist?

If no target change directory is provided, the tool automatically derives it from the morkit changes being tracked. This allows the review checklist generation to proceed without manual directory specification.