What problem does it solve?
This skill eliminates the risk of unreviewed, accidental direct commits to the main branch by automating git branch and pull request workflows for all tracked repo changes, ensuring every design, code, or documentation edit goes through proper owner review before merging.
Core Features & Use Cases
- Dual operation modes: PR mode automatically creates or updates a change branch, stages relevant modified files, commits changes with a clear message, and opens or updates a pull request for owner review; Sync mode checks the status of your open pull request and switches your local repo back to main once the owner merges it.
- Integrated change detection: Works with the repo's pre-configured hook that reminds you to use this skill whenever you edit tracked files, so you never forget to route changes through the required review process.
- Use case: If you just tweaked a trading strategy's logic or updated project documentation and want to send it for approval, this skill handles all the git plumbing, commit messaging, and PR creation for you in seconds.
Quick Start
Use the change_management skill to open a pull request for your recent tracked repo changes.