Code Review Guidelines
SkillDev toolsReview code for quality, bugs, and best practices
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 Guidelines skill
What this skill tells your AI
The instructions your AI receives, as published by lwmxiaobei/xbcode in skills/code-review/SKILL.md and read by ahel’s review.
When reviewing code, follow these steps:
- Read the code thoroughly — understand the intent before critiquing.
- Check for bugs — null references, off-by-one errors, race conditions, resource leaks.
- Evaluate naming — are variables, functions, and classes named clearly?
- Assess structure — is the code modular? Are responsibilities well-separated?
- Security — look for injection vulnerabilities, unsafe inputs, hardcoded secrets.
- Performance — unnecessary allocations, N+1 queries, blocking calls in async code.
- Tests — are edge cases covered? Are tests readable and maintainable?
Output format:
- Start with a one-line summary (good / needs work / has issues).
- List findings grouped by severity: 🔴 Critical, 🟡 Warning, 🟢 Suggestion.
- For each finding, include file, line, and a concrete fix.
Signals
- GitHub stars
- 48
- Forks
- 4
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
code-review-lwmxiaobei- Source
- github.com/lwmxiaobei/xbcode