debug
Run a 4-phase systematic debugging investigation before proposing any fix. Iron Law — NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST. Produces a `.…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
<!-- Generated by scripts/generate-codex-skills.mjs; do not edit. -->
debug
Read [commands/debug.md](../../../commands/debug.md) in full before taking any action, then follow its complete workflow.
The linked document is authoritative, including its prechecks, argument rules, and stop conditions.
Resolve this link relative to this SKILL.md, not the project working directory. The plugin root is three directories above this file. Resolve package paths such as skills/ and scripts/ from that root; resolve relative links inside the canonical document from its own directory. Keep the user’s project as the target of project operations.
$ARGUMENTS means the trailing user input after the selected command skill, or an empty string when absent. Preserve flags, quoted text, and Unicode as data. Do not perform global substitution in the command document, shell expansion on the argument string, or execution of that string as shell code. When the workflow needs a command, pass its arguments through structured tool parameters or safely quoted individual arguments.
Read the full command before invoking an internal skill. An instruction to invoke a skill (including session-orchestrator:<name> or the Skill tool) means read and follow the canonical skills/<name>/SKILL.md beneath the plugin root. Do not redispatch the public command adapter: a same-named command and internal skill are distinct documents, and redispatch would recurse.
Regenerate with node scripts/generate-codex-skills.mjs.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/Kanevry/session-orchestrator/.codex-plugin/skills/debug/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 4 个不同仓库或目录里都有叫 debug 的技能。它们内容并不相同,别混用:
- hashgraph-online/awesome-codex-plugins — Diagnosis before prescription: reproduce, hypothesize, isolate, fix root cause, add a regr
- hashgraph-online/awesome-codex-plugins — Systematic root-cause isolation for test failures, runtime errors, or unexpected behavior.
- hashgraph-online/awesome-codex-plugins — Use for bugs, unexpected behavior, regressions, or failing tests you did not write.