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.
testability - Skill - OpenSmartRoute
Skillv1.0.0
testability
Use when generating any code. Ensures all output is unit-testable, deterministic, and free of hidden side effects.
{
"ocm": "1",
"id": "magicpro1994-rj-clicker-testability-instructions",
"kind": "skill",
"name": "testability",
"description": "Use when generating any code. Ensures all output is unit-testable, deterministic, and free of hidden side effects.",
"publisher": "MagicPro1994",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when generating any code. Ensures all output is unit-testable, deterministic, and free of hidden side effects."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/MagicPro1994/rj-clicker",
"path": ".github/instructions/testability.instructions.md",
"ref": "49ac2a0154479bbcd3039a43e43f6c4124a43f5c",
"url": "https://github.com/MagicPro1994/rj-clicker/blob/49ac2a0154479bbcd3039a43e43f6c4124a43f5c/.github/instructions/testability.instructions.md",
"key": "MagicPro1994/rj-clicker/.github/instructions/testability.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Testability\n\n- Functions must be **deterministic** — same inputs always produce same outputs.\n- Avoid global state and hidden side effects.\n- Side-effectful operations (I/O, network, time) must be **injectable or abstracted** so they can be replaced in tests.",
"cost": {
"context_tokens": 65
}
}
Fetch it by URL: GET /api/v1/registry/magicpro1994-rj-clicker-testability-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.