Our review
Flags only demo-breaking visual issues—layout collapse, content cutoff, broken interactions—while ignoring cosmetic tweaks and edge cases.
Strengths
- Focuses exclusively on issues that could embarrass during a live demo
- Checks multiple viewport widths (375px, 768px, 1024px, 1440px)
- Ignores subjective improvements and non-critical edge cases
Limitations
- Only covers visual stability, not functional or performance bugs
- May miss accessibility or responsiveness issues in niche scenarios
- Requires manual setup of viewport sizes for testing
Use when preparing for a live demo or final pre-deploy review to ensure visual stability.
Do not use when you need comprehensive UI polish or when functional testing is more important than visual consistency.
Security analysis
SafeThe skill provides non-executable guidance for reviewing demo visual stability; no dangerous or unexpected operations are described.
No concerns found
Examples
Analyze the app's layout at 375px, 768px, 1024px, and 1440px for any content cut off, layout collapse, or broken interactions that could embarrass during a live demo. Ignore minor alignment or spacing issues.Review the main user flow of this app (login → dashboard → key action) for any visual breakage or missing fallbacks that would be obvious in a demo.Run a stability check on the current build. Flag only issues that cause layout overflow, unreadable text, or broken interactions at any viewport. Skip cosmetic suggestions.name: demo-stability-checker description: Prioritize visual stability over perfection. Flag only issues that could cause embarrassment during a live demo. Use when preparing for demos, final pre-deploy review, or verifying demo-critical paths.
Demo Stability Checker
Instructions
-
Flag only demo-breaking issues:
- Layout collapse or overflow at 375px, 768px, 1024px, 1440px
- Content cut off or unreadable
- Broken interactions or missing fallbacks
-
Ignore:
- Cosmetic tweaks (minor alignment, spacing)
- Subjective improvements
- Edge cases unlikely in demo flow
-
Priority: Visual stability > perfection.
TDD Red-Green-Refactor
Testing
Skill that guides Claude through the complete TDD cycle.
Web Accessibility Audit
Testing
Performs a comprehensive web accessibility audit following WCAG standards.
UAT Test Case Generator
Testing
Generates structured and comprehensive user acceptance test cases.