Add /lfx-pr-catchup skill for morning PR dashboard#5
Merged
niravpatel27 merged 1 commit intomainfrom Mar 17, 2026
Merged
Conversation
Adds a new read-only skill that fetches open PRs via GitHub CLI, enriches them with GraphQL review data, classifies by urgency (unresolved comments, changes requested, stale, approved-not-merged), and renders a compact terminal dashboard. Includes drill-down support for individual PRs. Skips the config prompt and uses defaults immediately — org filter and stale threshold can be passed inline. Signed-off-by: Nirav Patel <npatel@linuxfoundation.org>
427d0e5 to
ee3f47a
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new /lfx-pr-catchup read-only Claude Code skill that provides a morning PR catch-up dashboard. The skill fetches open PRs via gh search, enriches them with GraphQL review/thread data, classifies by urgency (HIGH/MEDIUM/LOW), and renders a grouped terminal dashboard. The README is updated to document the new skill.
Changes:
- New
lfx-pr-catchup/SKILL.mddefining the complete skill workflow: auth check → fetch → enrich via GraphQL → classify signals → render dashboard → drill-down - README updates: skill list, architecture diagram, skill overview table, workflow examples, and project structure all updated to include the new skill
- Hardcoded skill count references ("seven") replaced with generic "all" to avoid needing updates when skills are added
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
lfx-pr-catchup/SKILL.md |
New skill definition with 7-step workflow, edge case handling, GraphQL queries, signal classification rules, and scope boundaries |
README.md |
Adds /lfx-pr-catchup to skill list, architecture diagram, overview table, detailed docs, workflow examples, and project structure; removes hardcoded skill count |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
andrest50
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/lfx-pr-catchupread-only skill that generates a morning PR catch-up dashboardgh search, enriches with GraphQL review/thread data, classifies by urgency (HIGH: unresolved comments, changes requested; MEDIUM: approved-not-merged, stale), and renders a grouped terminal dashboard/lfx-pr-catchup linuxfoundationor/lfx-pr-catchup stale=14)Test plan
/lfx-pr-catchupwith no args — should proceed immediately without asking for preferences/lfx-pr-catchup linuxfoundation— should filter to that org