research

تایید شده

Multi-source parallel research with confidence-based synthesis.

@aiskillstore
MIT۱۴۰۴/۱۲/۳
56از ۱۰۰
(0)
۱۵۴
۸
۱۵

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install aiskillstore/marketplace/research

نصب در پروژه فعلی:

npx skillhub install aiskillstore/marketplace/research --project

مسیر پیشنهادی: ~/.claude/skills/research/

بررسی هوش مصنوعی

کیفیت دستورالعمل55
دقت توضیحات50
کاربردی بودن60
صحت فنی60

Scored 56 — useful research framework with confidence levels and modes. Thin core content, no automation scripts. Triggers listed in body rather than description.

محتوای SKILL.md

---
name: research
description: Multi-source parallel research with confidence-based synthesis.
---

# Research Skill

Multi-source parallel research with confidence-based synthesis.

## Trigger Phrases

When user asks:
- "research X for me"
- "find out about X"
- "what's the current status of X"
- "gather information on X"
- "deep dive into X"

## Quick Reference

| Mode | Speed | Depth | Use Case |
|------|-------|-------|----------|
| quick | ~30s | Shallow | Fact check, simple lookup |
| standard | ~2min | Moderate | Typical research |
| extensive | ~8min | Deep | Comprehensive analysis |

## Command

```
/ai-dev-kit:research [mode] [query]
```

## Mode Selection

```
Need quick answer? ─────────────► quick
  │
  ├─ Need current info? ────────► standard
  │
  └─ Need comprehensive? ───────► extensive
```

## Research Types

| Type | Sources | Best For |
|------|---------|----------|
| Web | WebSearch | Current events, latest docs |
| Docs | Local ai-docs/ | Library usage, patterns |
| Code | Codebase grep | Implementation examples |

## Confidence Levels

| Level | Meaning | Source Count |
|-------|---------|--------------|
| HIGH | Very reliable | 3+ agree |
| MEDIUM | Likely accurate | 2 agree |
| LOW | Needs verification | 1 only |
| CONFLICTING | Check manually | Sources disagree |

## Cookbook

- `cookbook/quick-mode.md` - Fast fact-checking pattern
- `cookbook/standard-mode.md` - Balanced research pattern
- `cookbook/extensive-mode.md` - Deep research pattern

## Reference

- `reference/researcher-types.md` - Available researcher agents
- `reference/synthesis-patterns.md` - How findings are combined

## Common Gotchas

- **Timeout**: Extensive mode may timeout on slow connections. Results are still returned.
- **Docs only**: If web is down, doc-only results are returned with note.
- **Conflicting info**: Review "Conflicting Information" section when present.