review

Automate end-to-end code review with validation, spec conformance, and quality assessment.

Updated Jun 19, 2020
One-click install
npx skills add https://github.com/xixiU/yu_config --skill review-xixiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/xixiU/yu_config/tree/main/claude/skills/sdd-skills/review
Command: npx skills add https://github.com/xixiU/yu_config --skill review-xixiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

三阶段代码审查工作流将自动化验证、Spec 符合性检查与代码质量深度评估整合在一起,帮助团队在早期发现并修复问题,提升交付质量。

Core Features & Use Cases

  • 自动化验证:第一阶段使用工具自动检查编译、静态分析和安全模式等潜在问题,减少人工排查成本。
  • Spec 符合性检查:逐条对照 contracts.md、testcases.md 等需求与测试用例,确保实现与规格保持一致。
  • 深度质量评估:结合变更点、架构、数据访问和异常处理等维度进行分级缺陷分析,并给出可操作的修复建议与自动修复循环能力。

Quick Start

Run the review workflow on the latest changes to trigger automated verification, spec checks, and deep quality review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review to check spec conformance and quality gates?

Automated code review validates compilation, checks spec conformance against contracts and testcases, and assesses code quality. It enforces issue categorization, provides fixes, and supports automated repair loops across multiple repositories.

What is the best way to ensure code implementation matches contracts and testcases?

Spec conformance checking compares implementations directly against contracts.md and testcases.md. This automated validation ensures strict adherence to requirements and test cases, categorizing discrepancies as actionable defects.

How does automated spec conformance checking work for multi-repository projects?

Automated spec conformance checking works by validating static analysis and security patterns first, then cross-referencing changes against contracts and testcases. It enforces quality gates and categorizes defects for automated repair.

Can I use automated code review for deep quality assessment and defect categorization?

Yes, automated code review performs deep quality assessment by evaluating architecture, data access, and exception handling. It categorizes defects by severity and provides actionable fixes with automated re-run loops.

Does automated code review support automated repair and re-run loops?

Automated code review supports automated repair and re-run loops by providing actionable fixes after deep quality assessment. It categorizes issues and validates repairs against strict spec conformance and quality gates.

What are the limitations of using automated code review for spec conformance?

Automated code review requires strict adherence to defined contracts and testcases. Without comprehensive spec files, the conformance checks and deep quality assessments cannot accurately validate implementations or categorize defects.