What problem does it solve?
Turning local changes into a reviewable pull request involves several error-prone steps: scoping the change, running validation, writing a conventional commit, pushing the branch, and drafting a clear PR description. This Skill standardizes that entire workflow for the fallow repository so nothing is skipped.
Core Features & Use Cases
- Structured PR Workflow: Reviews changed files, runs the smallest relevant validation, commits with signing, pushes the branch, and opens a ready-for-review PR via the GitHub CLI.
- Conventional Commits and Branch Naming: Enforces conventional commit messages and descriptive branch names like feat/<slug>, fix/<slug>, or refactor/<slug>.
- Use Case: After fixing a bug in the fallow analyzer, ask the assistant to publish the work; it validates the touched area, creates a signed conventional commit on a fix/<slug> branch, pushes it, and opens a ready PR with a high-signal title and body.
Quick Start
Commit my current changes with a conventional message, push the branch, and open a ready pull request on GitHub.