Skip to content

Code hygiene toolkit for restricted environments: dead code scanner, pre-commit hooks, VSCode extension, Jira-aware git.

Notifications You must be signed in to change notification settings

scscodes/ide-extension-sample

Repository files navigation

Code Hygiene Toolkit

Local development tools for isolated/restricted enterprise environments.

Structure

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

Quick Start

  1. Install analyzers: pip install -r analyzers/requirements.txt
  2. Run dead code scan: python analyzers/dead_code_scanner.py /path/to/repo
  3. Install git hooks: ./git-hooks/install.sh
  4. Setup VSCode extension: Open vscode-extension/ in VSCode, press F5

Tool Priority

  1. Dead Code Scanner - Immediate wins, no dependencies
  2. Pre-commit Hooks - Enforce standards automatically
  3. VSCode Extension - Real-time feedback
  4. Metrics Dashboard - Track trends over time
  5. Jira Git Wrapper - Reduce context switching

About

Code hygiene toolkit for restricted environments: dead code scanner, pre-commit hooks, VSCode extension, Jira-aware git.

Topics

Resources

Stars

Watchers

Forks

Contributors