/design-review - Mockup Placeholder Data Review
SkillCommunicationReview frontend component for hardcoded mockup placeholder data after align-design. Flags emails, dates, prices, and other user-specific values that should be dynamic. Use when user mentions /design-review command.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /design-review - Mockup Placeholder Data Review skill
What this skill tells your AI
The instructions your AI receives, as published by rakovi4/continue-framework in .claude/skills/design-review/SKILL.md and read by ahel’s 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.
Signals
- GitHub stars
- 51
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
design-review-rakovi4- Source
- github.com/rakovi4/continue-framework