workspace-cleanup

Remove temporary files and debugging artifacts after explicit user confirmation.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill workspace-cleanup-eprouveze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-cleanup
Source: https://github.com/eprouveze/HealthPulse/tree/main/.claude/skills/workspace-cleanup
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill workspace-cleanup-eprouveze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The cleanup skill helps keep a project workspace free of temporary files and debugging artifacts, reducing clutter and preventing accidental commits of ephemeral data.

Core Features & Use Cases

  • Categorizes and identifies temporary files, logs, and analysis artifacts across the project.
  • Provides a preview step to confirm what will be removed, ensuring safety before execution.
  • Executes explicit removals only after explicit user consent, with safeguards to preserve tests and templates.

Quick Start

Tell the assistant to perform a workspace cleanup and confirm the removal plan when prompted.

Frequently Asked Questions about workspace-cleanup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely remove temporary files from my git workspace?

To safely remove temporary files from your git workspace, this skill categorizes and identifies ephemeral data, provides a preview step to confirm what will be removed, and executes explicit removals only after user consent.

What is the best way to prevent accidental commits of debugging artifacts?

Preventing accidental commits of debugging artifacts involves identifying and removing these logs and analysis files before finalizing your repository hygiene. This skill categorizes and cleans these artifacts safely prior to commit.

Can I preview what files will be deleted before running a workspace cleanup?

Yes, you can preview what files will be deleted before running a workspace cleanup. The skill provides a safety preview step to confirm the removal plan, ensuring explicit user consent before any deletion occurs.

Does workspace cleanup preserve test files and project templates during removal?

Workspace cleanup does preserve test files and project templates during removal. The script-driven removal categories include explicit safeguards to protect these essential project components from being accidentally deleted.

How do I automate post-feature cleanup for my development workflow?

To automate post-feature cleanup for your development workflow, instruct the assistant to perform a workspace cleanup and confirm the removal plan when prompted, applying script-driven removal categories to clear project clutter.