skills/smithery.ai/github-pr-creation

github-pr-creation

Installation
SKILL.md

GitHub PR Creation

Creates Pull Requests with task validation, test execution, and Conventional Commits formatting.

Quick Start

# 1. Verify GitHub CLI
gh --version && gh auth status

# 2. Gather information
git log develop..HEAD --oneline
git diff develop --stat
git rev-parse --abbrev-ref HEAD

# 3. Run project tests
make test  # or: pytest, npm test
Installs
2
First Seen
Mar 20, 2026
github-pr-creation from smithery.ai