Maintenance Scan banner
enuno enuno

Maintenance Scan

Development community

Description

--- description: "Scan repository for stale files (>30 days old) and generate maintenance report" allowed-tools: ["Read", "Bash(find)", "Bash(git:log)", "Bash(stat)", "Bash(ls)"] author: "Claude Command and Control" version: "1.0" --- # Maintenance Scan ## Purpose Scan the entire repository for files that haven't been modified in more than 30 days, categorize them by type and importance, and generate a prioritized maintenance report for review. ## Workflow ### 1. Define Scan Parameters **Ex

Installation

Installs to ~/.claude/commands/enuno-claude-command-and-control-maintenance-scan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/enuno/claude-command-and-control/HEAD/.claude/commands/maintenance-scan.md -o ~/.claude/commands/enuno-claude-command-and-control-maintenance-scan.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository