sprint-retro

Generates sprint retrospective reports with velocity metrics and task categorization from Notion data.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill sprint-retro-codepresso-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint-retro
Source: https://github.com/codepresso-dev/codepresso-ai-plugin/tree/main/skills/sprint-retro
Command: npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill sprint-retro-codepresso-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Compiling sprint retrospective data manually from Notion is time-consuming and error-prone. This Skill automatically pulls velocity metrics, epic progress, contributor stats, and task categories into a formatted retrospective report, so sprint reviews start with accurate data instead of manual tallying. ## Core Features & Use Cases - Velocity Metrics: Reports total, completed, blocked, and remaining tasks with completion rate percentages. - Epic & Contributor Breakdown: Shows per-epic progress and a team contribution table with completed, in-progress, and total task counts. - Actionable Suggestions: Flags risks automatically, such as completion rates below 70%, high block rates, or epics with zero progress. - Use Case: At the end of a sprint, ask for a retrospective and receive a ready-to-present report covering velocity, epic status, team contributions, and recommended action items for the review meeting. ## Quick Start Ask the assistant to generate a sprint retrospective report for the current sprint.

Frequently Asked Questions about sprint-retro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sprint retrospective report from Notion?▼

Trigger the skill with phrases like "sprint retro" or "sprint review". It calls the notion_sprint_retro MCP tool to fetch velocity metrics, epic progress, and contributor stats for the current sprint, then formats them into a structured report.

What metrics are included in a sprint velocity report?▼

The report includes total tasks, completed tasks with completion rate percentage, blocked tasks, and remaining tasks. It also breaks down progress per epic and shows a contributor table with completed, in-progress, and total counts per team member.

Does this skill work without the Notion MCP integration configured?▼

No, it requires the notion_sprint_retro MCP tool and a configured sprint workflow. If retrospective data is unavailable, the skill suggests running the setup command to configure the Notion integration first.

Can I generate a retrospective for a past sprint instead of the current one?▼

The skill calls the MCP tool with no arguments, which defaults to the current sprint. Retrieving historical sprints would depend on whether the underlying MCP tool supports sprint selection parameters.

Why does the skill forbid using curl or direct Notion API calls?▼

All data must come through the notion_sprint_retro MCP tool to ensure consistent formatting and authentication. Direct API calls bypass the configured integration and may return unprocessed or unauthorized data.