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.
push - Skill - OpenSmartRoute
Skillv1.0.0
push
Pushes the ticket's commits with `gg do push`. Use when the user says "/push" or asks to push the current ticket.
Imported from ggsuite/gg_once_per_cycle (.claude/skills/push/SKILL.md). Install upstream with npx skills add ggsuite/gg_once_per_cycle --skill 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
/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.
ggsuite-gg-once-per-cycle-push.ocm.jsonjson
{
"ocm": "1",
"id": "ggsuite-gg-once-per-cycle-push",
"kind": "skill",
"name": "push",
"description": "Pushes the ticket's commits with `gg do push`. Use when the user says \"/push\" or asks to push the current ticket.",
"publisher": "ggsuite",
"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 \"/push\" or asks to push the current ticket."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ggsuite/gg_once_per_cycle",
"path": ".claude/skills/push/SKILL.md",
"ref": "2654bb4f0715f1d38bb1b5793d64ae5ef8d0702a",
"url": "https://github.com/ggsuite/gg_once_per_cycle/blob/2654bb4f0715f1d38bb1b5793d64ae5ef8d0702a/.claude/skills/push/SKILL.md",
"key": "ggsuite/gg_once_per_cycle/.claude/skills/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`/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": 88
}
}
Fetch it by URL: GET /api/v1/registry/ggsuite-gg-once-per-cycle-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.