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 SpanPanel/span (.github/instructions/*.instructions.md). Copyright stays with the author.
Copilot Review Instructions
Before reviewing a PR examine any previous comments on the PR and the resolutions.
Use those previous comments as the basis for the new review so that resolutions that were previously resolved and where code changes have not diverged are not
repeated unnecessarily.
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/spanpanel-span-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.
spanpanel-span-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "spanpanel-span-instructions",
"kind": "skill",
"name": "*",
"description": "Copilot Review Instructions",
"publisher": "SpanPanel",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Copilot Review Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/SpanPanel/span",
"path": ".github/instructions/*.instructions.md",
"ref": "0b41c303671cc30c641e66eae2ae1508799f6c8e",
"url": "https://github.com/SpanPanel/span/blob/0b41c303671cc30c641e66eae2ae1508799f6c8e/.github/instructions/*.instructions.md",
"key": "SpanPanel/span/.github/instructions/*.instructions.md"
}
},
"instructions": "# Copilot Review Instructions\n\n- Before reviewing a PR examine any previous comments on the PR and the resolutions.\n- Use those previous comments as the basis for the new review so that resolutions that were previously resolved and where code changes have not diverged are not\n repeated unnecessarily.",
"cost": {
"context_tokens": 75
}
}
Fetch it by URL: GET /api/v1/registry/spanpanel-span-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.