← Back to list

pr-description
by v1-io
Daily supplements for healthy code - Shared Claude skills, Cursor commands, and MCP configs for the Version1 team
⭐ 1🍴 1📅 Jan 19, 2026
SKILL.md
name: pr-description description: Generate and update PR description on GitHub based on changes allowed-tools:
- Bash
- Read
- Grep
Generate PR Description
Create a comprehensive pull request description based on the changes in this branch relative to main, then update the PR on GitHub.
Usage
/pr-description <PR_URL_or_NUMBER>
Examples:
/pr-description https://github.com/your-org/your-repo/pull/123
/pr-description 123
What It Does
-
Analyzes Changes
- Runs
git diff main HEADto understand modifications - Reviews commit messages with
git log main..HEAD --oneline
- Runs
-
Generates Content
- Title: Concise descriptive title (max 72 chars)
- Summary: Clear summary of what the PR accomplishes
- Changes Made: Key changes, highlights breaking changes
- Testing: How changes were tested, new test cases
- Related Issues: Links to related issues or tickets
-
Updates GitHub
- Uses
gh pr editto update the PR title and body - Falls back to manual copy/paste if
ghCLI unavailable
- Uses
Notes
- Requires
ghCLI to be installed and authenticated - Automatically detects PR number from URL
- Highlights breaking changes prominently
- Formats output as proper markdown
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon