skills/design/design-critique/SKILL.md
Audit designs for quality issues — contrast, spacing, typography, accessibility, color blindness safety. Provides actionable improvement suggestions with severity scoring.
npx skillsauth add 47network/Sven design-critiqueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Professional design audit — evaluates color contrast (WCAG 2.1), typography readability, color blindness impact, and accessibility compliance. Returns a scored report with actionable fixes.
audit_colors — Check contrast ratios, color blindness safety, and palette coherenceaudit_typography — Analyze font size, line height, line width, and letter spacingaudit_full — Run all audits and return a unified design quality score (0-100)suggest_improvements — Given audit results, generate specific CSS fix suggestions{ action: "audit_colors", colors: [{ hex: "#333", role: "foreground" }, { hex: "#fff", role: "background" }] }{ action: "audit_typography", typography: { body_size_px: 14, line_height: 1.2, line_width_chars: 90 } }design.audit: read (analysis only, no side effects)development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.