nickcrew/claude-cortex

git-ops

Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.

First seen Jan 21, 2026

Installation

$ npx skills add nickcrew/claude-cortex --skill git-ops

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nickcrew/claude-cortex · top by installs.

npx skills add nickcrew/claude-cortex

Browse all from nickcrew/claude-cortex

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 38
License LICENSE
Default branch main
Open issues 3
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,304 B
  • docs SUMMARY.md 179 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 78 installs

SKILL.md

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

  1. Confirm repository state and intent.
  2. Load the git operations reference.
  3. Execute the command safely.
  4. 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