mini-implement-review

Review implementation code against DESIGN documents with functional, constitutional, and hygiene checks.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill mini-implement-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mini-implement-review
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/mini-implement-review
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill mini-implement-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

评审极简SDD生成的代码,确保实现与设计一致,减少返工和质量风险。

Core Features & Use Cases

  • 审核实现是否符合详设 DESIGN
  • 跟踪评审轮次及结果,便于溯源与改进
  • 支持跨平台环境下的变更对齐与质量控制

Quick Start

在仓库根目录运行 mini-implement-review 以启动对极简实现代码的结构化评审。

Frequently Asked Questions about mini-implement-review

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

FAQPage Schema
How do I validate code implementation against design documents?

To validate code implementation against design documents, run automated checks that compare the minimal SDD code to the detailed DESIGN artifacts, enforcing design presence and recording functional, constitutional, and hygiene review results.

What is a minimal SDD code review?

A minimal SDD code review is an automated validation process that checks generated code against detailed design specifications. It tracks implement-review iterations and enforces functional, constitutional, and hygiene checks to ensure implementation consistency.

How do I track design verification iterations for quality assurance?

Track design verification iterations by running structured reviews that log each implement-review cycle. This records functional, constitutional, and hygiene check results across revisions for traceability and continuous quality improvement.

Can I use automated checks for code review if a DESIGN artifact is missing?

No, automated checks for code review require a DESIGN artifact to exist. The review process enforces the presence of the detailed design document to compare the minimal SDD implementation against and validate consistency.

What limitations exist when validating minimal SDD implementations?

A key limitation when validating minimal SDD implementations is the requirement for a pre-existing DESIGN artifact. Without this detailed design document, automated checks cannot compare the implementation or enforce structural and hygiene consistency.