What problem does it solve?
Tracking the state of many open pull requests in the mozilla/fxa repository requires manually checking each PR for review activity, draft status, and approvals, which is slow and error-prone.
Core Features & Use Cases
- Filtered PR Search: Lists open FXA PRs matching an optional search term, or all open PRs by default.
- Rich Status Table: Shows file/line change counts, PR age, draft state, reviewer activity, and approval status per PR.
- Actionable Highlights: Flags draft PRs that look ready, PRs with unaddressed change requests, and PRs lacking human reviews after 3+ days.
- Use Case: A maintainer starting their day runs the skill with no arguments to get a triage view of every open PR needing review attention.
Quick Start
Ask the assistant to show the status of open FXA PRs, optionally providing a search term like "passkey" to filter results.