generate_slides_retro

Aggregate GitHub issues and PRs into a Slidev sprint review presentation.

Updated Nov 8, 2024
One-click install
npx skills add https://github.com/cedanl/.github --skill generate-slides-retro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate_slides_retro
Source: https://github.com/cedanl/.github/tree/main/.claude/skills/generate_slides_retro
Command: npx skills add https://github.com/cedanl/.github --skill generate-slides-retro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the creation of a Slidev sprint review presentation by aggregating current GitHub activity for the CEDA organization, saving time and ensuring stakeholders have a data-driven overview of the sprint.

Core Features & Use Cases

  • Data aggregation: collects open/closed issues and merged/open PRs across active repositories within the sprint window.
  • Velocity and backlog health: computes completed work, open work, and backlog health per repository for a consolidated velocity view.
  • Slide generation: outputs a YYMMDD_sprint_review.md in a clidev project with the house style theme ready for Slidev rendering.
  • Demo highlights: identifies noteworthy contributions and prepares HTML content for static slides embedded via iframes.

Quick Start

Poets een GitHub-token in en genereer vervolgens de Sprint Review-slides in het clidev-project.

Frequently Asked Questions about generate_slides_retro

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

FAQPage Schema
How do I generate sprint review slides from GitHub backlog data?

You can generate sprint review slides from GitHub backlog data by injecting a GitHub token to aggregate issues and PRs across active repositories, producing a Markdown file for Slidev rendering.

Can I automate sprint velocity tracking using GitHub issues and PRs?

Automating sprint velocity tracking is possible by computing completed work, open work, and backlog health per repository from extracted GitHub issues and PRs within the sprint window.

What's the best way to create a Slidev presentation from GitHub activity?

Creating a Slidev presentation from GitHub activity is best done by aggregating repository issues and PRs into a YYMMDD_sprint_review.md file formatted with a Slidev house style theme ready for rendering.

Does generating sprint review slides require any external dependencies?

Generating sprint review slides requires no external dependencies, operating solely with GitHub API access and token handling to output Markdown slides and static HTML blocks embedded via fullscreen iframes.

How are demo highlights identified for a sprint review presentation?

Demo highlights are identified by extracting noteworthy GitHub contributions within the sprint window and preparing them as static HTML content blocks embedded into the slides via fullscreen iframes.

How are sprint start and end dates computed for GitHub velocity tracking?

Sprint start and end dates are computed automatically by the tool when operating across active repositories in the GitHub organization to build the data-driven sprint review presentation.