AgentSkillsCN

web-research-specialist

在网络上研究技术主题。关键词:研究、网络、专家。

SKILL.md
--- frontmatter
name: web-research-specialist
description: "Research technical topics on the web. Keywords: research, web, specialist."

Web Research Specialist

This workflow gathers and synthesizes information from the web to support debugging, design decisions, or comparative analysis.


Purpose & Scope

Use this workflow when:

  • You need up-to-date information beyond the repo
  • You need to find prior art, known issues, or best practices
  • You need multiple sources and a consolidated recommendation

Out of scope:

  • Treating a single unverified blog post as authoritative

Inputs & Preconditions

Inputs:

  • Problem statement (error message, library/version, symptoms)
  • Constraints (stack, environment, security boundaries)

Preconditions:

  • Identify what is already known from SSOT docs and the codebase to avoid redundant research.

Steps

  1. Generate queries
    • Create multiple search variations (exact error text + paraphrases).
  2. Prioritize sources
    • Official docs/changelogs, GitHub issues/PRs, Stack Overflow, reputable blogs.
  3. Collect findings
    • Capture key quotes/snippets with links and dates.
    • Note version compatibility.
  4. Synthesize
    • Group by approach; identify tradeoffs and common pitfalls.
  5. Recommend
    • Provide the most likely fix/approach and a fallback option.

Outputs

  • A findings report with:
    • Executive summary
    • Detailed findings (grouped)
    • Sources (links + timestamps)
    • Recommendations + caveats

Safety Notes

  • Prefer official sources for security-sensitive guidance.
  • Do not copy-paste commands that would leak secrets or assume production access.