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.
code-review - Skill - OpenSmartRoute
Skillv1.0.0
code-review
When reviewing a diff, keep signal high. **Do NOT:** - Suggest adding comments/JSDoc/docstrings to self-explanatory code. - Comment on formatting/style handled by a formatter or linter. - Flag missing
Security issues (see security.md) and unsafe input handling.
Concurrency/race conditions and resource leaks.
Missing or wrong tests for changed behavior.
Public API/contract breaks and likely regressions.
Score findings by confidence and only surface blocking issues plus genuinely useful suggestions.
If you would request changes, give a concrete, testable reason.
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/doidor-agentrig-code-review-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": "doidor-agentrig-code-review-instructions",
"kind": "skill",
"name": "code-review",
"description": "When reviewing a diff, keep signal high. **Do NOT:** - Suggest adding comments/JSDoc/docstrings to self-explanatory code. - Comment on formatting/style handled by a formatter or linter. - Flag missing imports or type errors the compiler/build already catches. - Suggest adding `console.log`/`print`/debug statements. - Claim the build will fail when CI is green. - Bikeshed naming when the existing name is clear enough. - Re-review unchanged lines or restate what the diff obviously does.",
"publisher": "doidor",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When reviewing a diff, keep signal high. **Do NOT:** - Suggest adding comments/JSDoc/docstrings to self-explanatory code. - Comment on formatting/style handled by a formatter or linter. - Flag missing imports or type errors the compiler/build already catches. - Suggest adding `console.log`/`print`/debug statements. - Claim the build will fail when CI is green. - Bikeshed naming when the existing name is clear enough. - Re-review unchanged lines or restate what the diff obviously does."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/doidor/agentrig",
"path": ".github/instructions/code-review.instructions.md",
"ref": "fededa159df702c663313b443db2e5357896f6a0",
"url": "https://github.com/doidor/agentrig/blob/fededa159df702c663313b443db2e5357896f6a0/.github/instructions/code-review.instructions.md",
"key": "doidor/agentrig/.github/instructions/code-review.instructions.md"
},
"applies_to": "**/*"
},
"instructions": "<!-- Generated by AgentRig from AGENTS.md + .agents/rules/. Do not edit here — edit the source and run `agentrig compile`. -->\n\n# Code review rules (reflex)\n\nWhen reviewing a diff, keep signal high. **Do NOT:**\n- Suggest adding comments/JSDoc/docstrings to self-explanatory code.\n- Comment on formatting/style handled by a formatter or linter.\n- Flag missing imports or type errors the compiler/build already catches.\n- Suggest adding `console.log`/`print`/debug statements.\n- Claim the build will fail when CI is green.\n- Bikeshed naming when the existing name is clear enough.\n- Re-review unchanged",
"cost": {
"context_tokens": 285
}
}
Fetch it by URL: GET /api/v1/registry/doidor-agentrig-code-review-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.