mcpbeat

Review Tool

serpro69/review-tool

Reviews tool configurations for correctness.

353 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
147
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/serpro69/claude-toolbox --skill review-tool

What comes with it

758 bytes besides the instruction
review-process.md

The instruction itself

4 sections, as written by the author

Review Tool

Goal: Validate tool configuration files against the project schema.

Conventions

Follow standard review conventions.

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.

See review-process.md for validation rules, error handling, and the detailed phase-by-phase workflow.

How to use it

Copy the folder

Take serpro69/review-tool from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.