What problem does it solve?
LingTai developers and operators lack a repeatable, read-only way to see what changed across the entire Lingtai-AI GitHub organization without manually checking each repository for open issues, pull requests, and recent activity.
Core Features & Use Cases
- One-shot org sweep: Uses the GitHub CLI (
gh) to list repos, open issues, and open PRs across the Lingtai-AI org with structured JSON output.
- Digest formatting: Groups results into new/updated PRs, open issues, recently closed items, and stale or blocked items, each with author, age, and URL.
- Stateful monitoring: Provides a cron/LaunchAgent pattern that stores JSON state and alerts only on new, updated, or closed items to avoid notification spam.
- Use Case: A maintainer asks what changed across the org this week; the workflow runs the read-only
gh queries and returns a single timestamped digest confirming no GitHub state was modified.
Quick Start
Ask the agent to sweep the Lingtai-AI GitHub org and produce a read-only digest of open PRs, open issues, and recent activity.