539★by lxgicstudios
pr-desc – OpenClaw Skill
pr-desc is an OpenClaw Skills integration for coding workflows. Generate PR descriptions from your changes
Skill Snapshot
| name | pr-desc |
| description | Generate PR descriptions from your changes OpenClaw Skills integration. |
| owner | lxgicstudios |
| repository | lxgicstudios/ai-pr-desc |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lxgicstudios/ai-pr-desc |
| last updated | Feb 7, 2026 |
Maintainer

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
- GitHub: github.com/lxgicstudios/ai-pr-desc
- Twitter: @lxgicstudios
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.
