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.
github - Skill - OpenSmartRoute
Skillv1.0.0
github
Comportamiento del agente a la hora de hacer commits - cuando se pida hacer commit, debe incluir un mensaje claro y descriptivo que explique los cambios realizados. - El agente debe revisar los cambio
Instruction file imported from jpiguzs/copilot_helloworld (.github/instructions/github.instructions.md). Copyright stays with the author.
Comportamiento del agente a la hora de hacer commits
cuando se pida hacer commit, debe incluir un mensaje claro y descriptivo que explique los cambios realizados.
El agente debe revisar los cambios antes de hacer commit para asegurarse de que todo esté en orden.
Si el commit incluye cambios en múltiples archivos, el agente debe mencionar cada archivo afectado en el mensaje de commit.
El agente debe revisar los cambios en los archivos, para generar un commit coherente y bien estructurado.
el agente debe editar el archivo de CHANGELOG.md para reflejar los cambios realizados.
el agente debe preguntar si sube a origin.
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": "jpiguzs-copilot-helloworld-github-instructions",
"kind": "skill",
"name": "github",
"description": "Comportamiento del agente a la hora de hacer commits - cuando se pida hacer commit, debe incluir un mensaje claro y descriptivo que explique los cambios realizados. - El agente debe revisar los cambios antes de hacer commit para asegurarse de que todo esté en orden. - Si el commit incluye cambios en múltiples archivos, el agente debe mencionar cada archivo afectado en el mensaje de commit. - El agente debe revisar los cambios en los archivos, para generar un commit coherente y bien estructurado. - el agente debe editar el archivo de CHANGELOG.md para reflejar los cambios realizados. - el agente debe preguntar si sube a origin.",
"publisher": "jpiguzs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Comportamiento del agente a la hora de hacer commits - cuando se pida hacer commit, debe incluir un mensaje claro y descriptivo que explique los cambios realizados. - El agente debe revisar los cambios antes de hacer commit para asegurarse de que todo esté en orden. - Si el commit incluye cambios en múltiples archivos, el agente debe mencionar cada archivo afectado en el mensaje de commit. - El agente debe revisar los cambios en los archivos, para generar un commit coherente y bien estructurado. - el agente debe editar el archivo de CHANGELOG.md para reflejar los cambios realizados. - el agente debe preguntar si sube a origin."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/jpiguzs/copilot_helloworld",
"path": ".github/instructions/github.instructions.md",
"ref": "e9fac3f8ad16d9e7383c1a63734fe7afffc01c1d",
"url": "https://github.com/jpiguzs/copilot_helloworld/blob/e9fac3f8ad16d9e7383c1a63734fe7afffc01c1d/.github/instructions/github.instructions.md",
"key": "jpiguzs/copilot_helloworld/.github/instructions/github.instructions.md"
},
"applies_to": "**"
},
"instructions": "Comportamiento del agente a la hora de hacer commits\n - cuando se pida hacer commit, debe incluir un mensaje claro y descriptivo que explique los cambios realizados.\n - El agente debe revisar los cambios antes de hacer commit para asegurarse de que todo esté en orden.\n - Si el commit incluye cambios en múltiples archivos, el agente debe mencionar cada archivo afectado en el mensaje de commit.\n - El agente debe revisar los cambios en los archivos, para generar un commit coherente y bien estructurado.\n - el agente debe editar el archivo de CHANGELOG.md para reflejar los cambios realizados.\n - el",
"cost": {
"context_tokens": 160
}
}
Fetch it by URL: GET /api/v1/registry/jpiguzs-copilot-helloworld-github-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.