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]