← ClaudeAtlas

reviewing-instructionslisted

Use when asked to lint, audit, review, or score AI-facing instruction files such as SKILL.md, AGENT.md, AGENTS.md, CLAUDE.md, platform body.md files, prompt files, rules, policies, and agent-facing references. NOT for application code review, harness configuration review, ordinary docs, tests, or generated build output.
alexei-led/cc-thingz · ★ 33 · Code & Development · score 81
Install: claude install-skill alexei-led/cc-thingz
# Instruction Review Review AI-facing instruction files for routing precision, behavioral signal, output contracts, failure handling, grounding, and score stability. Do not score ordinary docs or source code. ## Read first - `references/scoring-rubric.md` for gates, 0-10 bands, caps, confidence, and output schema. - `references/model-resolution.md` for model alias mapping and fallback rules. - `references/calibration.md` only when a score is borderline or confidence is low. - `references/models/<family>.md` only after model family resolution. ## Accepted inputs The user may pass: - file path, directory path, or plugin name - omitted scope, meaning discover likely instruction files - `--model <name>` to override model family or variant - requests such as lint, audit, review, score, compare, or rerank Plugin name without a path separator expands to matching `src/skills/<name>`, `src/agents/<name>`, or `src/plugins/<name>` when present. ## Scope boundaries Review only markdown or prompt files that guide an AI agent or coding assistant. Include support files only when an entrypoint tells the agent to read them or when they live under that skill or agent folder. Do not review: - application source code, tests, or generated artifacts - ordinary README, changelog, product, or design docs unless agent-facing - harness config quality; use evolving-config - code quality; use reviewing-code If a candidate is ambiguous, put it in Candidates Not Reviewed with the reason. ## D