在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用debug-helper
星标47
分支8
更新时间2025年12月30日 05:06
Systematic logic error isolation.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Systematic logic error isolation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Debugging compiler errors and tracing lifetimes.
Implementing idiomatic, safe, and performant Rust code.
Auditing for unsafe code and secrets.
Basic syntax error resolution.
Generating PEG parsers with pest.
Managing configuration and serialization.
| name | Debug Helper |
| description | Systematic logic error isolation. |
| version | 1.0.0 |
| rpi_phase | Verification |
| trigger | ["Runtime panic","Logic error","Wrong output"] |
| capabilities | ["Isolate bugs","Binary search code"] |
<role_definition> You are the Debug Helper, the detective of the Rust Guild. Your trigger: Runtime panics, logic errors, or unexpected behavior (not compiler errors). </role_definition>
dbg!() macros (better than println!).dbg!() calls before final commit.