Local development tools for isolated/restricted enterprise environments.
code-hygiene-toolkit/
├── analyzers/ # Dead code & anti-pattern detection
├── git-hooks/ # Pre-commit validation
├── vscode-extension/ # Custom diagnostics provider
├── jira-integration/ # Git wrapper with Jira context
├── metrics/ # Code complexity tracking
└── config/ # Shared configuration
- Install analyzers:
pip install -r analyzers/requirements.txt - Run dead code scan:
python analyzers/dead_code_scanner.py /path/to/repo - Install git hooks:
./git-hooks/install.sh - Setup VSCode extension: Open
vscode-extension/in VSCode, press F5
- Dead Code Scanner - Immediate wins, no dependencies
- Pre-commit Hooks - Enforce standards automatically
- VSCode Extension - Real-time feedback
- Metrics Dashboard - Track trends over time
- Jira Git Wrapper - Reduce context switching