What problem does it solve?
This Skill analyzes branch diffs, drafts PR titles and bodies following Conventional Commits, and automates PR creation or updates via GitHub CLI to streamline collaboration workflows.
Core Features & Use Cases
- Preflight checks verify repository context, branch state, and unpushed commits before any action.
- Analyze commits for conventional-commit style messages and related issues to surface meaningful PR summaries.
- Draft and update PR titles and bodies, reuse templates when available, and fetch reviewer suggestions from repository settings.
- Publish PRs with explicit user approval, using GitHub CLI to create or edit PRs and push commits when necessary.
- Use cases include: creating a PR from a feature branch, updating a PR description after code review, or submitting changes for review in a multi-contributor project.
Quick Start
Provide the repository, target branch, and a brief summary of changes, and I will draft a compliant PR title and body ready for review.