investigate
SolidMap what a change would touch, or trace how something actually works. Use when asked where something lives, what depends on it, or what would break. Answers with file:line evidence under a fixed exploration budget, and names what it could not confirm. Read-only.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- bwkw
- Repository
- bwkw/dotagents
- Created
- today
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
evidence-investigate
Use when answering questions about the CURRENT state of code, git history, or on-disk files — e.g. "is X installed", "what does Y do", "what branch has Z", "when did W change", "does the running code have feature F". Do NOT use for trivial file existence checks answerable by a single ls, for implementation/edit work, or for questions about mutable external state (APIs, databases, live processes, Telegram history).
investigate
Use when a failure's cause is unknown — a bug, a failing test, "why is this broken", "it worked yesterday", a tripped circuit breaker (3 failed fixes), or any moment a fix is about to be attempted without a reproduced root cause.
investigate
Deep multi-perspective codebase investigation. Use when: analyzing feasibility of a new feature, auditing code for issues, investigating bugs, evaluating technical debt, or assessing any change before planning. Dispatches investigations across the dimensions that matter for the question asked, refutes every finding before reporting it, and synthesizes into one actionable report. Trigger: "investigate this", "is this feasible", "analyze my codebase", "audit this", "what would it take to", "assess this", "can we do this", "deep dive", "research this before we start".