Agent skill · Testing & QA

auto-research

Research uncertain questions with an explicit, user-approved web search or ChatGPT consultation, then present options and wait for implementation approval.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill auto-research --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: zyu51
Path: skills/auto-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Auto-Research Skill ## Overview When implementing tasks, Claude Code can encounter uncertainties — design choices, algorithm details, API usage, or best practices. This skill provides an explicit-consent research path, presents findings, and waits for user approval before writing code. The skill supports web research and an optional ChatGPT consultation. It never sends conversation context, files, browser state, or credentials to a third party without the user's explicit approval of the exact, redacted text. ## When to Use This Skill - User asks a question where multiple valid approaches exist - Claude is uncertain about algorithm details or API usage - Design/architecture choices need comparison - The user explicitly asks to search the web or consult ChatGPT and approves the proposed query ## How It Works **Step 1: Propose the research boundary** — State the source to use, the exact query or redacted prompt, whether any local/workspace text would leave the machine, and the likely cost. Wait for the user to approve that exact boundary. **Step 2: Research** — After approval, use web search or a browser session the user has explicitly selected and authorized. Use a pinned, user-con

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Explicit ChatGPT Consultation
  5. Browser Automation Boundary
  6. Examples
  7. Example 1: Design Question with GPT
  8. Example 2: Web Search
  9. Best Practices
  10. Limitations
  11. Security & Safety Notes
  12. Common Pitfalls
  13. Related Skills
More from agentic-awesome-skills
All skills →
About this skill
What does the auto-research skill do?

Research uncertain questions with an explicit, user-approved web search or ChatGPT consultation, then present options and wait for implementation approval.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill auto-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going