From aai-pm-github
Generate Gamma.app-compatible markdown slide deck from GitHub issues, PRs, releases, and metrics for customer-facing account management reports.
How this command is triggered — by the user, by Claude, or both
Slash command
/aai-pm-github:github-reportThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /github-report - Generate Account Report Slide Deck Generate a Gamma.app-compatible markdown slide deck from GitHub issues and pull requests for customer-facing account management presentations. ## Usage ## Parameters | Parameter | Description | Default | |-----------|-------------|---------| | `date-range` | Time period for the report. Explicit dates (YYYY-MM-DD YYYY-MM-DD) or shortcuts (`last 2 weeks`, `last month`, `last quarter`) | Interactive prompt | | `output-file` | Path to write the markdown file | `./report-YYYY-MM-DD.md` | ## Workflow Launch the `github-report-generator...
Generate a Gamma.app-compatible markdown slide deck from GitHub issues and pull requests for customer-facing account management presentations.
/github-report
/github-report last 2 weeks
/github-report last month
/github-report 2024-01-01 2024-01-31
/github-report 2024-01-01 2024-01-31 ./slides/january-report.md
| Parameter | Description | Default |
|---|---|---|
date-range | Time period for the report. Explicit dates (YYYY-MM-DD YYYY-MM-DD) or shortcuts (last 2 weeks, last month, last quarter) | Interactive prompt |
output-file | Path to write the markdown file | ./report-YYYY-MM-DD.md |
Launch the github-report-generator agent with any provided arguments.
The agent will:
The generated markdown file uses # Heading for each slide, which Gamma.app interprets as slide breaks when imported. The file can also be used directly as a readable status report.
The agent will provide:
gh auth login)last 2 weeks for biweekly meetingslast month for monthly account reviewslast month and adjust/issue-triage - Triage and prioritize GitHub issues/issue-create - Create a new GitHub issueUser: /github-report last month
Agent: I'll generate a slide deck report for last month.
Gathering data...
- Found 23 closed issues
- Found 31 merged PRs
- Found 2 releases
- 8 active contributors
Generating slide deck...
✅ Report generated: ./report-2024-02-04.md
- 8 slides
- 12 features delivered
- 7 bugs fixed
- 4 infrastructure improvements
Key highlights:
1. New user dashboard feature shipped
2. 7 bugs resolved, including critical checkout fix
3. CI/CD pipeline improvements reduced deploy time by 40%
The markdown file is ready for import into Gamma.app.
npx claudepluginhub bradtaylorsf/alphaagent-team/project-recapGenerates a self-contained visual HTML recap of the project's current state, recent git activity, decisions, and cognitive debt hotspots over a time window (default: 2 weeks).
/milestone-trackerTracks project milestones from Linear and GitHub, analyzes progress and velocity, predicts completion dates, assesses risks, and generates reports with visualizations and recommendations.
/standup-reportGenerates daily standup reports from git activity, Linear tasks, and GitHub PRs. Outputs in Markdown, Slack, Email, or team rollup formats.