Skill Review (3-Persona Behavioral Audit)
Audits a Claude/Lattice skill through three independent personas and returns only high-confidence, practical gaps in a severity-ordered report with concrete fixes.
Dev & CodingIntermediate★ 182⑂ 13AI score 7/10Last updated: Aug 29, 2026
What it does
- Reads the target SKILL.md plus every referenced file (defaults.md, template.md, references/) to map the skill's purpose, inputs, outputs, and pipeline position.
- Proposes three review personas tailored to the skill type and waits for your approval before running.
- Runs each persona independently over 4–6 realistic scenarios (ideal case, first-time use, resumed work, minimal input, wrong-format input, conflicting sources) by literally following the skill's instructions.
- Applies a five-part filter — evidence, practicality, ownership, materiality, ≥90% confidence — and drops anything speculative.
- Merges overlapping findings, orders them CRITICAL → WARNING → OBSERVATION, attaches a write-ready fix to each, and applies only the fixes you approve with minimal edits.
Who it's for
- Developers and maintainers building skills inside the Lattice framework.
- Teams managing a library of Claude Code skills who want a repeatable quality bar.
- Anyone debugging why a skill behaves inconsistently, starting from its instructions.
Examples
- Just finished a new skill → say "deep review this skill" → approve the personas → get two critical gaps with exact wording fixes.
- After a major rewrite, run "find gaps in this skill" and discover that resume-after-interruption behavior is undefined.
- Re-run the review after patching to confirm the report says "no material practical gaps found" as a release gate.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/techygarg/lattice/HEAD/dev-skills/skill-review/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the dev-skills/skill-review folder from the GitHub repo techygarg/lattice into my ~/.claude/skills/skill-review/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/techygarg/lattice.git && mkdir -p ~/.claude/skills && cp -r lattice/dev-skills/skill-review ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/techygarg/lattice.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r lattice/dev-skills/skill-review ~/.claude/skills/ - Restart Claude Code and trigger it with a prompt like "review this skill: <path>".
- If you use it outside Lattice, edit framework terms in SKILL.md (molecule, refiner, skill-validate) to match your own setup.
View source on GitHub ↗License: MIT