dashboard

Installation
SKILL.md

JobOps Application Dashboard

Reconciles tracker.yaml from the filesystem, renders a statusboard, and — on Claude Code — drives a two-level menu loop (pick an application, then pick an action). On Codex it renders a read-only board with suggested next actions.

Flags:

  • --board-only — reconcile and render the board, then stop (no menu loop) on any platform.
  • --fast — skip the reconcile entirely: render the board from the tracker exactly as stored, then stop (no scan, no tracker write, no menu loop). Use for a quick read-only glance; artifact flags and next_action reflect the last full reconcile, not the current filesystem. Takes precedence over --board-only (both stop after the board). If --fast and --board-only are passed together, --fast wins.

Configuration

Read .jobops/config.json. If missing, stop with:

Installs
1
GitHub Stars
22
First Seen
Jun 21, 2026
dashboard — reggiechan74/jobops