From session-orchestrator
Audits the repository against the session-orchestrator harness rubric by running the harness audit script, reporting overall band and score plus low-scoring categories.
npx claudepluginhub kanevry/session-orchestrator --plugin session-orchestrator# 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 ...
/harness-auditRuns deterministic harness audit on repo or scopes (hooks/skills/commands/agents), producing prioritized scorecard with 7 category scores, findings, failed checks, top actions. Supports --format text/json, --root.
/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-auditAnalyzes review agent effectiveness, model routing, and orchestration complexity from metrics data. Produces report on components for simplification or removal, with optional --output path.
/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-auditAudits the repository's agent harness setup across tool coverage, context efficiency, quality gates, and more, producing an overall score out of 70, category breakdowns, findings, top 3 actions with file paths, and suggested ECC skills. Supports optional scopes and JSON format.
/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.
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.