/full-sweep
Orchestrates the audit-class skills in a single Plan Mode run. Auto-commits the mechanical wins, files the rest as issues. Use before launch or monthly.
The slash commands I run on my own work. Free to install, free to share, take what helps.
Each install command creates ~/.claude/skills/<name>/ and downloads SKILL.md. The full source is on GitHub if you want to read before installing.
Orchestrates the audit-class skills in a single Plan Mode run. Auto-commits the mechanical wins, files the rest as issues. Use before launch or monthly.
Finds every place code drifts from a canonical source of truth. Hand-typed reference data, magic numbers, copy that fell out of sync with brand docs.
Finds every place a page drifts from the project's design system. Different button styles, hard-coded colors that should be tokens, parallel classes recreating canonical components.
Orthogonality audit. Asks the Pragmatic Programmer's question, "if I change feature X, how many modules light up?" with mechanical evidence.
UX coverage audit. State-machine gaps, missing features (no logout, no password reset), entry-state combinations nobody walked through.
Browser and OS edge-case sweep. Chrome auto-dark inversion on dark sites, iOS rubber-band flash, iOS input zoom, prefers-reduced-motion violations.
Design psychology audit. Asks "does the system serve the user?" not "does the page match the system?" Evaluates typography, color register, brand-voice match.
Accessibility (WCAG) audit on source code and optionally live URLs. Can auto-fix safe categories.
Performance audit. Bundle size, image weight, render-blocking resources, and Core Web Vitals via PageSpeed.
SEO health audit across projects. Score them, identify gaps, optionally fix.
Audit data collection, consent flows, exposed secrets, and privacy policy accuracy.
Digest a repository's architecture, docs, conventions, and current state before starting work.
Pre-deploy safety checklist. Catches build failures, leaked secrets, debug artifacts, missing env vars.
End-of-session log generator. What changed, decisions made, next steps.