بنقرة واحدة
runtime-doctor
诊断 XiaoBa Runtime 缺陷并生成 EngineerCat 修复交接包,不直接实现修复
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
诊断 XiaoBa Runtime 缺陷并生成 EngineerCat 修复交接包,不直接实现修复
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
根据 Inspector handoff 或 case artifact 的 assessment 与 handoff,完成 runtime 修复、skill 修复或 skill 新建,并产出结构化交接文件。
根据 Inspector Replay Case 与 Engineer evidence,在干净 session 中执行正式回放,并返回 DAG 唯一 Reviewer v1 合同。
EvolutionCat 从真实任务或 Inspector finding 中沉淀 memory / skill / role 候选能力;夜间 DAG 只生成一个隔离 candidate。
发布 Role 到官方 RoleHub:将 role 代码托管到独立 GitHub 仓库,并通过 fork 向 fightheyyy/XiaoBa-RoleHub 提交 registry.json 增量 PR。
发布 Skill 到官方 SkillHub:将 skill 代码托管到独立 GitHub 仓库,并通过 fork 向 fightheyyy/XiaoBa-SkillHub 提交 registry.json 增量 PR。
从日志中识别重复操作模式,生成证据化 Candidate Skill 草稿与 EvolutionCat handoff
| name | runtime-doctor |
| description | 诊断 XiaoBa Runtime 缺陷并生成 EngineerCat 修复交接包,不直接实现修复 |
| version | 2.0.0 |
| author | InspectorCat Team |
| user_invocable | true |
| invocable | both |
| argument-hint | <问题描述或日志路径> |
| max-turns | 20 |
runtime-doctor 是 InspectorCat 的 runtime 缺陷取证与交接 workflow。它保留历史名称,但生产边界已经变更:它不直接修改代码,不替 EngineerCat 实现,不替 ReviewerCat 验收。
analyze_log.issueProfiles[] 中出现 runtime_bug、benchmark_candidate、tool_policy_boundaryanalyze_log 或引用已有 issueProfiles[]。insufficient_signal,不要编造根因。analyze_log 提取 summary、issues、issueProfiles 和 toolStats。# Runtime Doctor Handoff
## Sample Quality
- signal quality:
- missing evidence:
## Issue Profile
- issue id:
- category:
- severity:
- confidence:
- suspected owner:
- route:
- recommended next action:
## Evidence
- source:
- session / turn / tool:
- observed:
- expected:
## EngineerCat Handoff
- title:
- priority:
- root cause hypothesis:
- files / modules to inspect:
- suggested fix boundary:
- validation plan:
## ReviewerCat Verification Hint
- required E2E / replay evidence:
- cannot close with:
## Skill / Benchmark Opportunity
- skill opportunity:
- benchmark candidate:
inspector-handoff.json 建议字段{
"version": 1,
"shouldCreateCase": true,
"title": "runtime issue title",
"category": "runtime_bug | insufficient_signal | tool_policy_boundary | external_dependency | benchmark_candidate | role_prompt_issue",
"priority": "normal",
"routeToRole": "engineer-cat | reviewer-cat | researcher-cat | inspector-cat | benchmark-maintainer",
"recommendedNextAction": "runtime_fix | collect_more_signal | review_boundary | create_replay_case | benchmark_case",
"summary": "short summary",
"nextState": "fixing",
"evidenceSummary": {
"rootCauseHypothesis": "hypothesis",
"confidence": "medium",
"signals": ["signal"]
},
"labels": ["runtime", "inspector"]
}
如果样本不足,设置:
shouldCreateCase=falsecategory=insufficient_signalrecommendedNextAction=collect_more_signalnextState=blocked