sprint-progress-report

sprint-progress-report is a skill for Claude Code, Codex from caipe-io/ai-platform-engineering. It costs 46 tokens per session (770 once invoked), scanned A, original, Apache-2.0.

A Jira-based report on the health and progress of a software sprint. A sprint is a fixed work period, and velocity measures how much planned work a team usually completes during one.

In plain words
What is it for?
Use it for sprint reviews, standups, and mid-sprint checks of completion rates, burndown, velocity, blockers, priorities, and assignments.
Why use it?
It combines current work, earlier sprint results, remaining effort, blockers, and team workload so progress and delivery risk are easier to judge.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for sprint reviews, standups, and mid-sprint checks of completion rates, burndown, velocity, blockers, priorities, and assignments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/caipe-io/ai-platform-engineering/sprint-progress-report
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 caipe-io/ai-platform-engineering --skill sprint-progress-report
Clone the repo
git clone --depth 1 https://github.com/caipe-io/ai-platform-engineering

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-progress-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/caipe-io/ai-platform-engineering/sprint-progress-report.svg)](https://agentmods.dev/skills/caipe-io/ai-platform-engineering/sprint-progress-report)
Your own site
<a href="https://agentmods.dev/skills/caipe-io/ai-platform-engineering/sprint-progress-report"><img src="https://agentmods.dev/badge/skills/caipe-io/ai-platform-engineering/sprint-progress-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 770 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00046 $0.00770
Opus 5 $0.00023 $0.00385
Sonnet 5 $0.00009 $0.00154
Haiku 4.5 $0.00005 $0.00077

Measured 8d ago against content hash 88d5403b7e19, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sprint-progress-report 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 8d 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.

charts/ai-platform-engineering/data/skills/sprint-progress-report/SKILL.md · 85 lines

How it starts

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

Sprint Progress Report

Query Jira to build a detailed sprint progress report including velocity, burndown, completion rates, and blockers.

Instructions

Phase 1: Sprint Data Collection (Jira Agent)

  1. Identify the current sprint:
    • Get the active sprint from the team's Jira board
    • Collect sprint name, start date, end date, and goal
  2. Fetch all sprint issues:
    • Stories, tasks, bugs, and subtasks in the sprint
    • For each: key, summary, status, assignee, story points, priority, labels
  3. Fetch sprint history (for velocity):
    • Last 3-5 completed sprints
    • Committed vs. completed story points per sprint

Phase 2: Metrics Calculation

  1. Burndown Metrics:
    • Total committed story points
    • Completed story points
    • Remaining story points
    • Percentage complete
    • Days remaining in sprint
    • Projected completion (on track / at risk / behind)
  2. Velocity:
    • Average velocity over last 3-5 sprints
    • Current sprint pace vs. average
    • Velocity trend (increasing, stable, decreasing)
  3. Issue Distribution:
    • By status (To Do, In Progress, In Review, Done)
    • By type (Story, Bug, Task)
    • By assignee (workload balance)
    • By priority (Critical, High, Medium, Low)

Phase 3: Blocker & Risk Analysis

  1. Identify blockers:
    • Issues with `blocked` status or `blocker` label
    • Issues with no activity for >2 days while In Progress
    • Issues with unresolved dependencies
  2. Identify risks:
    • High-priority items still in To Do with <3 days remaining
    • Unassigned items
    • Items added mid-sprint (scope creep)
    • Items removed from sprint (scope reduction)

Output Format

```markdown

Sprint Progress Report

Sprint: Sprint 24 - "Platform Reliability" Period: Feb 3 - Feb 14, 2026 | Days Remaining: 5 Sprint Goal: Improve platform monitoring and reduce incident response time

Summary

Metric Value
Committed 34 story points (15 issues)
Completed 21 story points (9 issues)
Remaining 13 story points (6 issues)
Completion 62%
Projection On Track (avg velocity: 32 pts)
```

Read the full file on GitHub · 85 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 85 lines · 46 tokens per session scan A 88d5403b7e19

Subscribe to this mod's changes

sprint-progress-report is a skill published in the GitHub repository caipe-io/ai-platform-engineering (407 stars, last pushed yesterday), licensed Apache-2.0. It adds 46 tokens to every session and 770 once invoked, about $0.0002 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-30.