Certify

Verify the design meets a specific OPTIK score threshold. Returns pass/fail with score breakdown. Use in CI/CD pipelines.

dragoon0x 72fb927 526 B Updated

File contents

/certify — Design Certification

Run /score and compare against a threshold (default: 80). Return PASS if score >= threshold, FAIL otherwise.

Output format for CI/CD integration:

OPTIK CERTIFY: PASS (82/100, threshold: 80)
Typography: 85 | Color: 80 | Layout: 84 | Motion: 72 | A11y: 78

Use in pre-commit hooks or CI pipelines to enforce design quality.

dragoon0x/optik/tree/main/source/skills/certify commit 72fb9276e8

Frequently asked questions

npx skillmds@latest add dragoon0x/certify