skills$openclaw/pr-desc
lxgicstudios539

by lxgicstudios

pr-desc – OpenClaw Skill

pr-desc is an OpenClaw Skills integration for coding workflows. Generate PR descriptions from your changes

539 stars1.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepr-desc
descriptionGenerate PR descriptions from your changes OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-pr-desc
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-pr-desc
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains pr-desc in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
467 B
SKILL.md
1.3 KB
SKILL.md

name: pr-desc description: Generate PR descriptions from your changes

PR Description Generator

Stop writing PR descriptions by hand. This reads your changes and writes them for you.

Quick Start

npx ai-pr-desc

What It Does

  • Analyzes your branch changes
  • Generates structured PR description
  • Lists what changed and why
  • Identifies breaking changes
  • Adds testing instructions

Usage Examples

# Generate for current branch
npx ai-pr-desc

# Compare specific branches
npx ai-pr-desc --base main --head feature/auth

# Copy to clipboard
npx ai-pr-desc | pbcopy

# Include screenshots placeholder
npx ai-pr-desc --screenshots

Output Format

## What
Added user authentication with magic links

## Why
Users needed passwordless login option

## Changes
- New /api/auth/magic-link endpoint
- Email template for magic links
- Token verification middleware

## Testing
1. Go to /login
2. Enter email
3. Check email for magic link
4. Click link to authenticate

## Breaking Changes
None

Requirements

Node.js 18+. OPENAI_API_KEY required. Must be in git repo.

License

MIT. Free forever.


Built by LXGIC Studios

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. OPENAI_API_KEY required. Must be in git repo.

FAQ

How do I install pr-desc?

Run openclaw add @lxgicstudios/ai-pr-desc in your terminal. This installs pr-desc into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-pr-desc. Review commits and README documentation before installing.