reviewing-instructionslisted
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