push
SolidPush a committed branch whose task-defined checks passed. With --fixup, continue with CI and review handling in the primary conversation.
Code & Development 502 stars
69 forks Updated today AGPL-3.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Push
## Planner Entry
Push the verified commit directly in the primary conversation. With `--fixup`,
continue with `/pr-fixup` in that same conversation; do not delegate polling or
delivery.
## Available skills
- **`/commit`** — Creates the artifact after task-defined checks pass.
- **`/pr-fixup`** — Wait for CI checks and CodeRabbit, Greptile, Claude, OpenCode, and cubic review feedback, fix any failures or valid comments, and push again.
## Options
- `--fixup` — after pushing, begin `/pr-fixup` in the same conversation.
> **Note:** This skill only uses `git push`. GitHub CLI dependency is indirect via `/pr-fixup`.
## Your task
Push the already committed branch to its remote.
### Steps
**Create a todo/task for each step below and mark them as completed as you go.**
1. **Uncommitted changes:** If there are dirty or staged changes, stop: a new
commit and the affected task checks are required first.
2. **Task-check evidence:** Require the task-defined unit, integration, and E2E
checks affected by this commit to pass. If the checkout or commit changed
afterward, rerun only the affected task checks.
3. **Safety check:** Verify the current branch is NOT `main` or `master`. If it is, stop and ask the user — direct pushes to the default branch should go through a PR.
4. **Push** the current branch:
```bash
git push
```
If the branch has no upstream, use `git push -u origin HEAD` rather than
transcribing the branch name. Then verify
`git re...
Details
- Author
- kdlbs
- Repository
- kdlbs/kandev
- Created
- 6 months ago
- Last Updated
- today
- Language
- Go
- License
- AGPL-3.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
pr
Create a PR from a committed and pushed branch after task-defined checks pass. Ready PRs continue to fixup in the primary conversation.
502 Updated today
kdlbs Code & Development Solid
commit-push-pr
Full git workflow - creates branch, commits, pushes, and creates or updates a PR with summary and test plan.
79 Updated yesterday
sneg55 Code & Development Listed
commit-push-pr
Commit changes, push to remote, and create a pull request. Use for completing features or fixes ready for review.
0 Updated yesterday
7dieuuoc