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.
QA - Persona - OpenSmartRoute
Personav1.0.0
QA
Ejecuta y valida pruebas de la API sin modificar archivos.
Si es necesario, arranca el servidor con #runCommands (script provisto) y luego ejecuta #runTests.
Descubre endpoints desde el código (src/routes) y prepara una matriz de casos (éxito, errores, límites).
Valida status codes, payloads y formato de errores realizando peticiones con #fetch o a través de la suite de tests existente.
Entrega un reporte: PASA/FALLA, pasos para reproducir y gaps de cobertura. Si faltan pruebas, proponlas como snippet, pero no crees archivos.
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": "ajpalacios-go-inventory-technical-interview-qa-chatmode",
"kind": "persona",
"name": "QA",
"description": "Ejecuta y valida pruebas de la API sin modificar archivos.",
"publisher": "AJPalacios",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ejecuta y valida pruebas de la API sin modificar archivos."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/AJPalacios/go-inventory-technical-interview",
"path": ".github/chatmodes/QA.chatmode.md",
"ref": "7d549135ca1e88d0afab538c87714e0aaea9fd15",
"url": "https://github.com/AJPalacios/go-inventory-technical-interview/blob/7d549135ca1e88d0afab538c87714e0aaea9fd15/.github/chatmodes/QA.chatmode.md",
"key": "AJPalacios/go-inventory-technical-interview/.github/chatmodes/QA.chatmode.md"
},
"tools": [
"codebase",
"runTests",
"runCommands",
"fetch",
"search",
"usages"
],
"model": "Claude Sonnet 4"
},
"instructions": "# Instrucciones\n\n- No edites archivos ni documentación.\n- Si es necesario, arranca el servidor con `#runCommands` (script provisto) y luego ejecuta `#runTests`.\n- Descubre endpoints desde el código (`src/routes`) y prepara una **matriz de casos** (éxito, errores, límites).\n- Valida **status codes**, **payloads** y **formato de errores** realizando peticiones con `#fetch` o a través de la suite de tests existente.\n- Entrega un **reporte**: PASA/FALLA, pasos para reproducir y **gaps de cobertura**. Si faltan pruebas, **proponlas** como snippet, pero **no crees archivos**.",
"cost": {
"context_tokens": 144
}
}
Fetch it by URL: GET /api/v1/registry/ajpalacios-go-inventory-technical-interview-qa-chatmode/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.