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).
$ Instalar
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
SKILL.md
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
| Category | Reference | Focus |
|---|---|---|
| Quality | quality | Security, correctness, maintainability |
| Regression | regression | Breaking changes, API compatibility |
| Documentation | documentation | Code docs, changelogs, API specs |
| Performance | performance | Optimization, efficiency |
Severity Levels
| Level | Icon | Criteria | Action |
|---|---|---|---|
| Critical | 🔴 | Security, data loss, outage risk | Must fix |
| Warning | 🟡 | Bugs, bad practices | Should fix |
| Suggestion | 🔵 | Improvements | Consider |
Repository

jiyeol-lee
Author
jiyeol-lee/dotfiles/.opencode/skill/code-review
1
Stars
1
Forks
Updated2d ago
Added1w ago