Battle-tested workflows and configurations for Claude Code, Anthropic's official CLI.
Built from real-world experience at an AI-native startup, using Claude Code daily since launch.
Automated design review system for frontend code changes.
What it does:
- Provides comprehensive UI/UX feedback on PRs and working changes
- Uses Playwright to test actual UI components (not just static code analysis)
- Evaluates against design standards from Stripe, Airbnb, Linear
- Checks accessibility (WCAG AA+), responsiveness, visual hierarchy
Features:
/design-reviewslash command for on-demand reviews- Specialized subagent configuration
- CLAUDE.md snippets for design principles
- Multi-phase review process
- Clone this repo
- Copy the relevant workflow files to your project's
.claude/directory - Customize the configurations for your design system
- Run the slash commands or trigger via PR hooks
- Claude Code Documentation
- Video Tutorial - Walkthrough of the design review workflow
MIT