File contents Code Review
Quick start
Understand the change goal (read PR description or ask).
Read the diff in logical chunks (not only file order).
Apply the checklist below.
Report findings by severity with file/line references when possible.
Review checklist
Output format
## Summary
[1–2 sentences: overall recommendation]
## Findings
### Critical (must fix)
- `path:line` — Problem. Suggested fix.
### Suggestions
- `path:line` — Improvement.
### Nitpicks (optional)
- Minor style or clarity notes.
## Verdict
[Approve / Request changes / Comment only]
Severity guide
Level
When
Critical
Bugs, security issues, data loss risk
Suggestion
Better design, clearer code, missing tests
Nitpick
Style not enforced by linter
Additional resources
Extended standards: reference.md
Source: openagentskills/betterskills — distributed by TomeVault .
1 --- 2 name: openagentskills-betterskills-code-review 3 description: Code Review 4 --- 5 6 # Code Review 7 8 ## Quick start 9 10 1. Understand the change goal (read PR description or ask). 11 2. Read the diff in logical chunks (not only file order). 12 3. Apply the checklist below. 13 4. Report findings by severity with file/line references when possible. 14 15 ## Review checklist 16 17 - [ ] **Correctness** — Logic handles happy path and edge cases 18 - [ ] **Security** — No injection, auth bypass, secret leakage, unsafe deserialization 19 - [ ] **API/contracts** — Public surfaces backward-compatible unless versioned 20 - [ ] **Performance** — No obvious N+1, unbounded memory, or hot-path regressions 21 - [ ] **Maintainability** — Clear names, focused functions, matches project style 22 - [ ] **Tests** — Behavior covered; tests assert outcomes not implementation details 23 - [ ] **Docs** — User-facing changes documented 24 25 ## Output format 26 27 ```markdown 28 ## Summary 29 [1–2 sentences: overall recommendation] 30 31 ## Findings 32 33 ### Critical (must fix) 34 - `path:line` — Problem. Suggested fix. 35 36 ### Suggestions 37 - `path:line` — Improvement. 38 39 ### Nitpicks (optional) 40 - Minor style or clarity notes. 41 42 ## Verdict 43 [Approve / Request changes / Comment only] 44 ``` 45 46 ## Severity guide 47 48 | Level | When | 49 |-------|------| 50 | Critical | Bugs, security issues, data loss risk | 51 | Suggestion | Better design, clearer code, missing tests | 52 | Nitpick | Style not enforced by linter | 53 54 ## Additional resources 55 56 - Extended standards: [reference.md](reference.md) 57 58 --- 59 > Source: [openagentskills/betterskills](https://github.com/openagentskills/betterskills) — distributed by [TomeVault](https://tomevault.io). 60 <!-- tomevault:4.0:skill_md:2026-06-16 -->
tomevault-io/skills-registry/tree/main/openagentskills--betterskills--code-review commit 85c80ad14f
Frequently asked questions How do I install the Openagentskills Betterskills Code Review skill? Run npx skillmds@latest add tomevault-io/openagentskills-betterskills-code-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Openagentskills Betterskills Code Review skill do? Code Review It is listed under Coding & Dev Tools on SkillMD.
Is Openagentskills Betterskills Code Review safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Openagentskills Betterskills Code Review? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Openagentskills Betterskills Code Review free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Openagentskills Betterskills Code Review? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.