jejjohnson-research-template-code-review-instructions.ocm.json json Copy{
"ocm": "1",
"id": "jejjohnson-research-template-code-review-instructions",
"kind": "skill",
"name": "code-review",
"description": "When performing code review, use `/CODE_REVIEW.md` as the source of truth for:",
"publisher": "jejjohnson",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When performing code review, use `/CODE_REVIEW.md` as the source of truth for:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/jejjohnson/research_template",
"path": ".github/instructions/code-review.instructions.md",
"ref": "58d67913bfa06057c1a60bed9f306044f3c1f2fd",
"url": "https://github.com/jejjohnson/research_template/blob/58d67913bfa06057c1a60bed9f306044f3c1f2fd/.github/instructions/code-review.instructions.md",
"key": "jejjohnson/research_template/.github/instructions/code-review.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Code Review Instructions\n\nWhen performing code review, use `/CODE_REVIEW.md` as the source of truth for:\n\n- Review checklist (style, idioms, packaging, docs, error handling, testing, performance, security)\n- Python-specific checks (type hints, modern syntax, dataclasses, path handling, exceptions)\n- Output format and priority levels\n- Suggestion type emojis and review tone\n\nKey principles:\n- Sacrifice *cleverness* for *clarity*. Sacrifice *brevity* for *explicitness*.\n- Don't worry about formatting — CI (ruff format, pre-commit) handles that automatically.\n- Be **constructive** and **specifi",
"cost": {
"context_tokens": 178
}
}