pr-assistant

Generate draft GitHub pull request titles and descriptions from commit messages.

36|6|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/KjellKod/quest --skill pr-assistant-kjellkod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-assistant
Source: https://github.com/KjellKod/quest/tree/main/.claude/skills/pr-assistant
Command: npx skills add https://github.com/KjellKod/quest --skill pr-assistant-kjellkod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and updating of GitHub pull requests by generating draft titles and descriptions from recent commits, reducing manual PR preparation time.

Core Features & Use Cases

  • Auto-generates PR titles and descriptions from commit messages to streamline code reviews.
  • Creates and updates PRs in draft mode, enabling review gates before official merging.
  • Provides a ready-to-review summary for branch work, supporting teams with stricter governance.

Quick Start

From your repository, invoke the pr-assistant to generate a draft PR from the current branch, review the automatically generated title and description, and approve or modify before opening or updating the PR on GitHub.

Frequently Asked Questions about pr-assistant

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

FAQPage Schema
How do I automate creating a GitHub pull request from recent commits?

Automating GitHub pull requests from recent commits involves generating draft titles and descriptions directly from commit messages, creating PRs in draft mode to support review gates before official merging.

What is a draft pull request and when do I need it for code reviews?

A draft pull request is an early PR state that blocks merging until explicit approval. You need draft PRs for code reviews when your workflow requires governance gates and oversight across branches and CI checks.

Can I automatically generate PR titles and descriptions from commit messages?

Yes, you can automatically generate PR titles and descriptions from commit messages by applying logic that derives PR metadata from recent commits, reducing manual PR preparation time for software development workflows.

Does this PR automation work with existing branch workflows and CI checks?

Yes, PR automation integrates with existing repository branches and CI checks by requiring GitHub API access to apply draft-mode oversight across your current software development branch workflows.

What do I need to set up before automating GitHub PR creation and updates?

You need GitHub API integration and access to repository branches before automating PR creation and updates, ensuring the logic can derive PR metadata from commit messages to generate drafts.

When should I avoid using automated draft PRs for branch work?

You should avoid automated draft PRs when your branch work does not require human review, approval gates, or draft-mode oversight, as the process is designed specifically for stricter governance and review-ready summaries.