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.
tests - Skill - OpenSmartRoute
Skillv1.0.0
tests
Follow `AGENTS.md`, `tests/AGENTS.md`, and `docs/GRAPHIFY_NAVIGATION.md`. Use Graphify first to locate tests connected to the changed/failing production symbol or behavior instead of scanning the enti
Instruction file imported from Mobin-Karam/angys_guard (.github/instructions/tests.instructions.md). Copyright stays with the author.
Follow AGENTS.md, tests/AGENTS.md, and docs/GRAPHIFY_NAVIGATION.md.
Use Graphify first to locate tests connected to the changed/failing production
symbol or behavior instead of scanning the entire test suite. Then inspect/run
the smallest relevant tests before broader verification.
Keep tests deterministic, offline, secret-free, and based on fakes/mocks for
provider/hardware/OS boundaries. Cover denial/error paths for security-sensitive
behavior and use temporary config/state locations.
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": "mobin-karam-angys-guard-tests-instructions",
"kind": "skill",
"name": "tests",
"description": "Follow `AGENTS.md`, `tests/AGENTS.md`, and `docs/GRAPHIFY_NAVIGATION.md`. Use Graphify first to locate tests connected to the changed/failing production symbol or behavior instead of scanning the entire test suite. Then inspect/run the smallest relevant tests before broader verification.",
"publisher": "Mobin-Karam",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Follow `AGENTS.md`, `tests/AGENTS.md`, and `docs/GRAPHIFY_NAVIGATION.md`. Use Graphify first to locate tests connected to the changed/failing production symbol or behavior instead of scanning the entire test suite. Then inspect/run the smallest relevant tests before broader verification."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Mobin-Karam/angys_guard",
"path": ".github/instructions/tests.instructions.md",
"ref": "31eeb498297f54f7ca7c120517b96739a2d6a04d",
"url": "https://github.com/Mobin-Karam/angys_guard/blob/31eeb498297f54f7ca7c120517b96739a2d6a04d/.github/instructions/tests.instructions.md",
"key": "Mobin-Karam/angys_guard/.github/instructions/tests.instructions.md"
},
"applies_to": "tests/**/*.py"
},
"instructions": "Follow `AGENTS.md`, `tests/AGENTS.md`, and `docs/GRAPHIFY_NAVIGATION.md`.\nUse Graphify first to locate tests connected to the changed/failing production\nsymbol or behavior instead of scanning the entire test suite. Then inspect/run\nthe smallest relevant tests before broader verification.\n\nKeep tests deterministic, offline, secret-free, and based on fakes/mocks for\nprovider/hardware/OS boundaries. Cover denial/error paths for security-sensitive\nbehavior and use temporary config/state locations.",
"cost": {
"context_tokens": 124
}
}
Fetch it by URL: GET /api/v1/registry/mobin-karam-angys-guard-tests-instructions/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.