一键导入
tama-community-summarizer
Summarize shared research pool for community insights
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize shared research pool for community insights
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Extracting key findings from AI/ML research papers.
Auditing frontend components for WCAG AA compliance.
Guide users through resolving 4xx and 5xx API errors.
Diagnosing failed GitHub Action or GitLab CI runs.
Framework to analyze and summarize competitor features and market positioning.
Walk new users through the initial setup and configuration.
| name | tama-community-summarizer |
| description | Summarize shared research pool for community insights |
Aggregates and summarizes research pool data for community intelligence.
After receiving packs in research-pool/incoming/ or when querying community data.
Read all files in research-pool/incoming/.
Count by:
Save to research-pool/summaries/SUMMARY-YYYYMMDD.json:
{
"summary_date": "2026-03-18",
"total_packs": 5,
"total_genomes": 42,
"top_families": [
{ "family": "verification-skipped-before-done", "count": 12 },
{ "family": "silent-fallback-introduced", "count": 9 }
],
"top_repair_operators": [
{ "operator": "add-e2e-verification-step", "count": 8 }
],
"transfer_recommendations": [...]
}
If integrated with frontend, provide community data via /api/community endpoint.