← ClaudeAtlas

ulw-reportlisted

Render a markdown digest of recent harness activity — sessions, gate fires, top reviewers, classifier misfires, Serendipity catches, and finding/wave outcomes — over a chosen time window. Use to answer "is the harness actually helping me?". Pass `--share` for a privacy-safe shareable card (numbers + distributions only; no prompt text or free-text reasons).
X0x888/oh-my-claude · ★ 3 · Data & Documents · score 76
Install: claude install-skill X0x888/oh-my-claude
# ULW Report Parse any argument passed with the skill invocation (stored in `$ARGUMENTS`). Treat the arguments case-insensitively. Window selection: - `last` — the most recent session only - `week` — sessions in the last 7 days (default when no argument given) - `month` — sessions in the last 30 days - `all` — every available row across the cross-session aggregates Modifiers: - `--share` (v1.31.0) — privacy-safe digest. Sessions / quality-gate-blocks / specialist-dispatches / Serendipity-fires counts plus the top-10 gate-name distribution. Suppresses ALL free-text fields (prompt previews, gate `reason` payloads, Serendipity fix text). Suitable for posting to Slack, PRs, or social. Combine with the window argument: `/ulw-report week --share`. - `--field-shape-audit` (Bug B post-mortem hardening) — runs a runtime field-shape sanity check over `~/.claude/quality-pack/gate_events.jsonl` and reports any rows whose typed detail fields fail their declared shape contract. Catches Bug B-class leaks (positional misalignment landing prompt-text fragments into typed fields) directly from runtime artifacts instead of relying on source-only review. Bypasses the verbose body — emits a focused audit report and exits 1 if violations are present so it can be wired into CI / pre-release checks. Combine with the window argument: `/ulw-report all --field-shape-audit`. Detail field invariants checked: `state-corruption.archive_path` (path-shaped), `state-corruption.recovered_ts` (Unix epoch), `