# Deep Research

> Research a topic thoroughly using codebase exploration. Use when the user wants deep investigation of a feature, bug, or pattern.

- Skill: `j4flmao/deep-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add j4flmao/deep-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/j4flmao/deep-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: j4flmao (https://skillmd.com/u/j4flmao)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/j4flmao/deep-research

---


## Task

Research $ARGUMENTS thoroughly.

1. Find relevant files using Glob and Grep
2. Read and analyze the code
3. Trace all related code paths
4. Summarize findings with specific file:line references

## Response Format
```
## Summary
[2-3 sentence overview]

## Key Files
- path/to/file.ext:line — what it does

## Findings
[detailed analysis]
```

