← ClaudeAtlas

review-harnesslisted

Audit a project's harness (CLAUDE.md + supporting docs) against current code and git activity, and catch lifecycle/hygiene drift (completed work stuck in active/, stale or silently-parked plans, executed-runbook/dead-spec sections needing a tombstone, date-patch stacking, index↔directory drift, broken links or clickable links into a gitignored archive, status metadata contradicting the body, phantom-audience docs, double graveyards). Produces a markdown report only — never edits files. Use after a milestone, after a major line closeout, on a monthly cadence, or when the user runs /review-harness. Works in any repo with harness-shaped docs.
TIANTIAN-ZHAN/claude-harness · ★ 3 · Code & Development · score 77
Install: claude install-skill TIANTIAN-ZHAN/claude-harness
# review-harness Audit whether the harness still matches reality, and whether it's drifting structurally. **Never edit during review** — produce a report; the user approves changes in a follow-up. This skill is the harness's **slow lane** — it catches what a machine gate can't: stale prose, structural drift, second-source rot. Mechanically checkable invariants (counts, lifecycle moves, link validity) belong in a **deterministic CI / pre-commit gate**, not a periodic human review — so part of this review's job is to spot invariants caught *only* here and **recommend gating them** (derive-from-code + `git diff --exit-code`) so they stop recurring. Run on a cadence (`/schedule`) or after each milestone — output should be issue/PR-ready. *(A project with no gate yet: this review is the primary catch until one exists.)* ## When to invoke - After a milestone / exec-plan / phase · after a major architectural change · on a periodic schedule · when the user types `/review-harness`. - **Default cadence: monthly + after each major line closeout.** Weekly mechanical drift should be a CI cron (e.g. LinkPea's `weekly-harness-check.yml`), not this review — this is the slow lane for what machines can't judge. (2026-07-15 定,文档整治批次 D) ## When NOT to invoke - Mid-task (context still changing) · right after `/bootstrap-harness` (nothing to audit) · a single one-off fix (just make it). --- ## Steps ### 0. Find the previous review report (追账前置) Look for the most recent prior report (conv