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.
Imported from prashanthkrishnan91/claude_travelapp_pk91 (.claude/skills/test-selector/SKILL.md). Install upstream with npx skills add prashanthkrishnan91/claude_travelapp_pk91 --skill test-selector. Copyright stays with the author.
Test Selector Skill
Use before coding and before PR summary.
Read docs/ai/TEST_ROUTING.md, then return:
changed areas
smallest sufficient tests
downstream consumer tests needed
one adversarial test for the riskiest invariant, or rationale for no new test
skipped tests and why
Travel rule: if a change touches provider evidence, semantic retrieval, card contracts, or visible prose, include downstream consumer tests instead of proving only the local function.
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": "prashanthkrishnan91-claude-travelapp-pk91-test-selector",
"kind": "skill",
"name": "test-selector",
"description": "Use before coding and before PR summary.",
"publisher": "prashanthkrishnan91",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use before coding and before PR summary."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/prashanthkrishnan91/claude_travelapp_pk91",
"path": ".claude/skills/test-selector/SKILL.md",
"ref": "895a215ffd4043d465bcf619fe579cff2bc6bf53",
"url": "https://github.com/prashanthkrishnan91/claude_travelapp_pk91/blob/895a215ffd4043d465bcf619fe579cff2bc6bf53/.claude/skills/test-selector/SKILL.md",
"key": "prashanthkrishnan91/claude_travelapp_pk91/.claude/skills/test-selector/SKILL.md"
}
},
"instructions": "# Test Selector Skill\n\nUse before coding and before PR summary.\n\nRead `docs/ai/TEST_ROUTING.md`, then return:\n- changed areas\n- smallest sufficient tests\n- downstream consumer tests needed\n- one adversarial test for the riskiest invariant, or rationale for no new test\n- skipped tests and why\n\nTravel rule: if a change touches provider evidence, semantic retrieval, card contracts, or visible prose, include downstream consumer tests instead of proving only the local function.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/prashanthkrishnan91-claude-travelapp-pk91-test-selector/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.