用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill pr-desc命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pr-desc |
| description | Generate PR descriptions from your changes |
Stop writing PR descriptions by hand. This reads your changes and writes them for you.
npx ai-pr-desc
# 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
## 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
Node.js 18+. OPENAI_API_KEY required. Must be in git repo.
MIT. Free forever.
Built by LXGIC Studios