reviewer

Review PRs against OpenAPI/UI contracts and generate repair cards.

2|1|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/lpding888/aiygw4.0 --skill reviewer-lpding888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/lpding888/aiygw4.0/tree/main/skills/reviewer_skill
Command: npx skills add https://github.com/lpding888/aiygw4.0 --skill reviewer-lpding888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to enforce rigorous, evidence-based PR reviews across all engineering domains, preventing defects and ensuring contract adherence.

Core Features & Use Cases

  • Contract-aligned reviews: Checks PRs against OpenAPI/UI/契约 and ensures scope matches.
  • Evidence-driven guidance: Documents issues with exact code locations, logs, and replication steps, mapped to severity.
  • Repair-card orchestration: Automatically proposes and signs off on {OriginalTaskId}-FIX-XX repair cards and emits REVIEW_APPROVED or REVIEW_CHANGES_REQUESTED events.

Quick Start

Submit a PR or milestone for review with the related contracts and task references; Reviewer will verify scope, run static checks, and, if needed, generate repair cards and publish the review events.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I automate contract verification during a PR review?

To automate contract verification during a PR review, submit your PR with related contracts and task references. The skill verifies scope against OpenAPI and UI contracts, runs static checks, and publishes review events.

What is an evidence-led code review process?

An evidence-led code review process documents issues with exact code locations, logs, and replication steps mapped to severity. This ensures traceable, reproducible quality checks across Backend, Frontend, SCF, and Deploy domains.

How do I generate repair cards for failed code quality gates?

To generate repair cards for failed quality gates, the skill automatically proposes and signs off on standard repair cards using the OriginalTaskId-FIX-XX naming format. It enforces an 18-field standard for each generated card.

Can I enforce quality gates across Backend, Frontend, SCF, and Deploy domains?

Yes, you can enforce quality gates across Backend, Frontend, SCF, and Deploy domains. The skill performs structured PR reviews to verify contracts, evidence, and risk levels across all specified engineering domains.

When do I need to trigger REVIEW_CHANGES_REQUESTED or REVIEW_APPROVED events?

You trigger REVIEW_APPROVED or REVIEW_CHANGES_REQUESTED events when milestone gates are reached or PRs are submitted. The skill emits these events automatically after verifying scope and running static checks.