원클릭으로
generate-digest
Analyzes workspace state and generates actionable insights
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyzes workspace state and generates actionable insights
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a sprint retrospective with KPI dashboard and action decision records
Generate a risk register PM block with probability, impact, and mitigation strategies
Generate downloadable Markdown or HTML files (reports, summaries, styled docs)
Conversational skill creator — build, test, and refine skills in chat
Generate a lightweight Architecture Decision Record as a Decision block
Creates a structured note from a homepage chat conversation
| name | generate-digest |
| description | Analyzes workspace state and generates actionable insights |
| feature_module | notes |
| trigger | scheduled |
Analyze workspace activity and generate categorized, actionable suggestions for the AI Digest panel.
Use this skill when:
Receive Workspace Context
Analyze for Actionable Insights Categories to check:
stale_issues: Issues not updated in 3+ days while in active stateunlinked_notes: Notes with no linked issues (potential extraction candidates)review_needed: Issues in review state for 2+ daysblocked_dependencies: Issues blocked by unresolved dependenciescycle_risk: Cycles at risk of missing targets (>70% time, <50% done)overdue_items: Issues past target dateunassigned_priority: High/urgent priority issues with no assigneeduplicate_candidates: Issues with high semantic similaritystale_prs: PRs open for 3+ days without reviewannotation_pending: Notes with unaddressed AI annotationsinactive_members: Team members with no activity in 5+ daysdocumentation_gaps: Features without linked documentation notesScore Relevance For each suggestion, score 0.0-1.0 based on:
Return Structured Output
{
"suggestions": [
{
"id": "uuid",
"category": "stale_issues",
"title": "3 issues haven't been updated this week",
"description": "PS-42, PS-55, PS-61 are in progress but have no activity since Monday",
"entity_id": "uuid",
"entity_type": "issue",
"action_url": "/workspace/issues?filter=stale",
"relevance_score": 0.85
}
],
"summary": "Generated 8 suggestions across 5 categories",
"tokens_used": {
"input": 950,
"output": 420
}
}
ai_low), 60s timeout, 3 retries