pr

Rebase feature branches onto release, run local CI checks, and create structured pull requests.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Jeqqe/jersal-project-template --skill pr-jeqqe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/Jeqqe/jersal-project-template/tree/main/.pi/skills/pr
Command: npx skills add https://github.com/Jeqqe/jersal-project-template --skill pr-jeqqe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents broken releases by ensuring your branch is rebased onto the latest release and that all CI checks pass locally before you open a pull request.

Core Features & Use Cases

  • Issue-driven PR creation: Takes the related issue numbers from /skill:pr and references them in a structured PR body.
  • Branch validation and release rebase: Ensures the current branch is a feature/fix/chore branch and rebases it on origin/release without force-push.
  • Deterministic pre-merge verification: Runs the same full set of CI checks locally (lint, format check, type-check, test, build), and runs Terraform checks when relevant.

Quick Start

Ask the agent to run /skill:pr 12 27 to rebase your branch on release, run all CI checks locally, create a structured PR, and close issues 12 and 27.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I create a pull request that automatically references related issues?

To create a pull request referencing issues, provide the issue numbers to the skill. It generates a structured PR body and closes the specified issues with links after creation.

How do I rebase a feature branch onto the latest release branch without force-pushing?

To rebase without force-pushing, the skill validates your current feature branch and rebases it onto origin/release. It ensures conflict-free history by avoiding force-through conflicts.

Can I run CI checks locally before opening a pull request?

Yes, you can run CI checks locally before opening a pull request. The skill executes lint, format, type-check, test, and build commands deterministically to verify your branch.

Does this pull request workflow support Terraform validation?

Yes, the pull request workflow supports Terraform validation. When relevant, the skill runs Terraform checks as part of its local pre-merge verification process.

What is the best way to ensure conventional commits are used in my pull request?

The best way to ensure conventional commits are used is by applying this skill. It applies conventional commit creation and structures the pull request using the repository PR template checklist.