원클릭으로
web-deep-search
Deep web research via WebSearch + WebFetch. Modes: search, reason, research. Use for facts or cited reports.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep web research via WebSearch + WebFetch. Modes: search, reason, research. Use for facts or cited reports.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Promotes recurring feedback into the right skill, then guides /compact at phase boundaries.
Testing guidance for pytest, Jest/Vitest, Go, and TDD. Use when writing tests or improving coverage.
Methodical debugging with evidence and hypothesis testing. Use when troubleshooting fails or root cause is unclear.
Create new skills, commands, hooks, or subagents. Use when adding capabilities to Claude Code or Cursor.
PostgreSQL patterns for queries, schema, indexing, security. Use when writing SQL, designing schema, or adding indexes.
Reviews a GitHub PR diff for correctness, security, tests, architecture. Use when asked to review a PR or pull request.
| name | web-deep-search |
| description | Deep web research via WebSearch + WebFetch. Modes: search, reason, research. Use for facts or cited reports. |
<when_to_activate>
<prior_session_input>
When the user references a prior session, transcript, or "previous research," READ IT FIRST before doing fresh searches. Extract concrete artifacts (predictions, findings, decisions) and use them as inputs — do not redo the work from scratch. Path is usually under ~/.claude/projects/<project>/ as a .jsonl file. Check the subagents/ subdir too. (from session feedback: "did you use the context and preview session that i gave you to compare?")
</prior_session_input>
| Mode | Approach | Best For |
|---|---|---|
search (default) | 1–2 WebSearch calls, summarize titles/snippets | Quick facts, current events, quick lookups |
reason | 2–4 WebSearch calls + WebFetch top results, cross-reference | Comparisons, problem-solving, multi-source analysis |
research | Fan-out searches (different angles) + fetch primary sources + adversarial verification | In-depth reports, market analysis, literature reviews |
Rule: Default to search. Escalate to reason when sources disagree. Reserve research for exhaustive analysis with citations.
WebSearch query.WebSearch queries from different angles (technical docs, comparison articles, recent posts).WebFetch the top 2–3 most authoritative URLs.[per docs.example.com].WebSearch each sub-question in parallel.WebFetch primary sources (official docs, vendor announcements, peer-reviewed where applicable).deep-research slash command which orchestrates a multi-agent harness.When the task is a forecast and prior predictions exist:
<source_quality> Prefer in this order:
Reject: SEO-spam content farms, AI-generated listicles, undated tutorials.
For version-specific questions, always verify the date — favor results from the last 12 months. </source_quality>
<recency_filter>
WebSearch accepts no built-in recency flag, so add temporal hints to the query itself:
"FastAPI 2026 release notes""Python 3.13 features site:python.org""latest <topic> changelog 2026"
</recency_filter><error_handling>
| Issue | Solution |
|---|---|
| Conflicting sources | Cite both, flag disagreement, prefer primary source |
| No relevant results | Refine query (more specific terms, add domain filter) |
| Stale information | Add year to query, prefer official changelogs/release notes |
| Paywall on key source | Search for the same content on the publisher's preview, or accept the limitation and cite the abstract |
| WebFetch returns empty body or "unable to fetch" | Fall back to the Playwright MCP plugin: browser_navigate then browser_evaluate to extract the rendered DOM. Common for FIFA.com, BBC, JS-heavy SPAs. (from session feedback: "use playwrute mcp plugine if wesearch does not work") |
| </error_handling> |
<success_criteria>