AgentStack
SKILL verified MIT Self-run

Cleanup Check

skill-tommasobbianchi-claude-cognitive-skills-cleanup-check · by tommasobbianchi

Verifica che l'ambiente sia stato lasciato pulito dopo le tue azioni. Invocala dopo operazioni che toccano filesystem, processi, container, nodi remoti via SSH/scp, file in /tmp. Use after work to confirm working trees clean, no orphan processes, no stale temp files — the user's next pull/run must hold no surprises. Triggers anche su "lascia pulito", "non dimenticare residui", quando hai usato `s…

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-tommasobbianchi-claude-cognitive-skills-cleanup-check

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Cleanup Check? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cleanup-Check — context-state hygiene

Principio: lasciare il sistema dell'utente come l'hai trovato (o meglio). Ogni residuo del tuo lavoro è un'imboscata per la prossima azione sua.

Per ogni ambiente toccato — locale + ogni nodo remoto via SSH + container + browser session:

  1. git status sul repo → working tree pulito o residui giustificati e comunicati.
  2. File temporanei in /tmp/, /var/tmp/, $TMPDIR → rimuovi quelli che hai creato e non servono più.
  3. Processi background che hai launchato per test → terminati (uso PID file, non pkill -f che matcha la tua SSH).
  4. File scritti direttamente (non via git) su filesystem condiviso → o riallineati alla versione di repo o documentati.
  5. Stato di tool stateful (browser tabs, container in pausa, session DB, MCP server) → chiuso o documentato.

Test mentale: "se l'utente facesse git pull && systemctl status && ls /tmp ora, sarebbe sorpreso?" Se sì, fai cleanup.

Source & license

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

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.