jejjohnson-spectraldiffx-code-review-instructions.ocm.json json Copy{
"ocm": "1",
"id": "jejjohnson-spectraldiffx-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/spectraldiffx",
"path": ".github/instructions/code-review.instructions.md",
"ref": "a71d28697f1d22f2504d0f213c1d762a0ea3eb2c",
"url": "https://github.com/jejjohnson/spectraldiffx/blob/a71d28697f1d22f2504d0f213c1d762a0ea3eb2c/.github/instructions/code-review.instructions.md",
"key": "jejjohnson/spectraldiffx/.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
}
}