What problem does it solve?
This Skill ensures that all other review skills in the codebase are accurate, up-to-date, and consistent with the project's architecture and rules, preventing outdated or misleading information from causing errors.
Core Features & Use Cases
- Identifier Cross-Reference: Verifies file paths, function names, tool names, and other code identifiers against the current codebase.
- Tool Flag Verification: Checks if tool parameters and usage patterns described in skills still match the actual tool implementations.
- Architecture and Rules Consistency: Audits skills for contradictions with canonical architecture and coding rules.
- Use Case: Before deploying a new AI agent that relies on a suite of review skills, run
review-reviews to catch any broken references or outdated instructions that could lead the agent astray.
Quick Start
Run the review-reviews skill to audit all skills in the .claude/skills directory for mechanical inaccuracies.