meta-github-pr-watch-digest

Inspects open GitHub PRs and failing CI via gh CLI, then digests results into memory.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill meta-github-pr-watch-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-github-pr-watch-digest
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/exp/meta-github-pr-watch-digest
Command: npx skills add https://github.com/opensquilla/opensquilla --skill meta-github-pr-watch-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping track of open pull requests, review requests, and failing CI across repositories is repetitive manual work. This Skill automates daily PR-queue triage so you get one actionable digest instead of checking GitHub by hand.

Core Features & Use Cases

  • Automated PR Inspection: Uses the gh CLI through the github skill to list open PRs awaiting your review, PRs you authored with new comments, and failing CI runs.
  • Three-Bucket Digest: Summarizes findings into to-review, awaiting-me, and CI-red buckets as a bulleted digest capped at 400 words.
  • Persistent Follow-Ups: Appends the digest to long-term memory at memory/pr-watch.md so follow-ups survive across sessions.
  • Use Case: Each morning, ask for a PR digest and receive a prioritized summary of everything needing your attention on GitHub, with the record saved for later reference.

Quick Start

Ask the agent to watch my PRs and give me a digest of open pull requests, review requests, and failing CI runs.

Frequently Asked Questions about meta-github-pr-watch-digest

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

FAQPage Schema
How do I get a daily digest of my open GitHub pull requests?

Trigger the skill with a phrase like watch my prs or PR digest. It runs gh pr list and gh run list through the github skill, summarizes results into three buckets, and saves the digest to memory.

How does the PR digest categorize pull requests?

The digest groups items into three buckets: PRs awaiting your review, PRs you authored that received new comments, and failing CI runs. The summary is bulleted and limited to 400 words.

Does this skill require the GitHub CLI to be installed?

Yes, it relies on the gh CLI through the github skill to list PRs and CI runs. You must have gh installed and authenticated with your GitHub account for the inspection step to work.

Where are the PR digest follow-ups stored?

Follow-ups are appended to memory/pr-watch.md via the memory_save tool. This persists the digest in long-term memory so it remains available in later sessions.

What happens if the github or summarize skills are unavailable?

The skill defines a fallback: the LLM manually calls gh pr list and gh run list --status failure, summarizes the output itself, and then calls memory_save to record the digest.