What problem does it solve?
Generating a complete, consistent daily summary of activity across a GitHub organization is time-consuming and error-prone when done manually. This Skill centralizes data gathering and formatting so teams receive a single, actionable Markdown report covering commits, PRs, branches, issues, force-pushes, and CI failures.
Core Features & Use Cases
- Organization-wide aggregation: Scans all repositories (or a specified subset) and aggregates commits, pull requests, branch events, issue changes, and workflow failures within a chosen time window.
- Force-push and audit analysis: Detects force pushes via audit log or events API, preserves before/after SHAs, and surfaces potential lost commits and regressions.
- Actionable attention callouts: Produces an immediate "Attention Required" section highlighting agent failures, repeated CI failures, and items needing human intervention suitable for posting as a GitHub issue.
- Use Case: Ideal for SREs and engineering managers who need a daily digest of repo health, CI flakiness, and potential automated-agent churn across an organization.
Quick Start
Generate a daily report for organization nsheaps covering the last 1 day and post it as a GitHub issue.