antinomyhq / create-pr-description
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/create-pr-description && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2657" && unzip -o skill.zip -d .claude/skills/create-pr-description && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/create-pr-description/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Generate and create pull request descriptions automatically using GitHub CLI. Use when the user asks to create a PR, generate a PR description, make a pull request, or submit changes for review. Analyzes git diff and commit history to create comprehensive, meaningful PR descriptions that explain what changed, why it matters, and how to test it.