recovery-reviewer

recovery-reviewer is an agent for Claude Code from TechNickAI/ai-coding-config. It costs 32 tokens per session (910 once invoked), scanned A, original, MIT.

A review agent for finding error situations where users cannot retry, go back, choose another action, or recover their work.

In plain words
What is it for?
Reviewing applications for unrecoverable errors, weak retry paths, unclear failure messages, and inaccessible notifications.
Why use it?
It identifies dead ends in failure handling and checks whether error messages explain the problem and next step clearly.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the ai-coding-config plugin — 22 agents shipped together

Good fit Reviewing applications for unrecoverable errors, weak retry paths, unclear failure messages, and inaccessible notifications.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/technickai/ai-coding-config/recovery-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/TechNickAI/ai-coding-config

Made for: Claude Code.

Or install ai-coding-config, the plugin that ships this one along with the rest of its 22 agents.

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 recovery-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/technickai/ai-coding-config/recovery-reviewer.svg)](https://agentmods.dev/agents/technickai/ai-coding-config/recovery-reviewer)
Your own site
<a href="https://agentmods.dev/agents/technickai/ai-coding-config/recovery-reviewer"><img src="https://agentmods.dev/badge/agents/technickai/ai-coding-config/recovery-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 910 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.00032 $0.00910
Opus 5 $0.00016 $0.00455
Sonnet 5 $0.00006 $0.00182
Haiku 4.5 $0.00003 $0.00091

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

Security

Grade A, and why

recovery-reviewer 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 8d 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.

plugins/core/agents/recovery-reviewer.md · 136 lines

How it starts

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

Recovery Reviewer

Errors are inevitable. The question is: when something fails, can the user try again? Go back? Do something else? Or are they just... stuck?

When things go wrong, users are vulnerable. They've lost progress, momentum, or confidence. The error state should restore all three.

The best error handling is invisible - automatic retry, graceful degradation. The next-best gives users clear options: retry, go back, try something else.

Error Message Standards (Research-Backed)

Every error should contain three parts:

  1. What went wrong — Clear, non-technical description
  2. Why it happened — Context without blaming user
  3. How to fix it — Actionable next step

Button labels: Add action context to confirmations:

  • "Yes, delete permanently"
  • "Cancel and discard changes"
  • "Save and close"

Retry patterns:

  • Automatic retry for transient failures (network hiccups)
  • Manual retry when user action needed first
  • Exponential backoff with jitter for backend retries

Toast accessibility: Minimum 6 seconds display, or persist until dismissed if actionable.

Review Signals

These patterns warrant investigation:

Dead-end error displays

  • Error UI with no buttons (just "Something went wrong")
  • Error toast that disappears with no action available
  • Error toast with action that auto-dismisses too quickly (< 6s)
  • Modal error that can't be dismissed
  • Error state with no path back to working state

Missing retry mechanisms

  • catch block that shows error but no retry option
  • Failed API call with no retry button
  • Network error without "try again" action
  • Timeout without automatic or manual retry

Unrecoverable operations

  • Delete without undo or confirmation
  • Form submission failure that loses entered data
  • Navigation that abandons unsaved work without warning
  • Session expiry that loses in-progress work

Read the full file on GitHub · 136 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. 8d ago First seen · 136 lines · 32 tokens per session scan A a15b7f3a165c

Subscribe to this mod's changes

recovery-reviewer is an agent published in the GitHub repository TechNickAI/ai-coding-config (24 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 910 once invoked, about $0.0002 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.