Skip to content
Skillv1.0.0

itzephir

Git workflow

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

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

See reviews

About

Imported from itzephir/itzephir (AGENTS.md). Install upstream with npx skills add itzephir/itzephir. Copyright stays with the author.

Git workflow

  • Make all changes and commits on a separate feature branch, using codex/ as the branch prefix unless the user specifies another name.
  • Do not commit or push directly to main or the legacy dev branch.
  • Open a pull request targeting main; its CI deployment updates the shared preview at https://dev.itzephir.com.
  • Leave merging to the user unless they explicitly request a merge. A merge into main deploys production at https://itzephir.com.

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/itzephir-itzephir-itzephir/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.

itzephir-itzephir-itzephir.ocm.jsonjson
{
  "ocm": "1",
  "id": "itzephir-itzephir-itzephir",
  "kind": "skill",
  "name": "itzephir",
  "description": "Git workflow",
  "publisher": "itzephir",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Git workflow"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/itzephir/itzephir",
      "path": "AGENTS.md",
      "ref": "15c42d5ef2cbe77d2c340c15f60bd36e915bd631",
      "url": "https://github.com/itzephir/itzephir/blob/15c42d5ef2cbe77d2c340c15f60bd36e915bd631/AGENTS.md",
      "key": "itzephir/itzephir/AGENTS.md"
    }
  },
  "instructions": "# Git workflow\n\n- Make all changes and commits on a separate feature branch, using `codex/`\n  as the branch prefix unless the user specifies another name.\n- Do not commit or push directly to `main` or the legacy `dev` branch.\n- Open a pull request targeting `main`; its CI deployment updates the shared\n  preview at `https://dev.itzephir.com`.\n- Leave merging to the user unless they explicitly request a merge. A merge\n  into `main` deploys production at `https://itzephir.com`.",
  "cost": {
    "context_tokens": 119
  }
}

Fetch it by URL: GET /api/v1/registry/itzephir-itzephir-itzephir/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.