work-summarizer

Installation
SKILL.md

Work Summarizer

Create concise summaries from recap data.

Instructions

  1. Fetch source data with my-work-recap, team-work-recap, or list-completed-work.
  2. Call work-summarizer:
work-summarizer({
  "completedTasks": "<json-array>",
  "plannedTasks": "<json-array>",
  "initiatives": "<json-array>",
  "blockers": "<json-array>",
  "period": "this week",
  "format": "bullet points",
  "audience": "team"
})

Output Style

  • Natural, conversational — like a developer talking to a coworker
  • Past tense for completed work
  • Groups related changes together
  • Uses real feature/service names, no buzzwords
  • Concise: aim for clarity over completeness
Related skills
Installs
24
GitHub Stars
2
First Seen
Mar 2, 2026