implement-pr

Create or update a pull request from the current branch against base/main.

Updated May 16, 2026
One-click install
npx skills add https://github.com/cedricfarinazzo/agile-skills --skill implement-pr
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: implement-pr
Source: https://github.com/cedricfarinazzo/agile-skills/tree/main/agile-execution/skills/implement-pr
Command: npx skills add https://github.com/cedricfarinazzo/agile-skills --skill implement-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open (off base/main) or update the PR for the ticket's pushed branch, linked to the Jira Story, with AC coverage + ADR-compliance sections. This skill β€” not implement-code β€” owns opening the PR. Posts the πŸ€– agile:phase=pr marker.

Core Features & Use Cases

  • Opens the PR off the base/main branch for the current branch and updates an existing open PR to avoid duplicates.
  • Builds the PR body from the actual pushed diff plus the plan decisions, including AC coverage and ADR notes.
  • Posts the progress marker to the Jira issue to enable resume and visibility of PR progress.

Quick Start

Open or update the PR for the ticket's pushed branch against the base/main branch, including the plan and ADR details.

Frequently Asked Questions about implement-pr

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

FAQPage Schema
How do I automate pull request creation from a Jira ticket?β–Ό

To automate pull request creation from a Jira ticket, this skill opens or updates a PR for the pushed branch against the base branch and posts the PR URL directly back to the Jira issue. It constructs the PR body from the actual diff and plan comments.

Can I update an existing pull request without creating duplicates?β–Ό

Yes, you can update an existing pull request without creating duplicates. The skill searches for an existing open PR for the current branch and updates it, or creates a new one only if needed, preventing duplicate PRs.

How do I generate a PR body with ADR compliance and acceptance criteria?β–Ό

To generate a PR body with ADR compliance and acceptance criteria, the skill analyzes the actual pushed diff and plan comments to automatically construct the title and body. This ensures the PR includes AC coverage and ADR notes.

What is the best way to link a pull request to a Jira Story automatically?β–Ό

The best way to link a pull request to a Jira Story automatically is to use a skill that posts the PR URL back to the Jira issue. This skill operates during the PR phase after code is pushed, linking the PR to the Jira Story and posting a progress marker.

Does this PR automation tool require a specific branching strategy?β–Ό

This PR automation tool operates on the current ticket branch against a base or main branch. It requires code to be pushed to the current branch first, then it opens or updates the PR off the base branch to reflect plan decisions.