cp

Stage, commit, and push the current branch following git governance rules.

Content Preview
---
description: Stage, commit, and push the current branch following git governance rules.
---

1. Run `/review` to ensure lint/tests/security checks pass locally.
2. Review and stage changes with `git add` (avoid staging generated or secret files).
3. Craft a Conventional Commit message (types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert).
   - Use `.github/commit-template.txt` and include Context / Testing / Reviewers blocks.
   - Never add AI attribution strings to
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/cp.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.claude/commands/git/cp.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at .claude/commands/git/cp.md

Related Skills