Loading...
Loading...
Found 6 Skills
Merge the winning agent's branch into base, archive losers, and clean up worktrees.
Pull latest origin/main into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution best practices.
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.
Create a feature branch in a Git worktree, work independently, then merge back and clean up safely.
Finish a feature by merging it to the base branch and cleaning up the worktree. Use when completing a feature or story, handles merge, push, and cleanup automatically.
Check for and apply updates to installed skill branches from upstream.