← ClaudeAtlas

dashboardlisted

Project dashboard showing GitHub/ADO tasks, git activity, and deployment status. Auto-detects project context from CWD, ecosystem.yaml, and workflow/projects/*.yaml. Trigger: "/dashboard", "/dashboard --all", "/dashboard --html", "show dashboard", "show tasks", "what is up", "project status".
bks-lab/open-bridge · ★ 8 · AI & Automation · score 74
Install: claude install-skill bks-lab/open-bridge
# Dashboard Render a project dashboard in the terminal showing tasks, recent git activity, and deployment status. Reads project configuration from the **Project Registry** (`workflow/projects/*.yaml`) and repo metadata from `ecosystem.yaml`. ## Decision Tree ``` User wants to... ├── Dashboard for current project → /dashboard (auto-detect) ├── Dashboard for all projects → /dashboard --all ├── Dashboard with HTML view → /dashboard --html ├── Specific project dashboard → /dashboard {name} └── Questions about project status → Answer from data, don't render full dashboard ``` ## Commands | Command | Behavior | |---------|----------| | `/dashboard` | Auto-detect project, terminal output | | `/dashboard --all` | All projects, global view | | `/dashboard --html` | Terminal + HTML in iTerm2 split-pane | ## Workflow 1. **Detect project** — Read `references/data-sources.md` for the 4-phase auto-detection algorithm (CLAUDE.md section → git remote → CWD → --all) 2. **Fetch data** — Read `references/data-sources.md` § Data Fetching for the 5 parallel data sources (tasks, commits, sparklines, health, issues) 3. **Render terminal** — Read `references/terminal-rendering.md` for layout rules 4. **Render HTML** (if --html) — Read `references/html-template.md` for specs ## Terminal Layout (quick reference) ### Single-Project ``` {project.name} Dashboard ╭──────────────────────────────────────────────────────────────────��───────╮ │ {Focus: last In-Progr