Git ops
Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.From its SKILL.md
npx -y skills add NickCrew/Claude-Cortex --skill git-opsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 189 tokens by cl100k_base, as published. Nobody here has run it
Git Ops
Overview
Execute git operations safely while producing clear, conventional commit messages and workflow guidance.
When to Use
- Running git commands (status, add, commit, push, pull)
- Generating smart commit messages
- Managing branches and merges
Avoid when:
- The task is unrelated to git operations
Quick Reference
| Task | Load reference |
|---|---|
| Git operations | skills/git-ops/references/git.md |
| Branching Strategies | skills/git-ops/references/branching-strategies.md |
Workflow
- Confirm repository state and intent.
- Load the git operations reference.
- Execute the command safely.
- Provide status summary and next steps.
Output
- Operation result summary
- Suggested follow-ups or warnings
Common Mistakes
- Running destructive commands without confirmation
- Writing non-standard commit messages
What ships with it: 2 files
11.5 KB alongside SKILL.md
references/
- branching-strategies.md8.4 KB
- git.md3.1 KB