yizhao95

Provledger Dashboard — Development skill for Claude Code

Development community

Launch the read-only provLedger review dashboard (bundled webapp) on localhost.

How to install Provledger Dashboard

Installs to ~/.claude/skills/yizhao95-prov_ledger-provledger-dashboard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yizhao95-prov_ledger-provledger-dashboard && curl -fsSL https://raw.githubusercontent.com/yizhao95/prov_ledger/HEAD/commands/provledger-dashboard.md -o ~/.claude/skills/yizhao95-prov_ledger-provledger-dashboard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Provledger Dashboard does


description: Launch the read-only provLedger review dashboard (bundled webapp) on localhost.

Launch the provLedger dashboard using the plugin's bundled webapp and the unified venv.

Run this command:

PROVLEDGER_WEBAPP_DIR="${CLAUDE_PLUGIN_ROOT}/orchestrator-webapp" \
  bash "${CLAUDE_PLUGIN_ROOT}/orchestrator-webapp/launch_dashboard.sh"

Then report the dashboard URL to the user. The dashboard reads the orchestrator SQLite DB **read-only** (path from `ORCH_DB`, default `~/s

Alternatives in Development

  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Pre Mortem — Run pre-mortem risk analysis on PRDs and launch plans 7.8k ★
  • Maggy — /maggy — Launch Maggy Dashboard 705 ★

Full documentation available on GitHub

View Source Repository