dashboard — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dashboard (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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| Command | Behavior |
|---|---|
/dashboard | Auto-detect project, terminal output |
/dashboard --all | All projects, global view |
/dashboard --html | Terminal + HTML in iTerm2 split-pane |
references/data-sources.md for the 4-phaseauto-detection algorithm (CLAUDE.md section → git remote → CWD → --all)
references/data-sources.md § Data Fetching for the5 parallel data sources (tasks, commits, sparklines, health, issues)
references/terminal-rendering.md for layout rulesreferences/html-template.md for specs{project.name} Dashboard
╭──────────────────────────────────────────────────────────────────────────╮
│ {Focus: last In-Progress task title or last commit message} │
│ Last commit {relative_time} on {branch} │
╰──────────────────────────────────────────────────────────────────────────╯
{repo} {commit_msg_short} {Xh} ago
── Tasks ({n} open) ────────────────────────────────────────────────────────
#{id} {title_max40} {status} {assignee}
+ {n} in Backlog
── Git ────────────────────────────────────────────────────────────────────
{repo_short} {branch} {sparkline} {n} commits (7d)
── Deployment ─────────────────────────────────────────────────────────────
{app_name} {status} build {date}Dashboard (Global)
╭──────────────────────────────────────────────────────────────────────────╮
│ {n} projects active | {n} open Tasks | {n} In Progress │
╰──────────────────────────────────────────────────────────────────────────╯
── {Project1} ({n} open) ──────────────────────────────────────────────────
#{id} {title} {status} {assignee}
+ {n} more..workflow/projects/*.yaml) is the single source of truth forfield values, status mappings, and health check URLs
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.