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.
review-language - Skill - OpenSmartRoute
Skillv1.0.0
review-language
All GitHub Copilot code review comments must be written in Korean (한국어). - This rule applies to all paths in this repository. - If any other instruction conflicts with this rule, this repository-level
Instruction file imported from ginishuh/persona_chatbot (.github/instructions/review-language.instructions.md). Copyright stays with the author.
All GitHub Copilot code review comments must be written in Korean (한국어).
This rule applies to all paths in this repository.
If any other instruction conflicts with this rule, this repository-level rule takes precedence.
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": "ginishuh-persona-chatbot-review-language-instructions",
"kind": "skill",
"name": "review-language",
"description": "All GitHub Copilot code review comments must be written in Korean (한국어). - This rule applies to all paths in this repository. - If any other instruction conflicts with this rule, this repository-level rule takes precedence.",
"publisher": "ginishuh",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All GitHub Copilot code review comments must be written in Korean (한국어). - This rule applies to all paths in this repository. - If any other instruction conflicts with this rule, this repository-level rule takes precedence."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ginishuh/persona_chatbot",
"path": ".github/instructions/review-language.instructions.md",
"ref": "cb01f46ddd661d9f9eea8fdc504bb66d478c9ab0",
"url": "https://github.com/ginishuh/persona_chatbot/blob/cb01f46ddd661d9f9eea8fdc504bb66d478c9ab0/.github/instructions/review-language.instructions.md",
"key": "ginishuh/persona_chatbot/.github/instructions/review-language.instructions.md"
},
"applies_to": "**"
},
"instructions": "All GitHub Copilot code review comments must be written in Korean (한국어).\n- This rule applies to all paths in this repository.\n- If any other instruction conflicts with this rule, this repository-level rule takes precedence.",
"cost": {
"context_tokens": 55
}
}
Fetch it by URL: GET /api/v1/registry/ginishuh-persona-chatbot-review-language-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.