ci_describe_pr

Generate pull request descriptions from code diffs and repository templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes 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 code review efficiency.

Core Features & Use Cases

  • Automated Description Generation: Creates detailed PR descriptions based on code changes and repository templates.
  • Verification Step Handling: Attempts to automatically run and verify checklist items within the PR template.
  • Use Case: After pushing a feature branch, run this Skill to generate a complete PR description that includes a summary of changes, verification steps, and technical details, ready for submission.

Quick Start

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

Frequently Asked Questions about ci_describe_pr

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

FAQPage Schema
How do I automatically generate pull request descriptions from code diffs?

This Skill generates pull request descriptions by analyzing code diffs and commit history to create comprehensive summaries. It ensures consistency by adhering to predefined repository templates, saving time and improving code review efficiency.

Can I automate GitHub PR checklist verification during description generation?

Yes, this Skill handles verification requirements by automatically running commands to verify checklist items within your repository's PR template. It attempts to complete these verification steps before updating the final pull request description.

What is the best way to ensure my PR descriptions match my repository template?

The best way to ensure PR descriptions match your repository template is using an automated generator that parses the predefined template structure. This Skill identifies the PR, gathers diffs, and formats the analyzed changes directly into the required template fields.

How does CI/CD automation handle commit history when creating PR documentation?

CI/CD automation handles commit history by gathering and analyzing the commit log alongside code diffs to generate PR documentation. This ensures the final pull request description accurately reflects both the granular commit log and the overall code changes.

Do I need a specific CI/CD pipeline to generate PR descriptions for code review?

You do not need a specific CI/CD pipeline to generate PR descriptions for code review. The Skill operates by identifying the pull request, analyzing code diffs, handling verification requirements, and updating the description directly without requiring pipeline dependencies.