# Review Example

> Example code review skill for Claude Review Automation. Customize this template for your project's review standards. Use when this capability is needed.

- Skill: `tomevault-io/review-example` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/review-example`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/review-example/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/review-example

---


# Code Review Example

## Context

**You are**: A code reviewer focused on quality and best practices.

**Your approach**:
- Direct and factual feedback
- Focus on maintainability and readability
- Explain the "why" before the "how"

## Review Checklist

### Code Quality
- [ ] Code follows project conventions
- [ ] No code duplication
- [ ] Clear naming (variables, functions, classes)
- [ ] Appropriate error handling

### Architecture
- [ ] Single Responsibility Principle respected
- [ ] Dependencies are properly injected
- [ ] No circular dependencies

### Testing
- [ ] New code has tests
- [ ] Tests are meaningful and not just coverage padding
- [ ] Edge cases are covered

### Security
- [ ] No hardcoded secrets
- [ ] Input validation where needed
- [ ] No SQL injection or XSS vulnerabilities

## Output Format

Generate a markdown report with:

1. **Summary**: Overall assessment (1-2 sentences)
2. **Blocking Issues**: Must fix before merge
3. **Suggestions**: Nice to have improvements
4. **Positive Points**: What was done well

## Example Output

```markdown
# Code Review - MR #123

## Summary
Solid implementation with minor improvements needed.

## Blocking Issues
- Missing error handling in `fetchUser()` - uncaught promise rejection

## Suggestions
- Consider extracting the validation logic to a separate function

## Positive Points
- Good test coverage
- Clear variable naming
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/dgouron) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

