# Certify

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

- Skill: `dragoon0x/certify` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/certify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/certify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/certify

---


# /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.

