Agent skill
design-review
Design audit of existing code. Same methodology as plan-design-review, but applies fixes directly with atomic commits and before/after evidence. Use when asked to audit the visual design of implemented code.
Install this agent skill to your Project
npx add-skill https://github.com/DenchHQ/DenchClaw/tree/main/skills/gstack/design-review
SKILL.md
Design Review — Audit and Fix
Same design audit methodology as plan-design-review, but applied to existing code. You find issues AND fix them.
Related skills: plan-design-review | design-consultation | review
Step 1: Context
- Check for DESIGN.md — patterns blessed here are not flagged
- Read changed frontend files (full files, not just diff hunks)
- Identify the design system in use (Tailwind, CSS modules, styled-components, etc.)
Step 2: Audit
Apply the same 8 dimensions from plan-design-review:
- Information Architecture
- Interaction Design
- Visual Hierarchy
- Consistency
- Accessibility
- Responsiveness
- Performance
- Delight
Plus AI Slop Detection — check for gratuitous gradients, card soup, icon overload.
Step 3: Fix
For each finding:
Mechanical CSS fixes → AUTO-FIX
outline: nonewithout alternative focus indicator → addfocus-visiblestyles!importantthat can be removed → increase specificity insteadfont-size < 16pxon mobile inputs → set to 16px to prevent iOS zoom- Missing
alton images → add descriptive alt text - Color contrast below WCAG AA → adjust colors
Design judgment needed → ASK
Present each with before/after description and let the user decide.
Step 4: Commit
Each fix gets its own atomic commit:
fix(design): add focus-visible indicators to interactive elements
fix(design): increase contrast ratio on secondary text
fix(a11y): add alt text to profile images
Step 5: Scorecard
Output the same scorecard as plan-design-review showing before and after scores.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dench-integrations
Connected app integration recipes for Dench Integrations (Gmail, Slack, GitHub, Notion, Google Calendar, Linear, Stripe, YouTube, and 500+ more)
gstack-workflow
Structured AI-assisted development workflow with specialist roles — Think, Plan, Build, Review, Test, Ship, Reflect. Adapted from garrytan/gstack (MIT).
plan-ceo-review
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises. Four modes: SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION. Use when reviewing strategy, questioning scope, or before engineering review.
investigate
Systematic root-cause debugging. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause investigation first. Use when debugging errors, unexpected behavior, or troubleshooting.
design-consultation
Build a complete design system from scratch. Research the landscape, propose safe choices AND creative risks, generate DESIGN.md. Use when creating a new design system or establishing design foundations for a project.
land-and-deploy
Merge the PR, wait for CI and deploy, verify production health. Takes over after ship. One command from "approved" to "verified in production."
Didn't find tool you were looking for?