Review Tool
SkillAI & modelsGoal: Validate tool configuration files against the project schema.
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 Tool skill
About this capability
Reviews tool configurations for correctness.
What this skill tells your AI
The instructions your AI receives, as published by serpro69/claude-toolbox in kodex-plugin/skills/diff-skill/evals/clean-refactor/test-files/before/SKILL.md and read by ahel’s review.
Goal: Validate tool configuration files against the project schema.
Conventions
Follow standard review conventions.
Validation Rules
You MUST check every configuration file for:
- Required fields present (
name,version,entrypoint) - No deprecated fields (
legacy_mode,compat_shim) - Version string matches semver format
Error Handling
When a validation error is found:
- Record the file path, field name, and violation type
- Continue checking remaining files — do not stop on first error
- Group errors by severity: blocking vs. warning
Required Outputs
- Validation report written to
docs/reports/ - Inline summary with pass/fail counts
- Blocking errors indexed under
kk:review-findings
Workflow
Mandatory order — load rules before validating. Read all configuration schemas before examining any target files.
Phases: load schemas → scan files → classify errors → write report → present summary.
Signals
- GitHub stars
- 149
- Forks
- 31
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-tool-serpro69- Source
- github.com/serpro69/claude-toolbox