Agent skill
research
Research a topic using WebSearch based on the current context. Use when the user needs best practices, external guidance, or wants to investigate approaches. Triggers on "research", "search best practices", "find examples".
Install this agent skill to your Project
npx add-skill https://github.com/yaakaito/env/tree/main/dotfiles/.claude/skills/research
SKILL.md
Research
Research a topic using WebSearch based on the current context.
Arguments
$ARGUMENTS: Topic to research (default: "best practices")
Examples:
/research→ Research best practices/research security considerations→ Research security considerations/research performance optimization→ Research performance optimization/research similar implementations→ Research similar implementations
Phase 1: Context Analysis (Silent)
- Analyze tech stack
- Search for existing documentation and architectural decisions in the repository
- Identify the research topic from
$ARGUMENTS(default: best practices)
Phase 2: Web Research (Silent)
Use WebSearch to research the topic (minimum 3 sources):
- Topic-specific information and recommendations
- Similar implementation examples
- Official documentation
- Common pitfalls and anti-patterns
Phase 3: Output
Technical Context
- Detected tech stack
- Related architectural decisions
Research: ${topic}
| Category | Finding | Rationale | Source |
|---|---|---|---|
| ... | ... | ... | ... |
Applicability
Recommended:
- Findings that align well with current codebase
Consider:
- Findings that need evaluation
Not Recommended:
- Findings that don't fit current context
Trade-offs
Explain trade-offs for key findings.
References
- Title - Brief description
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
spec-file-manager
Manage specification files. Use when creating, reading, updating, or listing spec files. Triggers on requests like "create spec", "update spec", "list specs", or "show spec status".
adr-writer
Skill for creating and editing Architecture Decision Records (ADRs). Use when requests involve "create ADR", "record architecture decision", or "document design decisions". Supports creating new ADRs, updating existing ADRs, and reviewing ADR format.
github-workflow
Write and edit GitHub Actions workflow files. Use when creating new workflows, editing existing .github/workflows/*.yml files, or setting up CI/CD pipelines. Triggers on requests like "create a workflow", "add GitHub Actions", "set up CI", or "edit the workflow file".
github-pr-unresolved-review-fetcher
Fetch unresolved PR review comments from GitHub. Use when working with pull request reviews, addressing review feedback, or checking outstanding review comments on a PR. Triggers on requests like "get PR reviews", "fetch review comments", "show unresolved comments", or "what feedback is pending on this PR".
github-workflow-fixer
Analyze and fix GitHub Actions workflow failures. Use when workflows fail, CI/CD issues occur, or when debugging GitHub Actions runs. Triggers on requests like "fix workflow", "why did the build fail", "check CI status", "debug GitHub Actions", or "workflow failed".
codex-review
Codex CLI を使って現在のコード変更を5つの観点(セキュリティ・パフォーマンス・バグ・テスト・アーキテクチャ)から並列レビューし、指摘に基づいてコードを修正するスキル。ユーザーが「codex でレビュー」「codex review」「コードレビューして」「レビュー実行」「codex にレビューさせて」「変更をチェック」などと言った場合や、コード品質チェック・多角的なレビューを求められた場合に使用する。明示的に codex に言及していなくても、包括的なコードレビューを求められたらこのスキルの使用を検討すること。
Didn't find tool you were looking for?