pr-describe

Generate pull request titles and descriptions from GitHub code changes.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill pr-describe-sameer-thakkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-describe
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/pr-describe-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill pr-describe-sameer-thakkar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps automate the generation and optimization of pull request (PR) titles and descriptions, making it easier to create PRs that are clear and easy for reviewers to understand.

Core Features & Use Cases

  • Title & Description Generation: Analyzes code changes to suggest concise and descriptive titles and descriptions for PRs.
  • Integration with GitHub: Utilizes the GitHub API to fetch PR details and apply generated titles and descriptions.
  • Customization: Allows users to review and modify the suggested titles and descriptions before applying them to the PR.

Quick Start

To generate a description for your PR, simply use the 'pr-describe' command followed by the PR number or GitHub PR URL.

Frequently Asked Questions about pr-describe

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

FAQPage Schema
How do I automatically generate a pull request description from code changes?

You can automatically generate a pull request description by analyzing source code changes and context to produce clear, readable PR titles and descriptions optimized for code review.

Can I use GitHub API to fetch PR data and apply generated titles?

Yes, the GitHub API is leveraged to fetch pull request details and directly apply the generated titles and descriptions to your PR within the software development workflow.

What is the best way to optimize a PR title for code reviewers?

The best way to optimize a PR title for reviewers is automating title generation by analyzing code changes, which suggests concise, descriptive titles that clarify the PR's intent.

Can I review and modify automated PR descriptions before applying them?

Yes, you can review and modify the suggested titles and descriptions before applying them, ensuring the automated pull request context accurately reflects your source code changes.

Does this PR description generator require specific dependencies?

No specific dependencies are required to generate pull request descriptions, as the tool operates using internal scripts to analyze code changes and interface with the GitHub API.

Why use an automated tool to generate pull request titles?

Automated pull request title generation solves the problem of unclear PRs by analyzing code changes to create concise, descriptive context, making PRs easier for reviewers to understand.