·code-review
</>

code-review

sebastiaanwouters/dotagents

Comprehensive code review covering functionality, testing, QA, and AGENTS.md compliance. Triggers on "review code", "code review", "review this", "check my code". Validates correctness, test coverage, test quality, and guideline adherence.

7Installs·0Trend·@sebastiaanwouters

Installation

$npx skills add https://github.com/sebastiaanwouters/dotagents --skill code-review

SKILL.md

Reviews code through battle-tested engineering principles with comprehensive quality gates.

| Off-by-one | Loop bounds, array indices, comparisons (< vs <=) | | Null/undefined | Can any value be null when accessed? | | Type coercion | Implicit conversions causing bugs? (JS: "5" + 3) | | Resource leaks | Files, connections, memory properly closed? | | Infinite loops | Can loop conditions fail to terminate? |

| Integer overflow | Large numbers handled safely? | | Security holes | SQL injection, XSS, path traversal, secrets exposed? |

Comprehensive code review covering functionality, testing, QA, and AGENTS.md compliance. Triggers on "review code", "code review", "review this", "check my code". Validates correctness, test coverage, test quality, and guideline adherence. Source: sebastiaanwouters/dotagents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sebastiaanwouters/dotagents --skill code-review
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is code-review?

Comprehensive code review covering functionality, testing, QA, and AGENTS.md compliance. Triggers on "review code", "code review", "review this", "check my code". Validates correctness, test coverage, test quality, and guideline adherence. Source: sebastiaanwouters/dotagents.

How do I install code-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastiaanwouters/dotagents --skill code-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sebastiaanwouters/dotagents