一键导入
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 页面并帮你完成安装。
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.
基于 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)