web-research
Structured web research approach. Triggers on: 'research', 'web research', 'look up'.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Structured web research approach. Triggers on: 'research', 'web research', 'look up'.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Evaluate architectural decisions, propose ADRs. Triggers on: 'architecture review', 'ADR', 'design review'.
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
Create GitHub pull requests. Triggers on: 'create PR', 'pull request', 'submit PR'.
Evaluate strategic direction changes before execution. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Triage and organize GitHub issues. Triggers on: 'triage', 'triage issues', 'organize backlog'.
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
| name | web-research |
| description | Structured web research approach. Triggers on: 'research', 'web research', 'look up'. |
Conduct structured web research using web_search and web_fetch tools. Present findings with citations and synthesis.
Formulate a clear, specific research question:
Use web_search for broad discovery:
web_search("JWT refresh token rotation Python best practices 2024")
Use web_fetch for specific pages:
web_fetch("https://docs.example.com/auth/tokens")
Combine findings into a structured summary:
## Research: [Topic]
### Question
[The specific question being investigated]
### Key Findings
1. **[Finding 1]** — [Source]
[Brief summary]
2. **[Finding 2]** — [Source]
[Brief summary]
3. **[Finding 3]** — [Source]
[Brief summary]
### Recommendation
[Based on findings, what approach is recommended and why]
### Sources
1. [Title — URL]
2. [Title — URL]
3. [Title — URL]