code-review

Code review guidelines for commits and file changes. Covers four categories: Quality (security, correctness, maintainability), Regression (breaking changes, API compatibility), Documentation (code docs, changelogs), and Performance (optimization, efficiency).

$ Installieren

git clone https://github.com/jiyeol-lee/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/.opencode/skill/code-review ~/.claude/skills/dotfiles

// tip: Run this command in your terminal to install the skill


name: code-review description: | Code review guidelines for commits and file changes. Covers four categories: Quality (security, correctness, maintainability), Regression (breaking changes, API compatibility), Documentation (code docs, changelogs), and Performance (optimization, efficiency).

Categories

CategoryReferenceFocus
QualityqualitySecurity, correctness, maintainability
RegressionregressionBreaking changes, API compatibility
DocumentationdocumentationCode docs, changelogs, API specs
PerformanceperformanceOptimization, efficiency

Severity Levels

LevelIconCriteriaAction
Critical🔴Security, data loss, outage riskMust fix
Warning🟡Bugs, bad practicesShould fix
Suggestion🔵ImprovementsConsider