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.
comments - Skill - OpenSmartRoute
Skillv1.0.0
comments
Public APIs should have complete multi-line doc comments describing their behavior, parameters, return values, and any important notes. When reviewing code, flag any public API that is missing doc com
Instruction file imported from BabylonJS/Babylon.js (.github/instructions/comments.instructions.md). Copyright stays with the author.
Doc Comments
Public APIs should have complete multi-line doc comments describing their behavior, parameters, return values, and any important notes. When reviewing code, flag any public API that is missing doc comments or has incomplete or inaccurate doc comments. In particular, verify that doc comments accurately describe what the function actually does — a comment that describes behavior belonging to a different function or a different call site is worse than no comment at all.
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/babylonjs-babylon-js-comments-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": "babylonjs-babylon-js-comments-instructions",
"kind": "skill",
"name": "comments",
"description": "Public APIs should have complete multi-line doc comments describing their behavior, parameters, return values, and any important notes. When reviewing code, flag any public API that is missing doc comments or has incomplete or inaccurate doc comments. In particular, verify that doc comments accurately describe what the function actually does — a comment that describes behavior belonging to a different function or a different call site is worse than no comment at all.",
"publisher": "BabylonJS",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Public APIs should have complete multi-line doc comments describing their behavior, parameters, return values, and any important notes. When reviewing code, flag any public API that is missing doc comments or has incomplete or inaccurate doc comments. In particular, verify that doc comments accurately describe what the function actually does — a comment that describes behavior belonging to a different function or a different call site is worse than no comment at all."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/BabylonJS/Babylon.js",
"path": ".github/instructions/comments.instructions.md",
"ref": "cbf06ad8965053ca3c7a3f0f08028c411b9f0019",
"url": "https://github.com/BabylonJS/Babylon.js/blob/cbf06ad8965053ca3c7a3f0f08028c411b9f0019/.github/instructions/comments.instructions.md",
"key": "BabylonJS/Babylon.js/.github/instructions/comments.instructions.md"
},
"applies_to": "packages/dev/**/*.{ts,tsx}"
},
"instructions": "# Doc Comments\r\n\r\nPublic APIs should have complete multi-line doc comments describing their behavior, parameters, return values, and any important notes. When reviewing code, flag any public API that is missing doc comments or has incomplete or inaccurate doc comments. In particular, verify that doc comments accurately describe what the function actually does — a comment that describes behavior belonging to a different function or a different call site is worse than no comment at all.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/babylonjs-babylon-js-comments-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.