dx-audit
Installation
SKILL.md
DX Audit
Audit or improve what developers import, run, configure, or read when something fails.
- IS: a bounded review of public APIs, developer-facing errors, CLI commands, exported types, install and first-run behavior, and config.
- IS NOT: a repo-wide quality sweep, end-user UI audit (
ui-designAudit mode), agent trust review (ax-audit), prose rewrite (docs-writing), README rewrite (readme-creator), or repository architecture review (codebase-architecture).
Modes and scope lock
Choose the narrowest mode supported by the request:
- Targeted audit (default): inspect the named surface or changed public surface and report.
- Fix: only when the user asks to fix, improve, simplify, or implement; make localized fixes inside the locked scope, then verify them.
- Exhaustive: only when the user explicitly asks for the whole package or every public surface.