# ce-commit-push-pr

> Claude/Codex skill by [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars · Updated 2026-08-31

Commit, push, and open a PR. Use when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR body.

Tags: compound, engineering

## Install

```sh
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-commit-push-pr ~/.claude/skills/ce-commit-push-pr
```

## From README

Git Commit, Push, and PR Asking the user: use the host's blocking question tool already in the current tool list (match by capability, not by a host-specific name). Presence in the current tool list is proof the tool exists; never call a user-facing question tool to discover whether it exists. If a matching tool is listed but unloaded, use the host's tool-discovery primitive to load that capability — do not search for another host's tool name. Fall back to the chat surface only when no such tool is in the list or a real question call errors, and never silently skip the question. Mode Description-only — the user wants just a description ("write/draft a PR description", "describe this PR", a pasted PR URL or number). Run Step 4 only and print it. Apply it only if asked. Pass any pasted PR ref so Pre-A resolves the range. Description update — refresh or rewrite an existing PR's description, with no commit or push intent.

## Links

- HTML page: https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-commit-push-pr/
- GitHub: https://github.com/EveryInc/compound-engineering-plugin
- Author: [@everyinc](https://omgskills.com/library/everyinc/index.md)

## More from this repo

- [ce-brainstorm](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-brainstorm/index.md) — Explore vague or ambitious ideas into a right-sized requirements-only unified plan.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-code-review](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-code-review/index.md) — Structured code review for bugs, regressions, tests, and standards.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-commit](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-commit/index.md) — Used to create a git commit with a clear, value-communicating message.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
