Skip to content
Skillv1.0.0

git-ops

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

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/git-ops/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill git-ops. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-git-ops/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-git-ops.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-git-ops",
  "kind": "skill",
  "name": "git-ops",
  "description": "Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "conventional-commit",
      "git-branch",
      "git-commit",
      "git-pull",
      "git-push",
      "git-status",
      "merge-conflict",
      "rebase",
      "smart-commit"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/git-ops/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/git-ops/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/git-ops/SKILL.md"
    }
  },
  "instructions": "# Git Ops\n\n## Overview\nExecute git operations safely while producing clear, conventional commit messages and workflow guidance.\n\n## When to Use\n- Running git commands (status, add, commit, push, pull)\n- Generating smart commit messages\n- Managing branches and merges\n\nAvoid when:\n- The task is unrelated to git operations\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Git operations | `skills/git-ops/references/git.md` |\n| **Branching Strategies** | `skills/git-ops/references/branching-strategies.md` |\n\n## Workflow\n1. Confirm repository state and intent.\n2. Load the git operation",
  "cost": {
    "context_tokens": 217
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-git-ops/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.