pr

Run tests, build, review code, and create a pull request with issue tracking.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill pr-goffity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/goffity/dev-km/tree/main/skills/pr
Command: npx skills add https://github.com/goffity/dev-km --skill pr-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of creating a pull request, from running tests and builds to performing code reviews and generating the PR, significantly reducing manual effort and potential errors.

Core Features & Use Cases

  • Automated Workflow: Executes make test, make build, and code review sequentially.
  • Issue Tracking Integration: Comments on GitHub issues at each stage and links the PR to the relevant issue.
  • Agent-Assisted Review: Utilizes an AI agent for code quality, bug, security, and performance checks, with auto-fixing capabilities for critical issues.
  • PR Creation: Generates a pull request with an appropriate title and body, referencing the related issue.
  • Post-Creation Automation: Starts a polling daemon for automatic review responses and notifications.

Quick Start

Run the pr skill to automate the creation of a pull request for your current 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 pull request creation and testing?

Automate pull request creation by sequentially running tests and builds, performing AI code review, generating the PR, and linking it to relevant GitHub issues. This reduces manual effort and potential errors in the pull request workflow.

Does automated code review check for security and performance issues?

Yes, automated code review uses an AI agent to check code quality, bugs, security, and performance. It also features auto-fixing capabilities to automatically resolve critical issues found during the review process.

What is the best way to link a pull request to a GitHub issue?

The best way to link a pull request to a GitHub issue is through issue tracking integration. It comments on GitHub issues at each workflow stage and automatically references the related issue in the generated PR body.

How do I set up continuous monitoring after a pull request is created?

Set up continuous monitoring by starting a polling daemon after PR creation. This daemon provides automatic review responses and notifications, managing the workflow through sequential steps with feedback via issue comments.

Can I run make build and make test sequentially before opening a PR?

Yes, you can run make build and make test sequentially before opening a PR. The automated workflow executes these commands sequentially as part of the end-to-end process before performing code review and generating the pull request.