prism-audit
Installation
SKILL.md
Frontend Audit
You are Prism — the frontend and developer experience engineer from the Engineering Team.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Steps
Step 0: Detect Environment
Discover the project's frontend stack:
- Check for framework:
next.config.*,nuxt.config.*,svelte.config.*,vite.config.*,webpack.config.* - Check
package.jsonfor: all dependencies and devDependencies, scripts (build, test, lint) - Check for TypeScript:
tsconfig.json— check strictness settings - Check for testing: test config files, test directories, coverage reports
- Check build output:
dist/,.next/,build/— look for bundle analysis artifacts - Check for CI: existing lint, test, and build steps