一键导入
status
Show SoloCorp pipeline and runtime health. Use when the user runs /status, asks if the bus is up, wants governance/queue status, or a system health snapshot.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show SoloCorp pipeline and runtime health. Use when the user runs /status, asks if the bus is up, wants governance/queue status, or a system health snapshot.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ตรวจสอบและปรับปรุง animation/motion ใน UI codebase — review, audit, plan อิงจาก Emil Kowalski's design engineering philosophy แหล่งความรู้: emilkowalski/skills
Inspect SoloCorp audit trails and governance compliance. Use when the user runs /audit, asks for audit trail, guard events, compliance, or pipeline evidence.
Save SoloCorp session context to durable notes. Use when the user runs /brain, asks to remember session context, or wants to persist decisions for later sessions.
Deploy or export SoloCorp profiles and validate packaging for agent platforms. Use when the user runs /deploy, wants Codex export, profile packaging, or platform sync checks.
Create a structured SoloCorp department handoff. Use when the user runs /handoff, transfers work between departments, or needs a Head-to-Head handoff record.
Run SoloCorp full-cycle pipeline for a feature. Use when the user runs /pipeline, asks for a full department cycle, or wants orchestrated multi-dept delivery (route → plan → implement → QA → status).
| name | status |
| description | Show SoloCorp pipeline and runtime health. Use when the user runs /status, asks if the bus is up, wants governance/queue status, or a system health snapshot. |
| argument-hint | |
| user-invocable | true |
/statusProduce a live (best-effort) health snapshot of SoloCorp OS on this machine.
Run from repo root with PYTHONPATH=. when needed.
curl -s -m 2 http://127.0.0.1:8099/v1/health || echo "bus: down"
If down, note how to start:
source .venv/bin/activate && export PYTHONPATH=.
uvicorn central_bus.main:app --host 127.0.0.1 --port 8099
curl -s -m 2 http://127.0.0.1:8765/api/v1/health || echo "govctl-api: down"
python -m govctl_cli status 2>/dev/null || ./govctl status 2>/dev/null || ls gov/adr gov/rfc gov/guards 2>/dev/null
bus/queue/ (high/normal offsets, dead_letter).bus/projects/* names and any state.json status fields if present.logs/loop_runner.log mtime / last lines if file exists.python -m loop_runner.main.# SoloCorp Status
| Component | State | Detail |
|-----------|-------|--------|
| Central Bus :8099 | up/down | ... |
| govctl API :8765 | up/down | ... |
| Governance | ok | ADR/RFC/Guard counts |
| Queue | ... | depths / offsets |
| Projects | n | names |
## Notes
- ...
## Recommended next actions
- ...