pr-review-queue

Automates adding a pull request to the MetaMask PR review queue project board via GitHub CLI and GraphQL.

3.0k|1.6k|Updated Jul 18, 2018
One-click install
npx skills add https://github.com/MetaMask/metamask-mobile --skill pr-review-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-queue
Source: https://github.com/MetaMask/metamask-mobile/tree/main/.agents/skills/pr-review-queue
Command: npx skills add https://github.com/MetaMask/metamask-mobile --skill pr-review-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review processes can be slow and error-prone when PRs need manual addition to the project board; this Skill automates adding a pull request to the MetaMask PR review queue project board, enabling faster visibility and consistent tracking.

Core Features & Use Cases

  • Automates adding a PR to the MetaMask PR review queue project board.
  • Dynamically fetches Priority options and associated field IDs, updates item fields, and adds a date-stamped comment for traceability.
  • Use Case: When a contributor asks to get a PR reviewed, this Skill creates a project item, assigns priority, and records a timestamped note.

Quick Start

Add a PR to the MetaMask PR review queue project board and set its initial priority.

Frequently Asked Questions about pr-review-queue

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

FAQPage Schema
How do I add a pull request to the MetaMask review queue project board?

To add a pull request to the MetaMask review queue, this Skill automates creating a project item on the GitHub project board, assigns an initial priority, and records a timestamped comment for tracking.

How does the GitHub PR review queue automation fetch priority options?

The PR review queue automation dynamically fetches priority options and associated field IDs using the GitHub CLI and GraphQL, ensuring the project board item is updated with valid priority values.

Can I use GitHub CLI to automate PR tracking on a project board?

Yes, you can use GitHub CLI and GraphQL to automate PR tracking by creating project items, updating fields with priority options, and adding date-stamped comments for traceability.

What is the best way to automate pull request submission for review tracking?

The best way to automate PR submission for review tracking is using this Skill to add the pull request to the MetaMask project board, which handles item creation, priority assignment, and comment generation automatically.

Why does manual PR addition to the project board cause delays?

Manual PR addition to the project board causes delays and errors because it lacks automated visibility and consistent tracking, whereas this Skill streamlines the workflow by dynamically creating and updating project items.

Do I need GitHub GraphQL API knowledge to use this PR review queue Skill?

No, you do not need GitHub GraphQL API knowledge because this Skill handles the dynamic retrieval of field IDs, priority options, and project item creation internally using the GitHub CLI.