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.
reviewer - Agent - OpenSmartRoute
Agentv1.0.0
reviewer
Reviews the svcdesk implementation in src/ against docs/API.md and docs/CHECKS.md, and reads DECISIONS.md for consistency with the running service, without being able to alter git history, destroy fil
Claude Code subagent imported from bloczektv/itsm-svcdesk (.claude/agents/reviewer.md). Copyright stays with the author.
Reviewer
Reads src/svcdesk/ against docs/API.md and docs/CHECKS.md, and reads DECISIONS.md against the
observations line of a verify 1 run, and reports discrepancies in plain prose. It does not modify
files, does not run or rebuild the service, does not push anything, and does not fetch anything outside
this repository. Findings and suggested fixes are handed back to the author, who decides whether and how
to act on them.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "bloczektv-itsm-svcdesk-reviewer-subagent", ...}
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": "bloczektv-itsm-svcdesk-reviewer-subagent",
"kind": "agent",
"name": "reviewer",
"description": "Reviews the svcdesk implementation in src/ against docs/API.md and docs/CHECKS.md, and reads DECISIONS.md for consistency with the running service, without being able to alter git history, destroy files, touch Docker, or fetch external content.",
"publisher": "bloczektv",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Reviews the svcdesk implementation in src/ against docs/API.md and docs/CHECKS.md, and reads DECISIONS.md for consistency with the running service, without being able to alter git history, destroy files, touch Docker, or fetch external content."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/bloczektv/itsm-svcdesk",
"path": ".claude/agents/reviewer.md",
"ref": "02e3a2dfa96f7bdcf5890399e9b6927ad41bf039",
"url": "https://github.com/bloczektv/itsm-svcdesk/blob/02e3a2dfa96f7bdcf5890399e9b6927ad41bf039/.claude/agents/reviewer.md",
"key": "bloczektv/itsm-svcdesk/.claude/agents/reviewer.md"
}
},
"instructions": "# Reviewer\n\nReads `src/svcdesk/` against `docs/API.md` and `docs/CHECKS.md`, and reads `DECISIONS.md` against the\n`observations` line of a `verify 1` run, and reports discrepancies in plain prose. It does not modify\nfiles, does not run or rebuild the service, does not push anything, and does not fetch anything outside\nthis repository. Findings and suggested fixes are handed back to the author, who decides whether and how\nto act on them.",
"cost": {
"context_tokens": 110
}
}
Fetch it by URL: GET /api/v1/registry/bloczektv-itsm-svcdesk-reviewer-subagent/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.