describe_pr

Generate pull request descriptions from code diffs and commit history.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/visualitypl/visuality-humanlayer --skill describe-pr-visualitypl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: describe_pr
Source: https://github.com/visualitypl/visuality-humanlayer/tree/main/.github/skills/describe_pr
Command: npx skills add https://github.com/visualitypl/visuality-humanlayer --skill describe-pr-visualitypl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive pull request descriptions, ensuring consistency and adherence to repository templates, thereby saving developers time and improving the quality of documentation.

Core Features & Use Cases

  • Automated Description Generation: Creates detailed PR descriptions based on code changes and repository templates.
  • Verification Step Handling: Automatically runs specified verification commands and updates checklists.
  • Use Case: After pushing a new feature branch, run this Skill to generate a PR description that includes a summary of changes, verification steps, and technical details, ready for review.

Quick Start

Use the describe_pr skill to generate a description for the current pull request.

Frequently Asked Questions about describe_pr

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

FAQPage Schema
How do I automate pull request descriptions from code diffs and commit history?

To automate pull request descriptions, you can use tools that analyze code diffs and commit history against predefined templates to generate comprehensive documentation. This ensures consistency and saves developers time during code review.

Can I automatically run verification commands when generating a PR description?

Yes, automated PR description generation can handle verification steps by executing specified commands and updating checklists. This documents the changes and confirms verification status directly within the generated description for review.

Do I need the GitHub CLI installed to generate PR descriptions for my repository?

Yes, you need the GitHub CLI installed as a dependency to interact with your repository. It enables the automated process to access branch commits, execute verification commands, and generate the pull request descriptions.

What is the best way to ensure my PR descriptions follow repository templates?

The best way to ensure PR descriptions follow repository templates is to automate generation by analyzing code changes against predefined formats. This enforces consistency and adherence to repository standards without manual formatting effort.

How to generate a PR summary that includes technical details and verification steps?

Generate a PR summary with technical details by running an automated description tool after pushing a new feature branch. It analyzes the code changes, runs verification commands, and structures the output for immediate review.