pr

Implement GitHub issues and create pull requests via CLI commands.

1|1|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/interactive-inc/skills --skill pr-interactive-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/interactive-inc/skills/tree/main/skills/pr
Command: npx skills add https://github.com/interactive-inc/skills --skill pr-interactive-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, playwright, agent-browser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of implementing changes based on GitHub Issues and creating pull requests, reducing manual effort and speeding up development workflows.

Core Features & Use Cases

  • Issue Implementation: Fetches specific issues by number or context to start work on, ensuring alignment with project planning.
  • PR Management: Checks for existing pull requests linked to issues, prompts user decisions to update or create new PRs.
  • Use Case: A developer wants to quickly implement a feature based on an issue number, then automatically open a PR with the implementation details.

Quick Start

Use the pr skill to implement an issue by providing its number, then open a PR to review the changes.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate GitHub issue implementation and pull request creation?

Automating GitHub issue implementation and pull request creation involves fetching issues by number to implement changes, then opening PRs to review those code updates automatically via CLI workflows.

Do I need the gh CLI installed to automate pull request workflows?

Yes, you need the gh CLI installed to automate pull request workflows, as it handles GitHub issue tracking and PR management commands required for developer collaboration.

Can I check for existing pull requests linked to a GitHub issue before creating a new one?

Yes, you can check for existing pull requests linked to a GitHub issue. The workflow prompts user decisions to either update an existing PR or create a new one based on the implementation.

Does this GitHub PR automation require Playwright and agent-browser tools?

Yes, this GitHub PR automation requires Playwright and agent-browser tools to execute UI automation tasks that support developer collaboration and version control workflows.

What is the best way to implement a feature based on a GitHub issue number?

The best way to implement a feature based on a GitHub issue number is to fetch the specific issue context, implement the required changes, and open a PR with the implementation details.