Monitor banner
dachivadachkoria dachivadachkoria

Monitor

Development community

Description

--- name: monitor description: "Monitor repository health, track issues, and identify maintenance tasks" --- # Repository Health Monitor Analyze repository health and identify maintenance tasks. ## Target: $ARGUMENTS (default: full repository scan) ## Health Checks ### 1. Dependency Health ```bash # Check for outdated dependencies # Python pip list --outdated 2>/dev/null | head -20 # JavaScript npm outdated 2>/dev/null | head -20 # Go go list -u -m all 2>/dev/null | grep '\[' | head -2

Installation

Installs to ~/.claude/commands/dachivadachkoria-claude-code-starter-kit-monitor.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dachivadachkoria/claude-code-starter-kit/HEAD/.claude/commands/monitor.md -o ~/.claude/commands/dachivadachkoria-claude-code-starter-kit-monitor.md

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

Full documentation available on GitHub

View Source Repository