원클릭으로
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"