fleet-doctor
Read a sanitized Fleet Core capability receipt and block unsupported Saga behavior before dispatch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read a sanitized Fleet Core capability receipt and block unsupported Saga behavior before dispatch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Route proposed Team Mimir profile behavior changes to target-owned Hermes dialogue.
Native Antigravity multi-agent consensus workflow. Spawns parallel workers and reviewers with a 0-10 scoring loop and automatic fix routing.
Deep-dive one chosen Infiquetra idea into a right-sized requirements document before planning.
Run a structured Infiquetra code-quality review at the work-to-PR boundary. Reads the merge-base diff, runs a built-vs-planned audit plus judgment-selected review lenses, validates findings, writes a durable review artifact, appends to the work-thread saga, and routes — without mutating code. Triggers on "review this PR", "code review", "check my diff", "pre-PR review", or a /work hand-in before shipping.
Review Infiquetra plans, requirements, and SDLC documents for implementation readiness.
Route durable Infiquetra lifecycle artifacts into mission-control prepared issue drafts.
| name | fleet-doctor |
| description | Read a sanitized Fleet Core capability receipt and block unsupported Saga behavior before dispatch. |
Use this skill before a Saga route whose behavior depends on a host capability.
Name the exact required and optional capability IDs from the calling contract. Do not infer requirements from prose.
Obtain the current sanitized receipt path from the operator or the approved workflow input. Do not run host observation from this skill.
Read ../../references/fleet-doctor-sources.md.
Run:
python3 plugins/saga/scripts/fleet_doctor.py \
--receipt <sanitized-receipt.json> \
--required <capability-id>
Stop on exit 1 or 2. Exit 1 means a declared requirement is blocked. Exit 2 means the receipt or requirement set is invalid.
On a degraded report, preserve the exact optional capability and state. Never present the fallback as proof of the unavailable capability.
This skill is read-only. It does not prompt a model, inspect private host paths, refresh credentials, install plugins, or change dispatch state.