pull-requests

Query Shipwright task store PR records and format results as tables.

9|2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/app-vitals/shipwright --skill pull-requests-app-vitals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-requests
Source: https://github.com/app-vitals/shipwright/tree/main/plugins/shipwright/skills/pull-requests
Command: npx skills add https://github.com/app-vitals/shipwright --skill pull-requests-app-vitals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually searching and piecing together pull request records from the Shipwright task store, making PR tracking faster and clearer.

Core Features & Use Cases

  • Targeted Queries: Filter PRs by repository, PR number, state, review state, or staged status.
  • Readable Reporting: Display the returned records as a clean table with the most useful review and claim fields.
  • Review Operations: Quickly inspect open, merged, closed, pending, or staged PRs when coordinating delivery workflows.

Quick Start

Ask the skill to list pull requests for a specific repository and present the results as a table.

Frequently Asked Questions about pull-requests

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

FAQPage Schema
How do I filter pull requests by review state from the task store?

This Skill queries the Shipwright task store to filter pull requests by state, review state, or staged flag, returning the matching PR records formatted as a clean tabular display for review tracking.

What's the best way to view open or staged pull requests as a table?

Query the Shipwright task store with the state or staged flag filters to retrieve matching pull requests, which this Skill formats into a clean table displaying useful review and claim fields.

Do I need a bearer token to retrieve pull request records from the Shipwright task store?

Yes, you need both the Shipwright task store URL and a valid bearer token to authenticate the GET /prs request used to retrieve and filter pull request records for tabular display.

Can I filter PR records by repository and PR number at the same time?

Yes, you can combine repository and PR number filters alongside state, review state, staged flag, and pagination parameters to refine the pull request records retrieved from the task store.

How does pagination work when listing pull requests from the task store?

Pagination is supported as a query parameter when fetching pull requests from the Shipwright task store, allowing you to control the volume of PR records returned in the tabular output.