ln-162-skill-reviewer

Solid

Reviews skills (D1-D11 + M1-M6 criteria) or .claude/commands for quality. Use when validating skill correctness before release.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-162-skill-reviewer **Type:** L3 Worker (standalone-capable) **Category:** 1XX Documentation Pipeline Universal reviewer with two modes: - `SKILL` for `ln-*/SKILL.md` - `COMMAND` for `.claude/commands/*.md` > **Plan Mode behavior:** Phases 1-4 and 6-7 are research. Run them fully in Plan Mode, write the report plus fix list into the plan, and apply edits only after approval. --- ## Mode Detection | Condition | Mode | Review Profile | |-----------|------|----------------| | `ln-*/SKILL.md` files exist in CWD | SKILL | Full D1-D11 + M1-M6 | | `.claude/commands/*.md` files exist | COMMAND | Structural + actionability | | Both exist | SKILL | Override with `$ARGUMENTS=commands` | ## Input `$ARGUMENTS` options: - empty -> auto-detect mode and scope - `ln-400 ln-500` -> SKILL mode, specific skills - `commands` -> COMMAND mode, all `.claude/commands/*.md` - `deploy.md run-tests.md` -> COMMAND mode, specific files When invoked by another skill, file paths may be passed directly. --- ## SKILL Mode ### Phase 1: Scope Detection If `$ARGUMENTS` is provided: - treat each token as a skill directory prefix - glob `{prefix}*/SKILL.md` If `$ARGUMENTS...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category