From session-orchestrator
Audits the repository against the session-orchestrator harness rubric and reports the overall score, band (healthy/warn/critical), and any categories scoring below 7.
How this command is triggered — by the user, by Claude, or both
Slash command
/session-orchestrator:harness-auditThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Harness Audit The user wants to audit this repository against the session-orchestrator harness rubric. There are no arguments. Run the audit script and surface the results: The script writes a concise human-readable summary to stderr and emits a JSON record to stdout. Capture both: 1. Print the stderr summary verbatim so the user sees it immediately. 2. Parse the stdout JSON and report: - `summary.overall_band` — `healthy`, `warn`, or `critical` - `summary.overall_mean_0_10` — the numeric score - Any category with `score_0_10 < 7`, listing its name and score The full JSON ...
The user wants to audit this repository against the session-orchestrator harness rubric. There are no arguments.
Run the audit script and surface the results:
node scripts/harness-audit.mjs
The script writes a concise human-readable summary to stderr and emits a JSON record to stdout. Capture both:
summary.overall_band — healthy, warn, or criticalsummary.overall_mean_0_10 — the numeric scorescore_0_10 < 7, listing its name and scoreThe full JSON record is also appended automatically to .orchestrator/metrics/audit.jsonl by the script — no additional action needed.
If the script exits non-zero, report the error output to the user verbatim. Do not interpret or retry.
npx claudepluginhub kanevry/session-orchestrator --plugin session-orchestrator/harness-auditRuns deterministic harness audit on repo (or hooks/skills/commands/agents scopes), producing scorecard with 7 category scores, failed checks, top actions, and suggested skills. Supports text/json formats.
/harness-auditRuns a deterministic repository audit across configurable scopes (repo, hooks, skills, commands, agents) and returns a prioritized scorecard with category scores, failed checks, and top actions.
/harness-auditAudits the harness: verifies HARNESS.md against project state by discovering tools/CI/hooks/constraints, detects drift, updates status/badge, reports results and recommendations.
/quickPerforms quick checklist-based harness evaluation on the current project, producing a score (~30s).
/auditRuns a grounded repository-structure audit using a configured mode (quick, full, or ci) from a skill definition and command-routing reference.
/auditAudits an existing codebase — detects stack, finds gaps, creates tasks, generates PROJECT.md. Also supports eval and lint subcommands.