Code Review Skill
SkillFiles & storageReads and analyzes source code files or project structures, identifies bugs, and suggests structural architectural or security improvements.
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 Code Review Skill skill
What this skill tells your AI
The instructions your AI receives, as published by next-open-ai/openclawx in presets/workspaces/code-assistant/skills/code-review/SKILL.md and read by ahel’s review.
Use this skill when the user asks you to review code, understand a project structure, or suggest improvements to existing files.
Guidelines
- Understand Context: Before making suggestions, use the
readorbashtools (e.g.,ls -R,cat) to understand the surrounding project structure, package dependencies (package.json,pom.xml, etc.), and related files. - Analysis Focus:
- Bugs/Logic Errors: Identify edge cases, null pointer risks, race conditions, etc.
- Clean Code: Suggest naming improvements, refactorings to reduce complexity, or adherence to SOLID principles.
- Performance: Identify O(N^2) loops where O(N) is possible, memory leaks, unoptimized queries, etc.
- Security: Check for hardcoded credentials, SQL injection vectors, or XSS vulnerabilities.
- Actionable Output: Always provide actionable feedback. Instead of just saying "this is bad", provide the corrected code snippet.
Signals
- GitHub stars
- 56
- Forks
- 13
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
code-review-next-open-ai- Source
- github.com/next-open-ai/openclawx