© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to guide the completion of development work by verifying tests and presenting structured options for merging, pushing, or cleaning up.
When your implementation is complete and you're ready to integrate the code
When all tests pass and you need to decide between a local merge or a PR
When you want to safely discard work or clean up a feature branch worktree
Run the project's test suite to ensure the implementation is fully verified
Determine the base branch (e.g., main or master) for integration
Select from 4 structured options: local merge, push/PR, keep as-is, or discard
Complete the automated cleanup of the branch and worktree based on your choice
You
I've finished the new login feature and all tests are passing. What's next?
Agent
I'm using the finishing-a-development-branch skill to complete this work. Since your tests passed and we're on the 'login-feature' branch, would you like to: 1) Merge back to main locally, 2) Push and create a Pull Request, 3) Keep the branch as-is, or 4) Discard this work?
Gives your agent the ability to strictly follow the Red-Green-Refactor cycle to ensure every line of code is verified.
Gives your agent the ability to execute subagent driven development tasks with a clear workflow.
Gives your agent the ability to analyze your code changes and automatically create semantic Git Flow branches with appropriate naming conventions.
Gives your agent the ability to transform rough Python scripts into polished, beginner-friendly projects with clear comments and a complete markdown tutorial.
Gives your agent the ability to maintain clear, informative changelogs and release notes using semantic versioning and the 'Keep a Changelog' format.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.