cap-commit-push

Installation
SKILL.md

Cap Commit Push

Overview

cap is a shorthand command that means: commit current changes and push to remote.

Trigger

  • User message is exactly cap.
  • Or user explicitly asks for "commit + push".

Required Workflow

  1. Preflight
    • Run git status --short.
    • If there are no changes, report no-op and stop.
  2. Sync Gate
    • If this task changes behavior/commands/workflow, update impacted skills first.
    • Keep .codex/skills/* and .claude/skills/* in sync for shared skills.
  3. Stage
    • Run git add -A.
  4. Commit
Related skills

More from rexleimo/rex-cli

Installs
2
GitHub Stars
35
First Seen
Apr 15, 2026