Add skill-review skill#1
Merged
Merged
Conversation
A reviewer for Claude Code skills that evaluates them against a closed seven-category rubric — Structural Discipline, Integrity, Test Coverage, Security, Content Quality, Convention, and Cost — and emits structured JSON with a per-finding determinism contract. Complements plugin-dev:skill-reviewer, which covers structural checks. Contents: SKILL.md, seven category reference files under references/, and a README entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
bscanlan
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
skill-review— a reviewer for Claude Code skills that checks them against a closed 7-category rubric (Structural Discipline, Integrity, Test Coverage, Security, Content Quality, Convention, Cost) and emits structured JSON with a per-finding determinism contract. It complements Anthropic'splugin-dev:skill-reviewer, which covers structural checks (frontmatter, word count, writing style); this one focuses on whether a skill gives Claude the right kind of content, has appropriate test coverage, and is shaped and placed well.A note on evals
This skill ships without behavioural evals for now. Evals have private skills that are yet to be ported for general use. Additionally, running and judging them needs a self-contained eval runner that this repo doesn't yet have, so shipping eval files here would only give readers tests they can't actually execute.
Contents
skill-review/SKILL.md+ seven category reference files underreferences/README.mdupdated with a Skills sectionGenerated with Claude Code