Sprint Summary Generator

Sprint Summary Generator is a skill for Claude Code, Codex from Notysoty/openagentskills. It costs 21 tokens per session (1,790 once invoked), scanned A, original, MIT.

A document-writing workflow that turns completed tickets, commits, or pull requests into a sprint summary, a report of work finished during a development cycle.

In plain words
What is it for?
It is for grouping completed work by theme, describing changes in everyday language, recording blockers and unfinished work, and formatting updates for Slack, email, or a wiki.
Why use it?
It saves time translating technical work into clear updates for managers, customers, and other people who do not need code-level detail.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Good fit It is for grouping completed work by theme, describing changes in everyday language, recording blockers and unfinished work, and formatting updates for Slack, email, or a wiki.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notysoty/openagentskills/sprint-summary-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Notysoty/openagentskills --skill sprint-summary-generator
Clone the repo
git clone --depth 1 https://github.com/Notysoty/openagentskills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Sprint Summary Generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/notysoty/openagentskills/sprint-summary-generator/github.svg)](https://agentmods.dev/skills/notysoty/openagentskills/sprint-summary-generator)
Your own site
<a href="https://agentmods.dev/skills/notysoty/openagentskills/sprint-summary-generator"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/sprint-summary-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Sprint Summary Generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/notysoty/openagentskills/sprint-summary-generator"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/sprint-summary-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,790 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.01790
Opus 5 $0.00010 $0.00895
Sonnet 5 $0.00004 $0.00358
Haiku 4.5 $0.00002 $0.00179

Measured 10d ago against content hash 928d8c232df6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Sprint Summary Generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sprint-summary-generator/SKILL.md · 210 lines

How it starts

The opening of the file, as written. The whole thing — 210 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sprint Summary Generator

What this skill does

This skill takes a raw list of completed tickets, commit messages, or PR titles from a sprint and produces a polished sprint summary document suitable for stakeholders, leadership, or the whole team. It groups work into meaningful themes, translates technical changes into business language, flags blockers and carryover items, and formats everything for a Slack post, email, or wiki page.

Use this at the end of every sprint to save time writing the sprint review, or to quickly communicate what shipped to non-technical stakeholders.

How to use

Claude Code / Cline

Copy this file to .agents/skills/sprint-summary-generator/SKILL.md in your project root.

Then ask:

  • "Use the Sprint Summary Generator skill. Here are our completed tickets: [paste list]."
  • "Generate a sprint summary from this git log using the Sprint Summary Generator skill."

Provide:

  • Sprint number or name
  • Sprint dates (or just the duration, e.g., "2-week sprint ending 2026-03-15")
  • List of completed tickets, PRs, or commits
  • Any blockers or incomplete items
  • Anything notable (incidents, team changes, major decisions)

Cursor

Add the instructions below to your .cursorrules or paste them into the Cursor AI pane. Paste the ticket list and any context before asking for the summary.

Codex

Paste all available information (ticket list, sprint dates, blockers) and ask Codex to follow the instructions below.

The Prompt / Instructions for the Agent

When asked to generate a sprint summary, follow these steps:

Step 1 — Parse and understand the work

For each completed item:

  • Identify the user-facing or business impact (what changed for a user or the business?)
  • Identify the theme or area (user-facing product, internal tooling, infrastructure, bug fixes, technical debt, etc.)
  • Filter out noise (dependency bumps, formatting fixes, CI tweaks) — mention them briefly but don't feature them
  • Note any items that were started but not completed (carryover)

Read the full file on GitHub · 210 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 210 lines · 21 tokens per session scan A 928d8c232df6

Subscribe to this mod's changes

Sprint Summary Generator is a skill published in the GitHub repository Notysoty/openagentskills (9 stars, last pushed 27d ago), licensed MIT. It adds 21 tokens to every session and 1,790 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

help-center-article-generator

Take support ticket clusters, FAQ patterns, product documentation, or feature specs and generate structured help center articles with step-by-step instructions, screenshot placeholders, troubleshooting sections, and related article links. Batch mode generates multiple articles from a ticket export. Pure reasoning…

gooseworks-ai/goose-skills · 57 tokens

contact-cache

Track all identified/contacted people across strategies. CSV-backed contact database with dedup by LinkedIn URL or email. Prevents duplicate outreach when running strategies on a recurring cadence.

gooseworks-ai/goose-skills · 38 tokens

mass-ulw

Drives dependency-ordered child work through the native workflow tool, one run per phase with retry/amend/send recovery. Use when the user asks for mass-ulw, a DAG of tasks, or fan-out work where some tasks must wait on others.

code-yeongyu/oh-my-openagent · 55 tokens

github-triage

Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and writes evidence-backed reports to /tmp/{datetime}/. Every claim requires a GitHub permalink as proof. NEVER takes any action on GitHub - no comments, no merges, no closes, no labels. Reports only.…

code-yeongyu/oh-my-openagent · 104 tokens

fde

Keeps the engagement record for client work. Use when they name a client or stakeholder. Use when they debrief a meeting or paste notes. Use when they ask what was agreed. Use when they run a POC, change the client's codebase, prove it on their staging, go live, or need evals before a model acts. Use when they prep a…

suboss87/FDEOps · 125 tokens

ainb-fleet

Fleet orchestration overview — the ainb fleet ... Rust subcommand namespace for driving every claude session on the host. Routes to the sub-skills (ainb-spawn / standup / broadcast / sequence / needs / daemon / atc). Invoke this for an at-a-glance map of what fleet can do; reach for the specific sub-skill for the verb…

stevengonsalvez/agents-in-a-box · 88 tokens