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.
Instruction file imported from comecme/skills-copilot-code-review (.github/instructions/backend.instructions.md). Copyright stays with the author.
Backend Guidelines
All API endpoints must be defined in the routers folder.
Load example database content from the database.py file.
Error handling is only logged on the server. Do not propagate to the frontend.
Ensure all APIs are explained in the documentation.
Verify changes in the backend are reflected in the frontend (src/static/**). If potential or breaking changes are found, mention them to the developer.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/comecme-skills-copilot-code-review-backend-instructions/manifest # or paste the manifest below
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": "comecme-skills-copilot-code-review-backend-instructions",
"kind": "skill",
"name": "backend",
"description": "Backend Guidelines",
"publisher": "comecme",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Backend Guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/comecme/skills-copilot-code-review",
"path": ".github/instructions/backend.instructions.md",
"ref": "dc22ed1ac67fe666791676bffc4871b3eb6fc273",
"url": "https://github.com/comecme/skills-copilot-code-review/blob/dc22ed1ac67fe666791676bffc4871b3eb6fc273/.github/instructions/backend.instructions.md",
"key": "comecme/skills-copilot-code-review/.github/instructions/backend.instructions.md"
},
"applies_to": "src/backend/**/*,*.py"
},
"instructions": "## Backend Guidelines\n\n- All API endpoints must be defined in the `routers` folder.\n- Load example database content from the `database.py` file.\n- Error handling is only logged on the server. Do not propagate to the frontend.\n- Ensure all APIs are explained in the documentation.\n- Verify changes in the backend are reflected in the frontend (`src/static/**`). If potential or breaking changes are found, mention them to the developer.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/comecme-skills-copilot-code-review-backend-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.