What problem does it solve?
This skill enables end-to-end GitHub workflow automation to stage changes, commit with a concise message, push to a feature branch, and open a pull request using the GitHub CLI, reducing manual steps and context switching.
Core Features & Use Cases
- Orchestrates the end-to-end Git workflow: stages changes, commits with a concise message, pushes to a feature branch, and opens a PR via the GitHub CLI.
- Enforces naming conventions: branches named codex/{description} and PR titles like [codex] {description}.
- Supports scenarios where a single invocation moves work from local changes to a ready-for-review PR.
Quick Start
Stage all changes, commit with a concise message, push to a branch named codex/{description}, and open a pull request using gh.