What problem does it solve?
This Skill streamlines the process of committing code changes using Graphite, ensuring proper branch management, automated commit messages, and automatic updates to GitHub Pull Request titles and summaries.
Core Features & Use Cases
- Automated Branching: Creates new feature branches automatically when needed, targeting staging.
- Conventional Commits: Generates commit messages following conventional commit standards or uses user-provided messages.
- PR Management: Submits changes to GitHub and automatically updates the PR title and summary based on the full diff and commit history.
- Use Case: After making several related code changes, invoke this skill to commit them, create a new branch if necessary, and ensure your pull request has a clear, informative title and summary reflecting all the changes.
Quick Start
Commit staged changes with an automatically generated message.