review-guard

Run deterministic checks on artifacts and log incidents for review.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/asochan-ai/claude-plugins --skill review-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-guard
Source: https://github.com/asochan-ai/claude-plugins/tree/main/plugins/review-guard/skills/review-guard
Command: npx skills add https://github.com/asochan-ai/claude-plugins --skill review-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independent L3 inspector before owner presentation, providing a deterministic test plus a second LLM-based perspective to catch blind spots that L2 alone may miss.

Core Features & Use Cases

  • Deterministic, script-based checks that complement LLM reviews (e.g., hardcoded URLs, email addresses, Slack IDs)
  • Design-quality scans for HTML artifacts (font sizes, brand colors, layout constraints) and metadata validation
  • Structured incident logging and automatic guidance for remediation, including historical regression pattern matching

Quick Start

Install the review-guard skill and run it on a new artifact to perform deterministic checks and generate incident reports when violations are found.

Frequently Asked Questions about review-guard

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

FAQPage Schema
How do I catch hardcoded URLs and emails missed by LLM code reviews?

To catch hardcoded URLs and emails missed by LLM code reviews, use a hybrid validation approach combining deterministic grep checks with an LLM perspective. This independent L3 inspector performs script-based scans to minimize blind spots and generate traceable incident reports.

What is a deterministic check for design-quality defects in HTML artifacts?

A deterministic check for design-quality defects in HTML artifacts is a script-based scan that validates layout constraints, font sizes, and brand colors. It runs alongside an LLM perspective to detect structural issues and log incidents for remediation.

How do I log quality incidents and match historical regression patterns?

To log quality incidents and match historical regression patterns, run an independent L3 inspector on your artifacts. It performs deterministic checks and applies LLM analysis to generate structured incident reports with automatic guidance for remediation.

Can I use an independent L3 inspector across design, development, and deployment workflows?

Yes, you can use an independent L3 inspector across design, development, and deployment workflows. It applies deterministic checks and an LLM perspective to artifacts at each stage to detect hardcodes, design-quality defects, and log incidents for review.

Does hybrid validation minimize blind spots better than LLM reviews alone?

Hybrid validation minimizes blind spots better than LLM reviews alone by combining deterministic parser checks with an LLM perspective. This dual approach catches hardcodes and design-quality defects that L2 quality rules might miss, ensuring traceable incident reporting.