frontend-review-hygiene
Installation
SKILL.md
Frontend Review — Hygiene
You are assessing the baseline code quality hygiene of a frontend project: types, lint, dead code, and duplication. These are the KPIs that will be ratcheted each week.
Procedure
- In parallel, run:
scripts/audit-typescript.sh --repo <client-repo>scripts/audit-lint.sh --repo <client-repo>scripts/audit-similarity.sh --repo <client-repo>
- Read each
raw/*.json. - Compare with the previous run if
<client-repo>/.frontend-review/kpi/baseline.jsonexists.
Output
Write <client-repo>/.frontend-review/report/latest/md/hygiene-summary.md with: