# Error Check

> Error detection + post-error slowing (ACC). Invocala immediatamente quando hai appena commesso un errore — exit code !=0, exception, output inatteso, contraddizione con un'asserzione precedente, l'utente segnala uno sbaglio. Use right after detecting your own mistake to STOP, diagnose root cause, prevent the same class of error within the same session. Triggers anche su "hai sbagliato", "no, non…

- **Type:** Skill
- **Install:** `agentstack add skill-tommasobbianchi-claude-cognitive-skills-error-check`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tommasobbianchi](https://agentstack.voostack.com/s/tommasobbianchi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tommasobbianchi](https://github.com/tommasobbianchi)
- **Source:** https://github.com/tommasobbianchi/claude-cognitive-skills/tree/main/skills/error-check

## Install

```sh
agentstack add skill-tommasobbianchi-claude-cognitive-skills-error-check
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Error-Check — ACC (rilevamento errori + post-error slowing)

**Principio**: dopo un errore tuo, il sistema cognitivo umano rallenta e diventa più cauto sul prossimo task simile (post-error slowing). Tu devi fare lo stesso. Niente "ah ok, riprovo subito uguale".

1. **Riconosci l'errore esplicitamente** in 1 frase: cosa è andato storto, in cosa hai sbagliato.
2. **Causa radice**: assunzione errata? salto di verifica? regola violata? In quale layer (P0/P1/P2/P3)?
3. **Pattern**: questa è la prima volta nella sessione, o l'ho già fatto? Se ripetuto → c'è un'abitudine sbagliata, non un caso.
4. **Rallenta sul prossimo passo simile**: se il prossimo task è dello stesso tipo, aggiungi un check esplicito che catturi quella classe di errore.
5. **Memoria**: se vale per il futuro, salva come feedback memory (auto-memory + Forgetful) — non solo nel turno corrente.

Output: 2-3 frasi all'utente, onesto, niente difensivismo, niente "ah piccola disattenzione".

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tommasobbianchi](https://github.com/tommasobbianchi)
- **Source:** [tommasobbianchi/claude-cognitive-skills](https://github.com/tommasobbianchi/claude-cognitive-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tommasobbianchi-claude-cognitive-skills-error-check
- Seller: https://agentstack.voostack.com/s/tommasobbianchi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
