origin-design-check-routing

Routes design review requests to the correct inspection skills in deterministic order.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/Aki2022/skills --skill origin-design-check-routing-aki2022
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: origin-design-check-routing
Source: https://github.com/Aki2022/skills/tree/main/origin-design-check-routing
Command: npx skills add https://github.com/Aki2022/skills --skill origin-design-check-routing-aki2022

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? With dozens of design-related skills installed, it is hard to remember which one to call for a design review, and skills that never trigger fail silently. This router classifies the review target, applies a coverage matrix, and chains the right inspection skills in the correct order while explicitly reporting anything skipped or missing. ## Core Features & Use Cases - Target Classification: Determines whether the subject is a landing page, product UI, or document/slide deck based on observable cues. - Coverage Matrix: Maps review aspects (aesthetic measurement, market rubric, compliance audit, accessibility, web performance, brand consistency) to the responsible skill for each target type, marking gaps explicitly. - Ordered Execution & Reporting Contract: Runs deterministic checks before non-deterministic reviewer scoring, and always reports executed checks, skipped checks with reasons, and uncovered gaps. - Use Case: A user says "check this design" without naming a skill; the router identifies it as an LP, invokes the LP review pipeline first, then chains audit, accessibility, and performance checks, and reports which aspects had no assigned skill. ## Quick Start Ask the assistant to check or review the design quality of your page, UI, or document and let it route to the right inspections.

Frequently Asked Questions about origin-design-check-routing

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

FAQPage Schema
How do I check the design quality of a landing page?

Invoke the design check router, which classifies the target as a landing page and runs the LP review pipeline first, covering aesthetic measurement, market rubric scoring, and gating. It then chains audit, accessibility, and performance checks as applicable.

What is the correct order for running design review checks?

Run deterministic checks such as measured layout and machine inspection first, fix and re-measure until they pass, then run non-deterministic reviews like independent reviewer scoring. This prevents broken rendering from contaminating qualitative evaluation.

Which design review skill should I use for product UI versus landing pages?

Landing pages route to the LP review skill first, while product UI reuses its measurement script with adjusted interpretation. Both share audit, accessibility, performance, and guideline checks, but market rubric scoring only exists for landing pages.

What happens when no skill covers a design review aspect?

The router marks that aspect as a gap in the coverage matrix and explicitly reports it as missing in the final output. Skipped checks are also reported with reasons such as out-of-scope targets or upstream failures.

When should I not use the design check router?

Do not use it for generating new designs, for LP-only evaluation when the target is clearly a landing page, for standalone compliance audits, or for fix-and-reevaluate loops. Call the specialized skills directly in those cases.