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.
validation - Skill - OpenSmartRoute
Skillv1.0.0
validation
Plan and perform end-user/system validation in representative conditions, separate from verification.
Imported from MontassarBA/industrial-engineering-agents (industrial-engineering-agents-v1-bundle/industrial-engineering-agents-v1/Copilot-Edition/templates/project/.github/skills/validation/SKILL.md). Install upstream with npx skills add MontassarBA/industrial-engineering-agents --skill validation. Copyright stays with the author.
Validation
Validation answers whether the right product was built for the intended use. Use representative users, environments, datasets, loads, hardware, or operational scenarios as applicable. Document assumptions and limitations. Validation may occur after multiple PRs are integrated; do not mark feature-level validation complete from unit tests.
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": "montassarba-industrial-engineering-agents-validation",
"kind": "skill",
"name": "validation",
"description": "Plan and perform end-user/system validation in representative conditions, separate from verification.",
"publisher": "MontassarBA",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Plan and perform end-user/system validation in representative conditions, separate from verification."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/MontassarBA/industrial-engineering-agents",
"path": "industrial-engineering-agents-v1-bundle/industrial-engineering-agents-v1/Copilot-Edition/templates/project/.github/skills/validation/SKILL.md",
"ref": "633d9ed499bbc289748fdd6022b6a70f5bdfbfaf",
"url": "https://github.com/MontassarBA/industrial-engineering-agents/blob/633d9ed499bbc289748fdd6022b6a70f5bdfbfaf/industrial-engineering-agents-v1-bundle/industrial-engineering-agents-v1/Copilot-Edition/templates/project/.github/skills/validation/SKILL.md",
"key": "MontassarBA/industrial-engineering-agents/industrial-engineering-agents-v1-bundle/industrial-engineering-agents-v1/Copilot-Edition/templates/project/.github/skills/validation/SKILL.md"
}
},
"instructions": "# Validation\n\nValidation answers whether the right product was built for the intended use. Use representative users, environments, datasets, loads, hardware, or operational scenarios as applicable. Document assumptions and limitations. Validation may occur after multiple PRs are integrated; do not mark feature-level validation complete from unit tests.",
"cost": {
"context_tokens": 88
}
}
Fetch it by URL: GET /api/v1/registry/montassarba-industrial-engineering-agents-validation/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.