From thoth
Shows repository status and active durable runs from the shared ledger. Also supports --json, --doctor, --report, and --dashboard subcommands.
How this command is triggered — by the user, by Claude, or both
Slash command
/thoth:status [--json] [--doctor] [--report] [--dashboard start|stop|rebuild]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /thoth:status ## Generated Surface This file is generated from `thoth.command_specs.COMMAND_SPECS`. Do not hand edit. ## Real Runtime Execution The repo-local Thoth runtime command for this slash command has already been executed before Claude sees this prompt. ## Response Contract - Treat the structured bridge payload above as the only authority for this invocation. - If `bridge_success` is `false`, report the exact bridge failure and stop. - If stdout starts with `version=`, repeat stdout exactly and output nothing else. - If `bridge_success` is `true`, report only the real comm...
This file is generated from thoth.command_specs.COMMAND_SPECS. Do not hand edit.
The repo-local Thoth runtime command for this slash command has already been executed before Claude sees this prompt.
THOTH_STATUS_ARGUMENTS_FILE="$(mktemp -t thoth-status-arguments.XXXXXX)"
trap 'rm -f "$THOTH_STATUS_ARGUMENTS_FILE"' EXIT
cat > "$THOTH_STATUS_ARGUMENTS_FILE" <<'THOTH_STATUS_ARGUMENTS_EOF'
$ARGUMENTS
THOTH_STATUS_ARGUMENTS_EOF
"${CLAUDE_PLUGIN_ROOT}/scripts/thoth-claude-command.sh" status --thoth-arguments-file "$THOTH_STATUS_ARGUMENTS_FILE"
bridge_success is false, report the exact bridge failure and stop.version=, repeat stdout exactly and output nothing else.bridge_success is true, report only the real command result in one short receipt.mechanical_fastnoneresult_envelopeReport only abnormal state, blockers, and active run deltas.
56npx claudepluginhub seeleai/thoth --plugin thoth/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/harness-healthGenerates a structured health snapshot of the harness, covering enforcement status, mutation trends, learning velocity, cadence compliance, and meta-observability checks. Supports --deep and --trends modes.
/statusChecks Repowise index health — sync state, page counts, provider, model, and token usage. Also reports page count by type.
/statusDisplays team dashboard with deployment status, test results, quality metrics, and workflow health across all environments. Supports filtered views (deployments, tests, quality, workflows) and specific environments.
/statusDisplays the current upgrade health dashboard showing versions, test suite pass/fail, deprecation count, and overall RED/YELLOW/GREEN readiness. No arguments needed.
/dashboardDisplays KARIMO CLI dashboard with system health score, critical alerts, execution velocity, resource usage, and recent activity. Supports flags like --active, --blocked, --prd, --json.