Review Skill (oh-my-product)
SkillDev toolsPerform a structured code review of recent changes or a specific scope.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Review Skill (oh-my-product) skill
What this skill tells your AI
The instructions your AI receives, as published by jjongguet/oh-my-product in skills/review/SKILL.md and read by ahel’s review.
Use this skill when the user wants to perform a code review.
What it does
Executes a structured code review covering correctness, security, maintainability, and test coverage. Outputs findings with severity ratings (critical / high / medium / low).
Review checklist
- Correctness — Logic errors, edge cases, null/undefined handling
- Security — Injection, auth bypass, secret exposure, OWASP Top 10
- Maintainability — Code clarity, naming, duplication, coupling
- Test coverage — Missing tests, untested paths, flaky patterns
- Performance — O(n²) loops, N+1 queries, memory leaks
Output format
## Review Summary
### Critical
- [ ] <issue with file:line reference>
### High
- [ ] <issue with file:line reference>
### Medium
- [ ] <issue with file:line reference>
### Low / Suggestions
- [ ] <suggestion>
Usage
Run via skill dispatch:
omp skill review [--scope <files or description>]
Signals
- GitHub stars
- 99
- Forks
- 22
- Last commit
- Apr 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
review-jjongguet- Source
- github.com/jjongguet/oh-my-product