delivery-report

Generate stakeholder-ready delivery reports from completed Jira or Azure DevOps tickets.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill delivery-report-yeaboi-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: delivery-report
Source: https://github.com/yeaboi-ai/yeaboi.ai/tree/main/claude-plugin/yeaboi/skills/delivery-report
Command: npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill delivery-report-yeaboi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams and managers need a business-friendly summary of what was actually delivered in a sprint, month, or quarter, but raw ticket lists from Jira or Azure DevOps are not readable by stakeholders. This Skill turns completed work into an executive narrative with themes, metrics, and highlights. ## Core Features & Use Cases - Period-based reporting: Generate a delivery report for the last sprint, last month, or quarter via the report_delivery tool. - Executive narrative: Produces outcome themes, metrics, and highlights written in business language rather than ticket numbers, with a first-person solo mode for individual contributors. - Scoped context: Filter what the run reads using context specs (sprints, date ranges, project labels, tags) and preview counts with context_preview before running. - Exports: Automatically saves Markdown, HTML, and slide-deck versions under ~/.yeaboi/exports/reporting/ for circulation. - Use Case: A product manager asks "what did we ship last quarter?" and receives a stakeholder-ready summary with themes and metrics, plus a slide deck to present at the business review. ## Quick Start Ask the assistant to generate a delivery report for last sprint using yeaboi and present the executive summary with themes and metrics.

Frequently Asked Questions about delivery-report

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

FAQPage Schema
How do I generate a sprint delivery report for stakeholders?▼

Call the report_delivery tool with the period set to last_sprint, last_month, or quarter. It pulls completed tickets from your configured tracker and produces an executive narrative with outcome themes, metrics, and highlights.

What issue trackers does the delivery report support?▼

The report pulls completed tickets from Jira or Azure DevOps, whichever tracker is configured in yeaboi. If no tracker is configured, the tool returns a warning so you know the coverage is limited.

Can I generate a delivery report for just myself without a team?▼

Yes, pass solo: true to report_delivery when running your own delivery with no team. The narrative is then written in the first person instead of team language.

How do I limit the report to a specific project or timeframe?▼

Use the context parameter with a spec like a number of sprints, a date range, project labels, or tags, and pass project_label for named projects. Run context_preview first to see the counts before generating.

Why does my delivery report look like a plain count-based skeleton?▼

That happens when llm_mode is fallback, meaning no LLM was reachable and the report is a deterministic count-based summary. Run yeaboi --setup to configure your API key and regenerate.

Where are the exported delivery report files saved?▼

yeaboi automatically saves Markdown, HTML, and slide-deck versions under ~/.yeaboi/exports/reporting/. These are ready to circulate or present to stakeholders.