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.
Greptile bot reviewer response workflow. Use when running a review cycle on a PR -- to audit process prerequisites, fetch bot findings, fix all issues in a single batch commit, and exit cleanly when n
Imported from deftai/directive (content/.agents/skills/deft-directive-review-cycle/SKILL.md). Install upstream with npx skills add deftai/directive --skill deft-directive-review-cycle. Copyright stays with the author.
Read and follow: skills/deft-directive-review-cycle/SKILL.md
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.
{
"ocm": "1",
"id": "deftai-directive-deft-directive-review-cycle",
"kind": "skill",
"name": "deft-directive-review-cycle",
"description": "Greptile bot reviewer response workflow. Use when running a review cycle on a PR -- to audit process prerequisites, fetch bot findings, fix all issues in a single batch commit, and exit cleanly when no P0 or P1 issues remain. Enables cloud agents to run autonomous PR review cycles.",
"publisher": "deftai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Greptile bot reviewer response workflow. Use when running a review cycle on a PR -- to audit process prerequisites, fetch bot findings, fix all issues in a single batch commit, and exit cleanly when no P0 or P1 issues remain. Enables cloud agents to run autonomous PR review cycles."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/deftai/directive",
"path": "content/.agents/skills/deft-directive-review-cycle/SKILL.md",
"ref": "7236655ef6f586169c94f3c4ce5eeccf5668960b",
"url": "https://github.com/deftai/directive/blob/7236655ef6f586169c94f3c4ce5eeccf5668960b/content/.agents/skills/deft-directive-review-cycle/SKILL.md",
"key": "deftai/directive/content/.agents/skills/deft-directive-review-cycle/SKILL.md"
}
},
"instructions": "Read and follow: skills/deft-directive-review-cycle/SKILL.md",
"cost": {
"context_tokens": 15
}
}
Fetch it by URL: GET /api/v1/registry/deftai-directive-deft-directive-review-cycle/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.