بنقرة واحدة
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