serpro69/claude-toolbox-before-review-tool
Reviews tool configurations for correctness.
npx skills add https://github.com/serpro69/claude-toolbox --skill review-tool
<!-- codex: tool-name mapping applied. See .codex/scripts/session-start.sh -->
Goal: Validate tool configuration files against the project schema.
Follow standard review conventions.
You MUST check every configuration file for:
name, version, entrypoint)legacy_mode, compat_shim)When a validation error is found:
docs/reports/kk:review-findingsMandatory 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.
Take serpro69/claude-toolbox-before-review-tool from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.