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-ai-skills-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/ai-skills",
"path": ".github/instructions/testability.instructions.md",
"ref": "685b36e0b761c9e96ddea42f76e42274c8c17c66",
"url": "https://github.com/MagicPro1994/ai-skills/blob/685b36e0b761c9e96ddea42f76e42274c8c17c66/.github/instructions/testability.instructions.md",
"key": "MagicPro1994/ai-skills/.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-ai-skills-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.