review-reviews

Audit review skills in .claude/skills for broken references and inconsistencies.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill review-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-reviews
Source: https://github.com/cwilliams5/Alt-Tabby/tree/main/.claude/skills/review-reviews
Command: npx skills add https://github.com/cwilliams5/Alt-Tabby --skill review-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about review-reviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit code review skills for stale references and mechanical inaccuracies?

To audit code review skills, run the review-reviews skill to check all skills in the .claude/skills directory for mechanical inaccuracies, stale references, and drifted architecture claims. It classifies findings as Broken, Renamed, or Current to ensure codebase consistency.

What is skill consistency validation and when do I need it?

Skill consistency validation verifies file paths, function names, tool flags, and configuration keys against the current codebase. You need it before deploying AI agents that rely on review skills, preventing outdated instructions from causing agent validation errors.

How do I verify tool flags and IPC message types in codebase documentation?

Verifying tool flags and IPC message types requires cross-referencing skill documentation against actual tool implementations. The review-reviews skill checks if parameters and usage patterns described in skills still match the current codebase and identifies tool flag mismatches.

Can I use a skill audit to catch architecture contradictions across multiple skills?

Yes, a skill audit catches architecture contradictions by verifying skills against canonical architecture and coding rules. It identifies cross-skill inconsistencies and drifted architecture claims, ensuring all review skills remain accurate and aligned with the project's current rules.

What's the best way to check skill cross-references before deploying an AI agent?

The best way to check skill cross-references is running an identifier cross-reference audit across the .claude/skills directory. This verifies file paths, function names, and skill cross-references against the current codebase to catch broken references that could lead an agent astray.