dds-bridge-dds-git-instructions.ocm.json json Copy{
"ocm": "1",
"id": "dds-bridge-dds-git-instructions",
"kind": "skill",
"name": "Git Commands",
"description": "Common Operations",
"publisher": "dds-bridge",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Common Operations"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/dds-bridge/dds",
"path": ".github/instructions/git.instructions.md",
"ref": "34639355f60e88a464d788d6041666da53c767ed",
"url": "https://github.com/dds-bridge/dds/blob/34639355f60e88a464d788d6041666da53c767ed/.github/instructions/git.instructions.md",
"key": "dds-bridge/dds/.github/instructions/git.instructions.md"
}
},
"instructions": "## Common Operations\n\n| Action | MCP Command | Example |\n|--------|-------------|---------|\n| Commit | `git commit` | `git commit -m \"Add new helper\"` |\n| Push | `git push` | `git push origin <branch>` |\n| Branch status | `git branch` | `git branch --show-current` |\n| Repo info | `git repo` | `git repo --owner` |\n| Diff vs base | `git diff` | `git diff main` |\n\n\n## Workflow Integration\n1. **Create a branch** (see `github.instructions.md` for naming conventions). \n2. **Make changes** locally. \n3. **Commit** with a clear message. \n4. **Push** the branch. \n5. **Open a PR** via the GitHub CLI ",
"cost": {
"context_tokens": 153
}
}