在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用code
星标13
分支5
更新时间2026年6月5日 09:12
Codebase reading and white-box debugging capabilities.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Codebase reading and white-box debugging capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Task and session lifecycle control for multi-session QA exploration within one task.
Inspect and analyze agent trajectory plus target runtime log sources. Use when runtime diagnostics, prior interactions, or software-owned logs may explain suspicious behavior.
| name | code |
| description | Codebase reading and white-box debugging capabilities. |
This skill grants the agent the ability to inspect the target software's source code and perform white-box debugging via temporary code injection.
code_list_files: Discover the structure of the environment codebase.code_read_file: Read source code to understand logic or identify bugs.code_search: Search for keywords or patterns across the entire codebase.code_write_file: Inject print() statements or temporary fixes to diagnose complex issues.code_restore_file: Revert any modifications made during debugging.code_list_files, code_read_file, or code_search to find relevant handlers before modifying files.code_write_file, ensure you have a plan to use code_restore_file.print() to trace variable states in the sandbox. Logs can be read via log_analyze./sandbox/software directory (handled automatically).