unblocked-context-query-prs

Filter pull requests by project, person, status, and time range via CLI.

11|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/unblocked/skills --skill unblocked-context-query-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unblocked-context-query-prs
Source: https://github.com/unblocked/skills/tree/main/skills/unblocked-context-query-prs
Command: npx skills add https://github.com/unblocked/skills --skill unblocked-context-query-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unblocked, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you to get precise, filtered lists of pull requests (PRs) based on specific criteria such as project, time range, status, and person involved, without the need for semantic matching.

Core Features & Use Cases

  • Filtered PR Retrieval: Retrieve PRs by project and person, or filter by status and time range.
  • Use Case: If you want a list of all PRs opened by Alice in the past month within a specific project, this Skill can provide you with that list directly.

Quick Start

Run 'context-query-prs --query "PRs opened by Alice last month in payments-service"' to list the PRs you are interested in.

Frequently Asked Questions about unblocked-context-query-prs

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

FAQPage Schema
How do I filter and list specific GitHub pull requests by author and project?

To filter and list GitHub pull requests by project and user-name, you can use a CLI interface that accepts natural language queries to generate precise PR lists matching your specified criteria.

Can I retrieve a list of pull requests using a natural language query?

Yes, you can retrieve pull requests using a natural language query. The CLI processes your input to filter PRs by project, person, time range, and status without requiring manual semantic matching.

Do I need the unblocked CLI and MCP server to enumerate pull requests?

Yes, you need the unblocked CLI and a configured MCP server to enumerate pull requests. These dependencies are required for the Skill to function properly and process your PR filtering queries.

What is the best way to get a filtered list of PRs opened by a specific person in a time range?

The best way to get a filtered list of PRs opened by a specific person in a time range is to provide the project name, user-name, and time criteria directly in your CLI query to receive the matching PR list.

Does this PR filtering approach work without semantic matching?

Yes, this PR filtering approach works without semantic matching. It retrieves precise, filtered lists of pull requests based on exact criteria like project, time range, status, and person involved.