ui/src/skills/review-open-pull-requests/SKILL.md
List and analyze all open pull requests across GitHub repositories. Shows review status, CI/CD check results, age, and reviewers. Use when triaging PRs, checking team velocity, or identifying stale reviews that need attention.
npx skillsauth add cnoe-io/ai-platform-engineering review-open-pull-requestsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Retrieve all open pull requests across configured repositories and present an organized view of their status, reviewers, CI results, and staleness.
blocked or do-not-merge labels## Open Pull Requests Summary
**Total**: 12 open PRs across 4 repositories
**Average Age**: 3.2 days | **Oldest**: #456 (8 days)
### Ready to Merge (3)
| PR | Repository | Author | Age | Checks |
|----|-----------|--------|-----|--------|
| #789 feat: add pagination | ai-platform-engineering | @dev1 | 1d | Passing |
### Needs Attention (2)
| PR | Repository | Issue | Age |
|----|-----------|-------|-----|
| #456 fix: streaming bug | agent-argocd | CI Failing | 8d |
### In Progress (5)
...
### Blocked (2)
...
testing
Compare A2A streaming behaviour across supervisor versions. Captures SSE events, analyzes metadata flags (is_narration, is_final_answer), and produces side-by-side comparison reports.
testing
Generate a comprehensive sprint progress report from Jira with velocity metrics, burndown analysis, blocker identification, and team workload distribution. Use when preparing sprint reviews, standups, or tracking sprint health mid-cycle.
development
Scan GitHub repositories for security vulnerabilities including Dependabot alerts, code scanning results, and secret scanning findings. Use when auditing repository security, preparing compliance reports, or triaging vulnerability alerts.
development
Perform a comprehensive code review of a specific GitHub Pull Request. Analyzes code changes, checks for bugs, security issues, test coverage, and coding standards compliance. Use when a user provides a PR URL or asks to review a specific pull request.