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.
audit - Skill - OpenSmartRoute
Skillv1.0.0
audit
Run a user-scoped implementation audit of a ready plan or named commits. Use when the user invokes `$audit` with a plan and optional steps, SHAs, HEAD or HEAD-n references, including inclusive commit
Imported from repo-edu/repo-edu (.agents/skills/audit/SKILL.md). Install upstream with npx skills add repo-edu/repo-edu --skill audit. Copyright stays with the author.
Audit
This skill is a special case of the simple skill. Read
~/.agents/skills/simple/SKILL.md and apply its requirement to the whole
session. Skip its confirm-and-wait step: continue directly with the audit.
Your auditor token for the report file name is codex.
Read references/workflow.md completely and follow it.
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.
repo-edu-repo-edu-audit.ocm.jsonjson
{
"ocm": "1",
"id": "repo-edu-repo-edu-audit",
"kind": "skill",
"name": "audit",
"description": "Run a user-scoped implementation audit of a ready plan or named commits. Use when the user invokes `$audit` with a plan and optional steps, SHAs, HEAD or HEAD-n references, including inclusive commit ranges, or asks for an implementation audit.",
"publisher": "repo-edu",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run a user-scoped implementation audit of a ready plan or named commits. Use when the user invokes `$audit` with a plan and optional steps, SHAs, HEAD or HEAD-n references, including inclusive commit ranges, or asks for an implementation audit."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/repo-edu/repo-edu",
"path": ".agents/skills/audit/SKILL.md",
"ref": "1f9144a199f5cfd8a6df416546fcd3369caa8ac3",
"url": "https://github.com/repo-edu/repo-edu/blob/1f9144a199f5cfd8a6df416546fcd3369caa8ac3/.agents/skills/audit/SKILL.md",
"key": "repo-edu/repo-edu/.agents/skills/audit/SKILL.md"
}
},
"instructions": "# Audit\n\nThis skill is a special case of the `simple` skill. Read\n`~/.agents/skills/simple/SKILL.md` and apply its requirement to the whole\nsession. Skip its confirm-and-wait step: continue directly with the audit.\n\nYour auditor token for the report file name is `codex`.\n\nRead `references/workflow.md` completely and follow it.",
"cost": {
"context_tokens": 82
}
}
Fetch it by URL: GET /api/v1/registry/repo-edu-repo-edu-audit/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.