Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & CodingIntermediate18213AI 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

  1. Just finished a new skill → say "deep review this skill" → approve the personas → get two critical gaps with exact wording fixes.
  2. After a major rewrite, run "find gaps in this skill" and discover that resume-after-interruption behavior is undefined.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/techygarg/lattice.git
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r lattice/dev-skills/skill-review ~/.claude/skills/
  5. Restart Claude Code and trigger it with a prompt like "review this skill: <path>".
  6. If you use it outside Lattice, edit framework terms in SKILL.md (molecule, refiner, skill-validate) to match your own setup.