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 nealeb4zod/test1 (.github/instructions/pull-request.instructions.md). Copyright stays with the author.
Pull request and handoff rules
Keep pull requests scoped to the linked issue and its acceptance criteria.
Write PR summaries in plain language that explain what changed, why it changed, and where the human reviewer should focus.
Call out architectural tradeoffs, deferred work, and any remaining product or UX judgment explicitly.
Mention tests that were added or updated when behavior changed.
If a change crosses layer boundaries, explain why the dependency direction still respects clean architecture.
Leave the branch in a state that a human can review without reconstructing hidden assumptions.
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": "nealeb4zod-test1-pull-request-instructions",
"kind": "skill",
"name": "pull-request",
"description": "Pull request and handoff rules",
"publisher": "nealeb4zod",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Pull request and handoff rules"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/nealeb4zod/test1",
"path": ".github/instructions/pull-request.instructions.md",
"ref": "956360578bed8235408dadddd9db74bab90ed21d",
"url": "https://github.com/nealeb4zod/test1/blob/956360578bed8235408dadddd9db74bab90ed21d/.github/instructions/pull-request.instructions.md",
"key": "nealeb4zod/test1/.github/instructions/pull-request.instructions.md"
},
"applies_to": ".github/pull_request_template.md,README.md,src/**/*.cs,src/**/*.razor,tests/**/*.cs"
},
"instructions": "# Pull request and handoff rules\n\n- Keep pull requests scoped to the linked issue and its acceptance criteria.\n- Write PR summaries in plain language that explain what changed, why it changed, and where the human reviewer should focus.\n- Call out architectural tradeoffs, deferred work, and any remaining product or UX judgment explicitly.\n- Mention tests that were added or updated when behavior changed.\n- If a change crosses layer boundaries, explain why the dependency direction still respects clean architecture.\n- Leave the branch in a state that a human can review without reconstructing hidde",
"cost": {
"context_tokens": 153
}
}
Fetch it by URL: GET /api/v1/registry/nealeb4zod-test1-pull-request-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.