weekly-status-pptx

Compile weekly status reports from Azure DevOps, GitHub, and git into a 7-slide PowerPoint deck.

14|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill weekly-status-pptx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-status-pptx
Source: https://github.com/patrikborosch/AnalyticsPlatformAgents/tree/main/creator/.github/skills/weekly-status-pptx
Command: npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill weekly-status-pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual weekly status reporting for the Fabric Skills team requires pulling data from 3+ disparate tools (Azure DevOps, GitHub, git), formatting it into a consistent branded PowerPoint deck, and manually uploading it to SharePoint, which takes 2+ hours per week and is prone to human error.

Core Features & Use Cases

  • Multi-source data aggregation: Pulls active, skills-for-fabric tagged ADO User Stories, merged and open GitHub PRs (categorized by type), and git commit history to capture all relevant team activity.
  • Standardized 7-slide deck generation: Produces a consistently styled PowerPoint with milestone cards, KPI stacks, PR tables, and clickable ADO links, eliminating manual formatting work.
  • Automated SharePoint upload: Sends the finished deck directly to the team's designated SharePoint folder with the correct naming convention.
  • Use Case: For the Fabric Skills core team, this skill turns a tedious 2+ hour weekly manual task into a single prompt, ensuring consistent, accurate status reporting every week.

Quick Start

Use the weekly-status-pptx skill to generate this week's Fabric Skills status deck from the latest ADO work items, merged PRs, and open pull requests, then upload it to the team's SharePoint folder.

Frequently Asked Questions about weekly-status-pptx

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

FAQPage Schema
How do I automate weekly status reporting from Azure DevOps and GitHub pull requests into a PowerPoint deck?

You can automate weekly status reporting by compiling Azure DevOps work items, GitHub pull requests, and git commit logs into a standardized 7-slide PowerPoint deck, then automatically uploading it to a designated SharePoint folder.

What is the best way to generate a status deck with clickable ADO work item links and milestone tracking?

Generating a status deck with clickable ADO links and milestone tracking involves compiling Azure DevOps data and GitHub history into a formatted PowerPoint presentation using python-pptx.

Do I need authenticated gh and az CLI tools to compile engineering status reports from multiple sources?

Yes, authenticated gh and az CLI tools are required to access the gim-home/skills-for-fabric repository, retrieve Azure DevOps work items, and compile multi-source engineering status reports into a PowerPoint file.

Can I automatically upload a generated PowerPoint status report to a SharePoint folder?

Yes, a generated PowerPoint status report can be automatically uploaded to a designated SharePoint folder via Microsoft Graph, ensuring the file follows the correct naming convention after the deck is produced.

How does pulling GitHub PR history and git commit logs work for weekly engineering team reporting?

Pulling GitHub PR history and git commit logs for weekly engineering team reporting works by categorizing merged and open pull requests by type, capturing commit activity, and mapping this data into KPI stacks and PR review tables.

What are the limitations of automating a 7-slide PowerPoint deck for Fabric Skills status reporting?

Limitations of automating this 7-slide PowerPoint deck include strict dependency on accessing the specific gim-home/skills-for-fabric repository, requiring python-pptx, and needing pre-authenticated gh and az CLI environments for successful generation and SharePoint upload.