一键导入
code-debug
Internal Harness instruction source for code-debug. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal Harness instruction source for code-debug. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Internal Harness instruction source for auto-iterate-goal. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for auto-paper. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for evaluate. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for iterate. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for orchestrator. Route through visible Harness aliases or hook contracts instead of invoking directly.
Visible Harness write entry. Use for manuscript writing, citation-supported paper work, final documentation, README hardening, and GitHub Pages preparation.
| name | code-debug |
| description | Internal Harness instruction source for code-debug. Route through visible Harness aliases or hook contracts instead of invoking directly. |
Read these first:
../../../.agents/references/workflow-guide.md../../../.agents/references/code-style.md../../../.agents/references/ubiquitous-language.md../../../.agents/references/language-policy.md../../../.agents/references/project-map-rule.md../../../.agents/references/pre-training-rule.md../../../.agents/references/sliced-commit-rule.md./references/debug-modes.md../../../project_map.json../../../CLAUDE.md../../../docs/20_facts/Project_Glossary.md if it exists../../../docs/20_facts/Codebase_Map.md if it existsUse this skill for post-WF8 implementation code changes:
Do not use this skill for Harness guardrail maintenance:
.agents/skills/** or .claude/skills/** editsUse $harness-maintenance for those changes.
project_map.json before debugging stable code..agents/state/current_iteration.json when it exists..agents/state/ as a reserved local runtime directory, but do not assume an active context file exists.../../../.agents/references/code-style.md.docs/20_facts/Project_Glossary.md when present and preserve project vocabulary.docs/20_facts/Codebase_Map.md when present and use it to locate
stable files, module responsibilities, entry points, and maintenance owners.NOT_RUN reason.py_compile and ruff.project_map.json and docs/20_facts/Codebase_Map.md when
stable files were added, removed, renamed, or when stable responsibilities,
public interfaces, or dependencies changed.docs/20_facts/Codebase_Map.md changed, compile its Evidence Chain with
python tooling/evidence/compile_doc.py --workspace-root . --doc docs/20_facts/Codebase_Map.md --source project_map.json
plus any explicit stable source files needed to support the changed facts,
or report compile_doc_or_NOT_RUN. Do not hand-edit .evidence/**.project_map.json changed, run
python tooling/evidence/check_workflow_state.py --workspace-root . and
report the gate ledger.docs/20_facts/Codebase_Map.md was changed and the fix is otherwise
validated, invoke $docs-site or report docs_site_boundary_report.
Do not render after temporary draft edits.roadmap implementation completeness in the Gate ledger. PASS means the
failed build node now satisfies the same minimal runnable path expected from
$code-expert, not merely that the immediate exception was patched.$code-debug flow.$harness-maintenance.project_map.json synchronization for stable interface changes.docs/20_facts/Codebase_Map.md synchronized with project_map.json
when it exists.roadmap implementation completeness.../../../.agents/references/language-policy.md for reply language and for any natural-language debugging summaries; keep commands, commit prefixes, paths, and identifiers in English.Follow the local debugging contract and language policy instead of converting this skill into a general-purpose refactor tool.
Do not hide skipped validation or skipped project-map checks; report them as
NOT_RUN with the reason.