sprint-review

Extract GA or released Sprint Review transcript changes into Partner Center doc updates with an exclusion report.

1|Updated Apr 17, 2025
One-click install
npx skills add https://github.com/vendasta/partnercenter-docs --skill sprint-review-vendasta
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint-review
Source: https://github.com/vendasta/partnercenter-docs/tree/main/.cursor/skills/sprint-review
Command: npx skills add https://github.com/vendasta/partnercenter-docs --skill sprint-review-vendasta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The sprint-review-to-docs skill helps maintain up-to-date Partner Center documentation by translating sprint review transcripts into publishable doc updates, filtering only released items and producing an exclusion report for skipped items.

Core Features & Use Cases

  • Extract candidate changes from transcripts and capture the release state
  • Filter to GA or already released items and map changes to existing docs
  • Generate evergreen, repo-style documentation updates and a formal exclusion report
  • Produce an exclusion log detailing items skipped with reasons

Quick Start

Provide a sprint review transcript to automatically update the docs and generate an exclusion report.

Frequently Asked Questions about sprint-review

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

FAQPage Schema
How do I update Partner Center docs from sprint review transcripts?▼

Sprint review transcripts are parsed to extract GA or already released items, which are then mapped to existing Partner Center docs under docusaurus/docs/ to generate evergreen, repo-style documentation updates.

What is an exclusion report for sprint review documentation?▼

An exclusion report is a formal log detailing transcript items skipped during documentation updates, generated when items are not explicitly marked as GA, not yet released, or lack matching existing docs.

How do I filter sprint review changes to only include GA items?▼

Sprint review changes are filtered using explicit release-language detection to ensure only GA or already released items are included, while unreleased items are diverted to the exclusion report.

Can I use sprint review transcripts to update docs that are not in docusaurus?▼

No, eligible GA items are strictly mapped to existing documentation located under the docusaurus/docs/ directory structure, ensuring updates match the current repository format.

What happens to sprint review items that are not yet released?▼

Items not yet released are automatically excluded from the documentation updates and captured in a formal exclusion log, which details each skipped item and the reason it was not documented.

How do I generate evergreen documentation updates from release transcripts?▼

Release transcripts are processed to identify GA items, map them to existing documentation files, and produce evergreen, repo-style language updates alongside a comprehensive exclusion report for skipped items.