# Workspace Analyzer

> Inspect a workspace, identify temporary files, and perform only approved cleanup or organization steps.

- Skill: `bonigarcia/workspace-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bonigarcia/workspace-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bonigarcia/workspace-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bonigarcia (https://skillmd.com/u/bonigarcia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bonigarcia/workspace-analyzer

---


# Workspace Analyzer

## Instructions
1. Use `find` or the platform equivalent to locate temporary files such as `.tmp`, `.bak`, and editor backup files.
2. Run `git status --short` before making changes so tracked and untracked files are easy to distinguish.
3. Present the findings to the user and wait for confirmation before deleting or moving anything.
4. Delete only the approved files, then rerun the scan to verify the workspace is clean.
5. When reorganizing files, group them by extension into clearly named folders and report every move.

