recheck

recheck is a skill for Claude Code from kojott/claude-replan. It costs 56 tokens per session (10,231 once invoked), scanned A, original, no licence file.

A post-implementation review skill that checks completed code against the original plan. It also starts separate checks for quality, security, and test coverage.

In plain words
What is it for?
It is for reviewing finished implementations, checking plan compliance, and assessing code quality, security, and tests.
Why use it?
It helps catch work that drifted from the plan and problems that a single review might overlook.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the replan plugin — 2 skills shipped together

Good fit It is for reviewing finished implementations, checking plan compliance, and assessing code quality, security, and tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kojott/claude-replan/recheck
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.

Any agent
npx skills add kojott/claude-replan --skill recheck
Clone the repo
git clone --depth 1 https://github.com/kojott/claude-replan

Made for: Claude Code.

Or install replan, the plugin that ships this one along with the rest of its 2 skills.

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 recheck

README.md
[![agentmods](https://agentmods.dev/badge/skills/kojott/claude-replan/recheck/github.svg)](https://agentmods.dev/skills/kojott/claude-replan/recheck)
Your own site
<a href="https://agentmods.dev/skills/kojott/claude-replan/recheck"><img src="https://agentmods.dev/badge/skills/kojott/claude-replan/recheck/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 recheck

Your own site · 80×15
<a href="https://agentmods.dev/skills/kojott/claude-replan/recheck"><img src="https://agentmods.dev/badge/skills/kojott/claude-replan/recheck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,231 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00056 $0.10231
Opus 5 $0.00028 $0.05116
Sonnet 5 $0.00011 $0.02046
Haiku 4.5 $0.00006 $0.01023

Measured 9d ago against content hash 0d3b4718d812, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

recheck scanned grade A with 1 finding 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 9d 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

elif find ~/.claude/security/log.txt -mtime -7 2>/dev/null | grep -q .; then

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

plugin/skills/recheck/SKILL.md · 876 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 876 lines · 56 tokens per session scan A 0d3b4718d812

Subscribe to this mod's changes

recheck is a skill published in the GitHub repository kojott/claude-replan (15 stars, last pushed 3mo ago), with no licence file. It adds 56 tokens to every session and 10,231 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skill-coverage-audit

Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs.

nyldn/claude-octopus · 28 tokens

improve-code-quality

Guided journey from a working-but-untested vibe-coded prototype to a production-ready product with tests, clean structure, a business-rules boundary, and resilience at scale. Orchestrates nine skills phase by phase - working-with-legacy-code, clean-code, refactoring-patterns, software-design-philosophy…

wondelai/skills · 227 tokens

codex-ab

Run an A/B codex review experiment — holistic codex review vs 3 focused dimension passes (security, ecto, liveview) on the branch diff, classify findings, report a panel-value verdict. Use when the branch is fresh, before any codex review runs.

oliver-kriska/claude-elixir-phoenix · 60 tokens

brooks-sweep

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution. Drawing on twelve classic engineering books. Triggers when: user…

hyhmrright/brooks-lint · 178 tokens

brooks-test

Test quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code — that diagnoses structural problems in an existing test suite: brittleness, mock abuse, coverage illusions, slow…

hyhmrright/brooks-lint · 161 tokens

pre-pr-audit

Pre-PR confidence audit with 5-dimension scoring. Use when: final check before commit/push/PR, evaluating PR readiness, assessing test quality + risk + coverage holistically. Triggers: pre-pr, readiness check, confidence audit, final verification, ready to PR, how confident. Not for: code review (use…

sd0xdev/sd0x-harness · 95 tokens