Code Review Guidelines

SkillDev tools

Review code for quality, bugs, and best practices

Available today. Use it from your connected AI after setup.

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:

  1. Read the code thoroughly — understand the intent before critiquing.
  2. Check for bugs — null references, off-by-one errors, race conditions, resource leaks.
  3. Evaluate naming — are variables, functions, and classes named clearly?
  4. Assess structure — is the code modular? Are responsibilities well-separated?
  5. Security — look for injection vulnerabilities, unsafe inputs, hardcoded secrets.
  6. Performance — unnecessary allocations, N+1 queries, blocking calls in async code.
  7. 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