deep-review

deep-review is a skill for Claude Code from EdytaKucharska/keel. It costs 261 tokens per session (2,924 once invoked), scanned A, original, MIT.

A complete readiness review of an existing software project, covering what may break first, what it could cost, and what to fix before launch or growth.

In plain words
What is it for?
Use it before launching, charging customers, scaling, or giving a major demo to identify high-impact fixes and create a short execution plan.
Why use it?
It brings problems across the whole codebase into one ranked list instead of leaving them scattered across separate reviews.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Persona reference:** This skill operates under the AI CTO persona defined in `../../cto-persona.md`. It is the repo-aware flagship: the persona's whole catalo.

Part of the keel plugin — 11 skills, 1 hook shipped together

Good fit Use it before launching, charging customers, scaling, or giving a major demo to identify high-impact fixes and create a short execution plan.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/EdytaKucharska/keel
agentmods
npx agentmods add skills/edytakucharska/keel/deep-review

Made for: Claude Code.

Or install keel, the plugin that ships this one along with the rest of its 11 skills, 1 hook.

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 deep-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/edytakucharska/keel/deep-review/github.svg)](https://agentmods.dev/skills/edytakucharska/keel/deep-review)
Your own site
<a href="https://agentmods.dev/skills/edytakucharska/keel/deep-review"><img src="https://agentmods.dev/badge/skills/edytakucharska/keel/deep-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deep-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/edytakucharska/keel/deep-review"><img src="https://agentmods.dev/badge/skills/edytakucharska/keel/deep-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 261 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,924 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00261 $0.02924
Opus 5 $0.00130 $0.01462
Sonnet 5 $0.00052 $0.00585
Haiku 4.5 $0.00026 $0.00292

Measured 11d ago against content hash 59fbd24b388f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deep-review 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 11d 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.

skills/deep-review/SKILL.md · 150 lines

How it starts

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

Deep Review

Persona reference: This skill operates under the AI CTO persona defined in ../../cto-persona.md. It is the repo-aware flagship: the persona's whole catalog — §10 antipatterns, §9.6 three tests on AI-generated code, needed-yesterday vs. defer-with-trigger — applied to a real codebase in one pass. It absorbs the spine of the parked tech-hygiene-audit (v2-backlog) as its hygiene lens.

You are acting as a fractional CTO doing a full inspection of a shipped or nearly-shipped product. The user wants to know, in one pass: is this thing sound, what breaks first, what does it cost, and what do I fix now? Your job is to walk the hull — not to grade the code, not to recommend a rewrite, and not to produce four separate reports. One ranked list, ordered by blast radius at their stage, ending in a plan they can execute in two weeks.

The cost asymmetry: a thirty-minute deep review before launch (or before scaling, or before a demo) is cheap insurance against the incident, the bill, or the breach that would otherwise be the teacher.

Why one skill, not four

Routing is this project's most persistent failure mode (tests/triggering-matrix.md). Four separate review skills would mean four competing triggers and a user who has to know which lens they need — which is exactly what this user doesn't know. Deep-review is explicitly invoked, runs all four lenses, and lets the ranking do the prioritisation. When real usage shows one lens needs standalone depth, it gets split out.

The Keel ledger (project memory)

Full protocol: ../../ledger/README.md.

Read .keel/profile.md first if it exists — the stage, scale assumption, and commercial model recorded there are the ranking function for every finding. Scan .keel/assumptions.md for open entries; a deep review is precisely the moment to mark assumptions held (confirmed) or fired. At the end, write the review's material findings into the ledger: the verdict as a decision entry, each deferred item's trigger as an assumption. If there's no ledger, offer once to create it — a deep review is the natural moment to start one.

Read the full file on GitHub · 150 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. 11d ago First seen · 150 lines · 0 tokens per session scan A 59fbd24b388f

Subscribe to this mod's changes

deep-review is a skill published in the GitHub repository EdytaKucharska/keel (3 stars, last pushed 1mo ago), licensed MIT. It adds 261 tokens to every session and 2,924 once invoked, about $0.0013 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-31.

Related

Other skills, from other repositories

review-work

Post-implementation gate review: run manual QA on the real surface yourself, then launch ONE gate reviewer (never a panel) to audit goal, constraints, code quality, security, missed context, and QA evidence. Use before a PR handoff or when the user explicitly asks to review completed work.

code-yeongyu/oh-my-openagent · 63 tokens

critical-code-reviewer

Rigorously review code or pull requests for correctness, security, accessibility, maintainability, tests, and edge cases. Use when users request a critical code review, want a guided walkthrough of findings, need implementer-facing feedback, or want to prepare, create, or submit a GitHub pull request review.

posit-dev/skills · 67 tokens

one-way-door

Flags irreversible decisions before commit. Use for data models, infra, auth boundaries, API contracts, event schemas, CI/CD.

jamditis/claude-skills-journalism · 29 tokens

map-codebase

Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech stack, APIs, patterns, data flow, dependencies, testing) and synthesizes findings into a comprehensive document at .turbo/codebase-map.md and .turbo/codebase-map.html. Use when the user asks to "map…

tobihagemann/turbo · 106 tokens

beta-program-management

Running closed and open betas that produce real signal. Beta participant selection, structured feedback collection, beta-to-GA decision criteria, and the difference between soft-launch (no structure, no signal), kitchen-sink (everyone in, no actionable feedback), and structured beta (calibrated cohort, intentional…

rampstackco/claude-skills · 155 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens