# Source Command Pr

> Create a pull request with AI-generated description

- Skill: `enuno/source-command-pr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add enuno/source-command-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enuno/source-command-pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: enuno (https://skillmd.com/u/enuno)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enuno/source-command-pr

---


# source-command-pr

Use this skill when the user asks to run the migrated source command `pr`.

## Command Template

Create a comprehensive pull request for the current branch.

Steps to execute:

1. Check current git status and branch name
2. Review all commits since branching from main
3. Analyze all code changes
4. Generate a comprehensive PR description including:
   - Summary of changes
   - Type of change (feature/bugfix/refactor/docs)
   - Testing performed
   - Checklist of completed items
   - Note about AI assistance

5. Create the PR using: `gh pr create --title "<title>" --body "<description>"`

The PR description should follow this format:

## Description

[Brief description of changes]

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update

## Testing

[Describe testing performed]

## Checklist

- [ ] Code follows style guidelines
- [ ] Self-review completed
- [ ] Commented complex code
- [ ] Updated documentation
- [ ] Added tests
- [ ] Tests pass
- [ ] No new warnings

## AI Assistance

This PR was created with assistance from Codex.

Report back with the PR URL once created.

