bridge-health

Solid

Quick health check on the bridge daemon (CEO machine + any exec mirrors). Surfaces heartbeat staleness, version drift, active sessions, and the Phase 1 -> Phase 2 adoption gate metrics. Use when the dashboard feels stale, the sync-pill is red, the daemon may have crashed, or before a /push-updates that changes daemon config. NEVER auto-trigger - invoke explicitly via /bridge-health.

AI & Automation 11 stars 1 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bridge daemon health check Wraps two CLI scripts into a single CEO ops command: - `scripts/daemon-fleet-health.py` -- fleet status grid (heartbeat freshness, version drift, active session count per workspace) - `scripts/bridge-daemon.py --health` -- live `/health` endpoint probe on the local daemon Optionally surfaces the adoption-gate metrics (Phase 1 -> Phase 2 gate from the bridge spec, section 4) when called with `--gate`. ## When to use - Sync-pill on the dashboard is amber or red - /push-updates pushed a daemon config change and the CEO wants to verify the fleet picked it up - The dashboard feels stale and you don't know if the daemon is dead or just slow - Before deciding whether to scale from Phase 1 (CEO only) to Phase 2 (full CEO coverage) or Phase 3 (exec pilot) — `--gate` shows the gate verdict ## When NOT to use - Single-script debugging: prefer `python scripts/bridge-daemon.py --health` directly when the question is "is this daemon process alive on this machine right now". /bridge-health is for the rollup. - One-line grep summary: prefer `python scripts/bridge-daemon.py --status` for a single grep-friendly line (port + pid + uptime + version + config_v + sessions + errors + last_hb). Designed for cron + shell pipelines. - Triggering refresh: use the dashboard's sync-pill (top right) instead. - Tweaking config: edit `corporate/daemon/config.yaml`, commit, run /push-updates. /bridge-health is read-only. ## Arguments | flag | default...

Details

Author
mishahanin
Repository
mishahanin/heading-os
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

bridge-status

Bridge health dashboard — shows branch, config, theme, ecosystem, agents, standing orders, work system, and repo status. Flags missing files, KW drift, and configuration problems. Includes documentation health and link checking. Trigger: "/bridge-status", "bridge status", "bridge health", "health check", "docs health", "link check", "documentation quality", "pre-release gate". (Bare "bridge" and bare "status" are intentionally NOT triggers — too broad, would collide with bridge-sync/bridge-dashboard/briefing.)

8 Updated today
bks-lab
AI & Automation Listed

bridge-dashboard

Generates the Bridge Control Center — a single-file HTML dashboard that bundles Fleet (infra/remotes/), Work Board, Calendar (next 24h), Channels, Git activity, optional Bridge-Deck /metrics, and upstream drift into one view. Stands alone; the pixel-art Bridge-Deck renderer it can complement is not yet public (coming soon). Trigger: "/bridge-dashboard", "bridge dashboard", "control center", "ops dashboard", "open dashboard", "show me everything at a glance".

8 Updated today
bks-lab
AI & Automation Listed

bridge-audit

Auditing skill for The Bridge repos — finds drift between docs and reality (license badge ↔ LICENSE file ↔ footer; README skill list ↔ skills/ dir; protocol counts; renamed-but-not-everywhere; broken cross-refs; missing scope frontmatter; routing-SoT conflicts; common typos; user-level skill shadowing between instances; cross-repo skill-tree sync coverage with --cross-repo). Returns a P0/P1/P2/P3 stratified report with concrete fix proposals — the same output shape that a human-led drift-audit would produce. Trigger: "/bridge-audit", "audit", "drift check", "bridge audit", "check consistency", "find drift", "is README still accurate", "are my skills shadowed", "whose skills are running".

8 Updated today
bks-lab