with one click
bus-audit
Run OmniClaude bus health audit (Layer 2 domain validation)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run OmniClaude bus health audit (Layer 2 domain validation)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Dispatch a background worker with role-templated prompt and auto-populated collision fences
Comprehensive system health monitoring โ checks agent performance, database, Kafka topics, pattern discovery, and service status across the ONEX platform
Orchestrate a Claude Code agent team to autonomously work a Linear epic across multiple repos
Run DoD evidence checks against a ticket contract and generate a verification receipt
Autonomous per-ticket pipeline that chains ticket-work, local-review, PR creation, CI watching, PR review loop, integration verification gate, and auto-merge into a single unattended workflow with Slack notifications and policy guardrails
Full autonomous audit-debug-fix loop for all dashboard pages โ Playwright recon, parallel systematic-debug, fix, PR, Linear ticket, re-audit, iterate until clean. Supports local and cloud targets with optional post-fix redeployment.
| name | bus-audit |
| description | Run OmniClaude bus health audit (Layer 2 domain validation) |
| version | 1.0.0 |
| level | advanced |
| category | diagnostics |
| tags | ["diagnostics","kafka","event-bus"] |
| author | omninode |
| args | [{"name":"--json","description":"Output results in JSON format for dashboard integration","required":false},{"name":"--failures-only","description":"Show only failed checks","required":false},{"name":"--verbose","description":"Include sample payloads for failed checks","required":false},{"name":"--skip-daemon","description":"Skip emit daemon health check","required":false},{"name":"--broker","description":"Override Kafka broker address (default: reads $KAFKA_BOOTSTRAP_SERVERS)","required":false},{"name":"--sample-count","description":"Number of messages to sample per topic (default: 20)","required":false}] |
Usage: /bus-audit [flags]
Run the OmniClaude domain-specific bus health audit. This builds on the generic Layer 1 bus audit engine to add schema validation, emission presence checks, misroute detection, and verdict upgrades for core lifecycle topics.
Audits the Kafka event bus for OmniClaude-specific health:
When invoked:
Execute the bus audit script located at scripts/bus_audit.py in the repository root
Pass through any user-provided flags to the script:
--json - Output results in JSON format for dashboard integration--failures-only - Show only failed checks-v / --verbose - Include sample payloads for failed checks--skip-daemon - Skip emit daemon health check--broker <host:port> - Override Kafka broker address (default: reads $KAFKA_BOOTSTRAP_SERVERS, falls back to <kafka-bootstrap-servers>:9092)--sample-count <n> - Number of messages to sample per topic (default: 20)Display the audit results to the user, including:
/bus-audit # Full audit with default settings
/bus-audit --json # JSON output for dashboards
/bus-audit --failures-only # Only show problems
/bus-audit -v # Verbose: show sample payloads for failures
/bus-audit --skip-daemon # Skip daemon health check