MR
Mayur Rathi
@hesreallyhim
⭐ 45.1k GitHub stars

Workflow: Design Review Claude Md Snippet

Workflow: Design Review Claude Md Snippet是一款design方向的AI技能,核心价值是## Visual Development ### Design Principles - Comprehensive design checklist in `/context/design-principles,可用于解决开发者在design领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

## Visual Development ### Design Principles - Comprehensive design checklist in `/context/design-principles.md` - Brand style guide in `/context/style-guide.md` - When making visual (front-end, UI/UX

Last verified on: 2026-05-30
mkdir -p ./skills/claude-design-review-claude-md-snippet && curl -sfL https://raw.githubusercontent.com/hesreallyhim/awesome-claude-code/main/skills/claude-design-review-claude-md-snippet/SKILL.md -o ./skills/claude-design-review-claude-md-snippet/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

Visual Development


Design Principles

- Comprehensive design checklist in `/context/design-principles.md`

- Brand style guide in `/context/style-guide.md`

- When making visual (front-end, UI/UX) changes, always refer to these files for guidance


Quick Visual Check

IMMEDIATELY after implementing any front-end change:

1. **Identify what changed** - Review the modified components/pages

2. **Navigate to affected pages** - Use `mcp__playwright__browser_navigate` to visit each changed view

3. **Verify design compliance** - Compare against `/context/design-principles.md` and `/context/style-guide.md`

4. **Validate feature implementation** - Ensure the change fulfills the user's specific request

5. **Check acceptance criteria** - Review any provided context files or requirements

6. **Capture evidence** - Take full page screenshot at desktop viewport (1440px) of each changed view

7. **Check for errors** - Run `mcp__playwright__browser_console_messages`


This verification ensures changes meet design standards and user requirements.


Comprehensive Design Review

Invoke the `@agent-design-review` subagent for thorough design validation when:

- Completing significant UI/UX features

- Before finalizing PRs with visual changes

- Needing comprehensive accessibility and responsiveness testing


🎯 Best For

  • Engineering teams doing code reviews
  • Open source maintainers
  • UI designers
  • Product designers
  • UX researchers

💡 Use Cases

  • Reviewing pull requests for security vulnerabilities
  • Checking code style consistency
  • Generating component mockups
  • Creating design system tokens

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or Claude Code and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Workflow: Design Review Claude Md Snippet to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this skill check for OWASP Top 10?

Security-focused review skills often include OWASP checks. Check the skill content for specific vulnerability categories covered.

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Can this analyze user behavior data?

UX research skills work best when you provide session recordings, heatmaps, and analytics data.

Does Workflow: Design Review Claude Md Snippet generate production-ready design specs?

It generates detailed specifications that developers can use directly. Review and adjust for your specific design system.

How do I install Workflow: Design Review Claude Md Snippet?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/claude-design-review-claude-md-snippet/SKILL.md, ready to use.

⚠️ Common Mistakes to Avoid

Blindly accepting AI suggestions

Always verify AI-generated review comments. Some suggestions may not apply to your specific codebase conventions.

Skipping usability testing

AI-generated designs should be validated with real users before development.

Over-relying on AI insights

UX decisions should combine AI analysis with direct user feedback and research.

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills