push
Installation
SKILL.md
Push
Prerequisites
ghCLI is installed and available inPATH.gh auth statussucceeds for GitHub operations in this repo.
Goals
- Push current branch changes to
originsafely. - Create a PR if none exists for the branch, otherwise update the existing PR.
- Keep branch history clean when remote has moved.
Related Skills
pull: use this when push is rejected or sync is not clean (non-fast-forward, merge conflict risk, or stale branch).
Steps
Related skills
More from openai/symphony
linear
|
54commit
Create a well-formed git commit from current changes using session history for
38land
Land a PR by monitoring conflicts, resolving them, waiting for checks, and
34pull
Pull latest origin/main into the current local branch and resolve merge
33debug
Investigate stuck runs and execution failures by tracing Symphony and Codex
31