event-description-generator
Installation
SKILL.md
Event Description Generator
Run this skill as an orchestrator only. Do not perform per-event filtering, repo search, or description-writing logic in this skill body. Delegate chunk processing to the event-descriptions-worker subagent.
Workflow
- Resolve project input (
projectIdor project name) - Create a run ID with short git SHA (
<projectId>-<sha>) - Create run directories under
runs/ - Determine cursor plan (
cursorStart,maxEvents, chunk size) - Spawn
event-descriptions-workersubagents for cursor chunks - Collect worker summaries + output paths
- Compress the run into a single CSV
- Report concise progress and next cursor