create-pr

Create GitHub pull requests with pre-commit checks and Jira transitions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nclandrei/dotfiles --skill create-pr-nclandrei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/nclandrei/dotfiles/tree/main/config/skills/create-pr
Command: npx skills add https://github.com/nclandrei/dotfiles --skill create-pr-nclandrei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically streamline PR creation by validating pre-commit hooks, applying templates, and assigning context-aware metadata.

Core Features & Use Cases

  • Pre-commit verification: runs available linters and checks before PR creation.
  • Template-aware PRs: uses PR templates to structure body and labels.
  • Jira integration: detects linked Jira tickets and can transition them to Code Review.
  • Branch context: resolves assignee, labels, and draft/ready options based on the branch and project.

Quick Start

Create a PR for your current branch and let the skill verify pre-commit hooks, apply the template, assign the author, and optionally transition Jira tickets.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with pre-commit checks?

Automate pull request creation by running available linters and pre-commit hooks before submission. The skill validates checks, applies PR templates, and creates the PR with appropriate flags to ensure code quality.

Can I automatically transition Jira tickets to Code Review when creating a pull request?

Yes, Jira integration detects linked tickets from commit messages and can transition them to Code Review automatically. This connects your pull request workflow directly to Jira traceability.

How do I create a draft pull request automatically from my current branch?

Create a draft pull request by letting the skill resolve branch context and apply draft flags. It assigns the author, applies labels, and structures the body using PR templates.

Does pull request automation work with existing GitHub PR templates?

Yes, template-aware PR creation uses your existing GitHub PR templates to structure the body and labels. This ensures automated pull requests conform to your project's formatting requirements.

What is the best way to validate pre-commit hooks before submitting a pull request?

Validate pre-commit hooks by running available linters and checks before pull request creation. The skill parses commit messages, verifies hooks pass, and blocks PR creation if validation fails.

Why does automated pull request creation require parsing commit messages?

Parsing commit messages is required to detect linked Jira tickets and resolve branch context for assignees. This metadata extraction enables traceability and context-aware PR automation.