Audits Claude skills via 9-phase review: standards compliance, docs/API verification, code accuracy, cross-file consistency, version drift. Use for issue investigation, updates, verification >90 days, or marketplace submission.
From evolv3ainpx claudepluginhub evolv3ai/claude-skills-archive --plugin projectThis skill is limited to using the following tools:
README.mdreferences/audit-report-template.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns
Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0
./scripts/check-versions.sh, check breaking changes, verify "Last Verified"Automated (via ./scripts/review-skill.sh): YAML syntax, package versions, broken links, TODOs, file org, staleness
Manual (AI): API methods vs docs, GitHub issues, production comparisons, code correctness, schema consistency
š“ CRITICAL: Non-existent API/imports, invalid config, missing dependencies
š” HIGH: Contradictory examples, inconsistent patterns, outdated major versions
š MEDIUM: Stale minors (>90d), missing docs sections, incomplete errors
š¢ LOW: Typos, formatting, missing optional metadata
Auto-fix: Unambiguous (correct import from docs), clear evidence, no architectural impact
Ask user: Multiple valid approaches, breaking changes, architectural choices
š“ CRITICAL #1: Non-existent d1Adapter import from 'better-auth/adapters/d1'
drizzleAdapter from 'better-auth/adapters/drizzle'Result: 3 files deleted (obsolete), 3 created (correct patterns), +1,266 lines, v1.0āv2.0, 3.5 hours
Planning: ~/.claude/skills/../planning/SKILL_REVIEW_PROCESS.md or repo planning/SKILL_REVIEW_PROCESS.md (complete 9-phase guide)
Scripts: Repo root scripts/review-skill.sh (automated validation)
Commands: Repo root commands/review-skill.md (slash command, symlinked to ~/.claude/commands/)
References: references/audit-report-template.md (output template)
Last Verified: 2026-01-09 | Version: 1.0.1