Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gg-push - Skill - OpenSmartRoute
Skillv1.0.0
gg-push
Pushes the ticket's commits with `gg do push`. Use when the user says "/gg-push" or asks to push the current ticket.
Imported from ggdna/dna_gg (dna/dot-claude/skills/gg-push/SKILL.md). Install upstream with npx skills add ggdna/dna_gg --skill gg-push. Copyright stays with the author.
Push
From the ticket folder:
gg do push
gg do push pushes the repos of the ticket in dependency order and refuses
repos that still carry uncommitted work. If it reports such a repo, run
/gg-commit first and push again.
Important
Push only when the user asked for it.
Do not create pull requests here — gg do review does that.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
ggdna-dna-gg-gg-push.ocm.jsonjson
{
"ocm": "1",
"id": "ggdna-dna-gg-gg-push",
"kind": "skill",
"name": "gg-push",
"description": "Pushes the ticket's commits with `gg do push`. Use when the user says \"/gg-push\" or asks to push the current ticket.",
"publisher": "ggdna",
"version": "1.0.0",
"capabilities": {
"domains": [
"customer_support"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Pushes the ticket's commits with `gg do push`. Use when the user says \"/gg-push\" or asks to push the current ticket."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ggdna/dna_gg",
"path": "dna/dot-claude/skills/gg-push/SKILL.md",
"ref": "c150f10e456edd9302d69abae9f61b994b72a5ef",
"url": "https://github.com/ggdna/dna_gg/blob/c150f10e456edd9302d69abae9f61b994b72a5ef/dna/dot-claude/skills/gg-push/SKILL.md",
"key": "ggdna/dna_gg/dna/dot-claude/skills/gg-push/SKILL.md"
}
},
"instructions": "# Push\n\nFrom the ticket folder:\n\n```bash\ngg do push\n```\n\n`gg do push` pushes the repos of the ticket in dependency order and refuses\nrepos that still carry uncommitted work. If it reports such a repo, run\n`/gg-commit` first and push again.\n\n## Important\n\n- Push only when the user asked for it.\n- Do not create pull requests here — `gg do review` does that.",
"cost": {
"context_tokens": 89
}
}
Fetch it by URL: GET /api/v1/registry/ggdna-dna-gg-gg-push/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.