بنقرة واحدة
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 المهني
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.
| 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)