Borrowing it
Nothing to install: this file belongs to rakovi4/continue-framework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/rakovi4/continue-framework/main/.claude/skills/design-review/SKILL.mdgit clone --depth 1 https://github.com/rakovi4/continue-frameworkWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/rakovi4/continue-framework/design-review)<a href="https://agentmods.dev/skills/rakovi4/continue-framework/design-review"><img src="https://agentmods.dev/badge/skills/rakovi4/continue-framework/design-review.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.00480 |
| Opus 5 | $0.00022 | $0.00240 |
| Sonnet 5 | $0.00009 | $0.00096 |
| Haiku 4.5 | $0.00004 | $0.00048 |
Grade B, and why
design-review scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
1. **By story number**: Read `ProductSpecification/stories.md` to resolve story name → find `ProductSpecification/stories/NN-story-name/mockups/desktop/*.html` for the mockup, falling back to `ProductSpecification/storie What it actually says
/design-review - Mockup Placeholder Data Review
Usage
/design-review # Interactive — find component from current story progress
/design-review 12 # By story number
/design-review BoardPage.tsx # By component file
File Resolution
- By story number: Read
ProductSpecification/stories.mdto resolve story name → findProductSpecification/stories/NN-story-name/mockups/desktop/*.htmlfor the mockup, falling back toProductSpecification/stories/done/NN-story-name/mockups/desktop/*.htmlfor a story in the Done table (.claude/rules/workflow.md, "Resolving a story folder"), andfrontend/src/features/{feature}/components/*.tsxfor the component - By component path: Find the component directly, locate the matching mockup from the story directory
- Interactive: Read current story's
progress.md, find the activealign-designstep, resolve from there
Workflow
- Load
.claude/agents/design-review-agent.md - Locate the component TSX file(s) and the mockup HTML
- Run the agent's review workflow against the component
- Output the review table and verdict
Available Templates
| Template | Purpose |
|---|---|
.claude/tech/{browser-testing}/templates/design-review-patterns.md |
Anti-patterns (BAD → GOOD), output format, verdict examples |
Gate Behavior
- PASS → proceed to
/refactoras normal - FAIL → do NOT proceed to
/refactor. Fix the flagged violations in the component first, then re-run/design-review
In a staged frontend design-alignment lane, review only the component files in that lane's manifest. A flagged fix outside the manifest or in a frozen Stage 1 interface is an ownership conflict: return FAIL with the path and finding, and let the coordinator reconcile it. Do not edit files, stage, commit, or advance progress.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 43 lines · 43 tokens per session scan B 983eb25f07a2
design-review is a skill published in the GitHub repository rakovi4/continue-framework (50 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 480 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
frontend-visual-qa
Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…
prototype-web
可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.
animation-principles
Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…
moai-ref-ui-polish
UI polish and interface-completion reference: the small visual details — concentric border radius, optical alignment, shadow-vs-border, motion easing, typography smoothing, tabular numbers, icon stroke weight, hit areas — that separate polished interfaces from generic ones. Agent-extending skill that amplifies…