analyze

analyze is a command for coding agents from drobins25/craft. It costs 21 tokens per session (4,537 once invoked), scanned A, original, MIT.

A post-build review command for checking a project from several angles, including bugs, usability, accessibility, ideas for improvement, and visual consistency.

In plain words
What is it for?
Use it after a development cycle to run quality, user-experience, creative, style, or hands-on walkthrough reviews and keep track of their findings.
Why use it?
It helps uncover problems that may remain after implementation, including issues that only appear when someone uses the finished product.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the craft plugin — 29 commands, 27 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/drobins25/craft/craft-analyze
Clone the repo
git clone --depth 1 https://github.com/drobins25/craft

Or install craft, the plugin that ships this one along with the rest of its 29 commands, 27 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyze

README.md
[![agentmods](https://agentmods.dev/badge/commands/drobins25/craft/craft-analyze.svg)](https://agentmods.dev/commands/drobins25/craft/craft-analyze)
Your own site
<a href="https://agentmods.dev/commands/drobins25/craft/craft-analyze"><img src="https://agentmods.dev/badge/commands/drobins25/craft/craft-analyze.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.04537
Opus 5 $0.00010 $0.02269
Sonnet 5 $0.00004 $0.00907
Haiku 4.5 $0.00002 $0.00454

Measured 5d ago against content hash 62a4dbb2596b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

analyze scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/craft-analyze.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Analyze

Run comprehensive analysis on what you've built. Findings persist between sessions — nothing gets lost.

Analysis Types

Type Agent Finds
QA qa-analyzer Bugs, errors, edge cases
UX ux-analyzer Friction, accessibility, heuristic violations
Creative creative-analyzer Delight opportunities, feature ideas
Style style-analyzer Token violations, pattern drift
Walkthrough walkthrough-analyzer "Does it actually work for a human?" - clicks everything, checks every state

Flow

Step 1: Check Pending Findings

Before any new analysis, check for existing pending findings of the requested type.

If pending findings exist:

"You have [N] pending [type] findings from [date]:

Critical/High: [count] Medium: [count] Low: [count]

What would you like to do?"

Use AskUserQuestion:

question: "What would you like to do with pending findings?"
header: "Pending"
options:
  - label: "Review pending findings now"
    description: "Go through existing findings before new analysis"
  - label: "Continue analysis (keep pending)"
    description: "Run new analysis, existing findings stay queued"
  - label: "Clear pending and start fresh"
    description: "Dismiss old findings, start new analysis"

If user provides custom text: Ask a clarifying AskUserQuestion before proceeding.

If user chooses "Review pending" → Go to Step 5 (Review Findings)

If user chooses "Continue" or "Clear" → Proceed to Step 2

Step 2: Select Analysis Type

"What kind of analysis?"

Use AskUserQuestion:

question: "What kind of analysis?"
header: "Type"
options:
  - label: "QA Pass"
    description: "Find bugs and errors"
  - label: "UX Insights"
    description: "Usability and accessibility review"
  - label: "Creative Exploration"
    description: "Find delight opportunities"
  - label: "Style Audit"
    description: "Design consistency check"
  - label: "Walkthrough"
    description: "Click everything in the live app, report what doesn't feel right"

Read the full file on GitHub · 562 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 562 lines · 21 tokens per session scan A 62a4dbb2596b

Subscribe to this mod's changes

analyze is a command published in the GitHub repository drobins25/craft (53 stars, last pushed 6d ago), licensed MIT. It adds 21 tokens to every session and 4,537 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.