push

Solid

Push 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

View on GitHub

Quality Score: 87/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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