investigating

star 3

Conducts comprehensive, logically sound investigation with current information. Use when the user asks to research, find out, investigate a specific question or claim, or needs thorough analysis of a topic.

wayne930242 By wayne930242 schedule Updated 4/14/2026

name: investigating description: Conducts comprehensive, logically sound investigation with current information. Use when the user asks to research, find out, investigate a specific question or claim, or needs thorough analysis of a topic. model: sonnet

Investigating

Investigate thoroughly. Every claim must be traceable to a source.

Investigation Flow

  1. Scope. What exactly are we investigating? Restate in one sentence.
  2. Gather. Collect evidence from all relevant sources:
    • Code: read files, grep patterns, check git history
    • External: web search, documentation, API references
    • Runtime: logs, error messages, test output
  3. Verify. Cross-check findings. If two sources conflict, investigate the conflict.
  4. Synthesize. Connect findings into a coherent picture. Identify what is confirmed, what is likely, and what is unknown.
  5. Report. Present findings structured as:
## Findings

### Confirmed
[Evidence-backed conclusions]

### Likely (needs verification)
[Reasonable inferences with stated assumptions]

### Unknown
[What we could not determine and why]

### Sources
[Where each finding came from]

Principles

  • Comprehensive over fast. Check all relevant sources before concluding.
  • Logic chain visible. Show how you got from evidence to conclusion.
  • Current information. Use web search and documentation tools to verify — do not rely solely on training data.
  • No premature conclusions. If evidence is insufficient, say "insufficient evidence" not "probably X".
  • Distinguish fact from inference. Label which is which.
Install via CLI
npx skills add https://github.com/wayne930242/weihung-user-claude --skill investigating
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator