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.
npx skills add thomascasali/claude-kb-workflow --skill verifica-prima-di-completaregit clone --depth 1 https://github.com/thomascasali/claude-kb-workflowWrote 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.
[](https://agentmods.dev/skills/thomascasali/claude-kb-workflow/verifica-prima-di-completare)<a href="https://agentmods.dev/skills/thomascasali/claude-kb-workflow/verifica-prima-di-completare"><img src="https://agentmods.dev/badge/skills/thomascasali/claude-kb-workflow/verifica-prima-di-completare/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.
<a href="https://agentmods.dev/skills/thomascasali/claude-kb-workflow/verifica-prima-di-completare"><img src="https://agentmods.dev/badge/skills/thomascasali/claude-kb-workflow/verifica-prima-di-completare.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00094 | $0.00761 |
| Opus 5 | $0.00047 | $0.00380 |
| Sonnet 5 | $0.00019 | $0.00152 |
| Haiku 4.5 | $0.00009 | $0.00076 |
Grade A, and why
verifica-prima-di-completare 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. **Identifica** il comando che prova la claim (test, build, lint, type-check, curl, navigazione browser) How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verifica prima di completare
Principio: l'evidenza precede la dichiarazione di "fatto".
La regola
Niente claim di completamento senza evidenza fresca dell'esecuzione.
Prima di scrivere "fatto / risolto / funziona / pronto":
- Identifica il comando che prova la claim (test, build, lint, type-check, curl, navigazione browser)
- Esegui il comando completo (non un subset, non da cache vecchia)
- Leggi l'output integrale e l'exit code
- Conferma che l'output corrisponda alla claim
- Solo allora comunica il successo
Red flag linguistici
Se stai per scrivere queste parole senza aver verificato, fermati:
- "dovrebbe funzionare"
- "probabilmente"
- "sembra funzionare"
- "il fix è semplice e non rompe nulla"
- "ho aggiornato X, ora dovrebbe andare"
Queste frasi indicano che stai per dichiarare done senza prova.
Rationalizzazioni da bloccare
| Pensiero | Realtà |
|---|---|
| "Il lint passa, quindi funziona" | Linter ≠ compiler ≠ test ≠ runtime |
| "Il type-check passa, quindi funziona" | Compila ≠ funziona |
| "Il test unitario passa" | Test unit ≠ integrazione ≠ E2E |
| "L'agente ha detto che ha finito" | Richiede verifica indipendente |
| "L'ho già verificato 10 minuti fa" | Lo stato può essere cambiato — rifai |
| "Ho fretta" | Falsi positivi costano più tempo di una verifica |
Casi specifici del workflow
- Modifiche backend (Laravel/Node): esegui i test rilevanti + un curl reale o chiamata dell'endpoint
- Modifiche frontend (Vue/React): build + caricamento pagina nel browser (non solo HMR)
- Modifiche Flutter:
flutter analyze+ build release per la piattaforma toccata - Modifiche Docker/Traefik:
docker compose config+docker compose up+ curl al servizio esposto - Modifiche KB / project-memory: rileggi il file dopo la scrittura, verifica frontmatter valido
- Modifiche presentazioni didattiche: build + apertura in browser, verifica che le slide non siano vuote o rotte
- Commit/push: dopo il push, verifica con
git log origin/<branch>che il commit sia arrivato
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.
- 11d ago First seen · 63 lines · 94 tokens per session scan A 790034637893
verifica-prima-di-completare is a skill published in the GitHub repository thomascasali/claude-kb-workflow (2 stars, last pushed 16d ago), licensed MIT. It adds 94 tokens to every session and 761 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
scaffold
Set up or align a non-code ops/PM repo with the ops folder structure, CLAUDE.md, and INDEX.md hierarchy.
find-opps
Find new directions for an ops project — adjacent opportunities, strategic gaps, preparatory research. Use when known work is well-mined and you need to look outward.
dev-finish
Close out a session — summarise what changed, capture what was learned, and prepare the commit.
dev-full-auto
Hand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.
factory-db-migration
The operational discipline for running a destructive change against a production database — schema migrations, data backfills, one-shot RPCs, historical seed imports. Adjacent to factory-data-layer.md (schema design) and factory-deployment.md (where migrations execute in CI) — this skill is about the runbook around…
prioritize
Pick 2–3 independent ops tasks from active plans and backlog for autonomous execution, weighing impact, feasibility, and project goals.