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

  1. In parallel, run:
    • scripts/audit-typescript.sh --repo <client-repo>
    • scripts/audit-lint.sh --repo <client-repo>
    • scripts/audit-similarity.sh --repo <client-repo>
  2. Read each raw/*.json.
  3. Compare with the previous run if <client-repo>/.frontend-review/kpi/baseline.json exists.

Output

Write <client-repo>/.frontend-review/report/latest/md/hygiene-summary.md with:

Installs
50
Repository
mizchi/skills
GitHub Stars
325
First Seen
May 27, 2026
frontend-review-hygiene — mizchi/skills