一键导入
investigate
Evidence-gated debugging and investigation. Requires citing file:line references and actual output before proposing fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evidence-gated debugging and investigation. Requires citing file:line references and actual output before proposing fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enforce file/function/line-length standards on any project (Python, Rust, Go, TypeScript).
Generate agent-friendly ARCHITECTURE.md index and per-directory README.md files for any codebase.
Infrastructure as Code expertise using Terraform for major cloud providers (AWS, Azure, GCP).
Checkout main branch and pull latest changes from remote.
Rebase current work branch on latest main with intelligent conflict resolution.
Verify main branch stability before development and before pushing code to remote.
| name | investigate |
| description | Evidence-gated debugging and investigation. Requires citing file:line references and actual output before proposing fixes. |
Structured investigation workflow requiring concrete evidence before proposing any changes. Prevents premature fixes based on assumptions.
Gather concrete evidence using read-only tools:
file:line referencesDeliverable: Evidence summary with:
file1.py:42 -> file2.py:88 -> file3.py:15Present findings to user (or to self if autonomous):
file:line, the root cause is X"file:line"