$npx -y skills add levnikolaevich/claude-code-skills --skill ln-61-skill-reviewerReviews standalone skills and their configured distribution surfaces before publication. Use for skill release readiness; not for product code or implementation-plan review.
| 1 | # Skill Reviewer |
| 2 | |
| 3 | **Goal:** Review skill changes without modifying the repository or external state. |
| 4 | |
| 5 | **Execution contract:** Treat the ordered checkbox workflow below as this skill's Definition of Done. Work through every item in order, and mark it complete only when its action and required evidence are complete. `N/A`, skipped, unavailable, or delegated items remain incomplete. |
| 6 | Before returning, apply this skill's verdict, decision, and approval rules to every incomplete item and prepend **Checklist: X/Y complete**<br>**Incomplete: None | section/item — reason; outcome impact; exact next action**; list every incomplete item. |
| 7 | |
| 8 | ## Tool Routing |
| 9 | |
| 10 | | Need | Preferred capability | Fallback | |
| 11 | |---|---|---| |
| 12 | | Repository scope and evidence | Native file search, focused reads, and Git diff | Equivalent read-only shell commands | |
| 13 | | Frontmatter and skill structure | Repository-defined or host-native skill validator | Manual YAML, path, naming, and repository-contract checks | |
| 14 | | Plugin integration | Repository-defined plugin validator plus manifest parsing | Manual manifest and applicable catalog comparison | |
| 15 | | Host discovery | Host-native validator for every configured distribution surface | Manual catalog, manifest, and source-path inspection | |
| 16 | | Current host rules | Official host documentation | Mark the claim `UNVERIFIED` when unavailable | |
| 17 | | Behavioral independence | Fresh subagent or clean context | Separate self-review passes with reduced-confidence disclosure | |
| 18 | |
| 19 | Use external research only for current host behavior or a changing standard. Do not use web sources to override the repository's actual files, installed versions, or local validation output. |
| 20 | |
| 21 | Tool absence is not itself a skill defect. Apply the documented fallback and use `BLOCKED` only when the missing capability prevents a reliable verdict. |
| 22 | |
| 23 | ## Checklist |
| 24 | |
| 25 | - [ ] Establish the review target from explicit paths, the Git diff, staged files, and untracked files. |
| 26 | - [ ] Read the repository instructions, skill contracts, and every configured host catalog before judging repository-specific conventions; do not require a catalog that the repository does not distribute. |
| 27 | - [ ] Separate primary skills from manifests, catalogs, and documentation affected by the same change. |
| 28 | - [ ] Confirm the repository-defined canonical skill layout; treat unauthorized, stale, or divergent host-specific copies as defects, while permitting adapters or generated copies that repository policy explicitly requires. |
| 29 | - [ ] Confirm frontmatter and folder naming satisfy the repository contract and each target host; require only `name` and `description` when that is the declared local convention rather than imposing it universally. |
| 30 | - [ ] Check that each description states the capability, positive trigger, and important near-negative boundary. |
| 31 | - [ ] Check that descriptions stay within the host limit and avoid claims broader than the workflow supports. |
| 32 | - [ ] Confirm each skill is standalone: no required skill, MCP server, tracker, coordinator, worker, or shared runtime. |
| 33 | - [ ] Apply the repository's declared completion convention; when an ordered checklist is the Definition of Done, flag a duplicate completion section. |
| 34 | - [ ] Preserve non-obvious domain rules, tool-routing decisions, safety gates, evidence requirements, verdict mapping, output contract, and residual risks. |
| 35 | - [ ] Flag explanations a capable current model already knows unless they prevent a demonstrated execution failure. |
| 36 | - [ ] Verify every required capability has an available tool path, a credible fallback, or an explicit `BLOCKED` outcome. |
| 37 | - [ ] Check that each skill's mutation boundary matches its declared outcome; read-only workflows must not acquire implicit write authority. |
| 38 | - [ ] For optimization or experiment skills, require an evidence-based retain, discard, or rollback decision when they mutate state. |
| 39 | - [ ] For test-building or other bounded writers, confirm they cannot repair product code or touch unapproved external state unless their declared contract explicitly authorizes it. |
| 40 | - [ ] Trace the workflow through missing tools, insufficient context, dirty Git state, failed commands, and conflicting evidence. |
| 41 | - [ ] Check that the output contract distinguishes facts, inferences, missing evidence, verdict, and residual risk. |
| 42 | - [ ] Inspect neighboring descriptions for trigger overlap without assuming the skills know about one another. |
| 43 | |
| 44 | ## Repository Validation |
| 45 | |
| 46 | - [ ] Discover and run every repository-required skill validator for the changed skill directories; do not assume a validator name or location absent from repository evidence. |
| 47 | - [ ] If a required validator is unavailable, manually validate YAML parsing, naming, description constraints, and required file layout against the repository and host contract |