원클릭으로
research
Research a topic using web sources and maintain a living research digest at docs/research_digest.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Research a topic using web sources and maintain a living research digest at docs/research_digest.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | research |
| description | Research a topic using web sources and maintain a living research digest at docs/research_digest.md. |
/research <topic>
/research --ingest <url>
/research --refresh
Research external sources on a topic and maintain a living digest. The digest captures best practices, emerging techniques, and relevant developments for the gz4d project.
Location: docs/research_digest.md (create if it doesn't exist)
# Research Digest
<!-- Last updated: YYYY-MM-DD -->
## <Topic Title>
**Added**: YYYY-MM-DD | **Sources**: [link1](url), [link2](url)
Key takeaways:
- <concise finding>
- <concise finding>
**Relevance**: <why this matters to gz4d>
---
/research <topic>)git checkout -b research/<topic-slug>docs/research_digest.mdgit add docs/research_digest.md && git commit -m "research: <topic>"git push -u origin HEAD && gh pr create --fill/research --ingest <url>)/research --refresh)Audit the project for license headers, build health, documentation coverage, ADR currency, and third-party code boundaries. Reports findings without making changes.
Applies UNH CCOM/JHC official brand colors, typography, naming conventions, and editorial style to documentation and artifacts. Use when writing or updating project documentation, README files, web content, presentations, or any material that should reflect the Center's institutional identity.
Generate a work plan for an issue. Saves to docs/work-plans/ and commits as the first step on the feature branch.
Evaluate a PR against project conventions and ADRs. Produces a structured report without posting unless asked.