Docker Container Auto Rebuild - Hooks
by JSONboredAutomatically rebuilds Docker containers when Dockerfile or docker-compose.yml files are modified. This PostToolUse hook triggers automatic Docker image rebuilding when Docker-related files (Dockerfile, docker-compose.yml, .dockerignore) are modified, providing real-time container synchronization during development.
Git Auto Commit On Stop - Hooks
by JSONboredAutomatically commits all changes with a summary when Claude Code session ends.
Database Migration Runner - Hooks
by JSONboredAutomated database migration management with rollback capabilities, validation, and multi-environment support using Knex 3.x, Sequelize 6.x/7.x, TypeORM 0.3.x, Django 5.x, and Rails 7.x.
Documentation Generator - Hooks
by JSONboredAutomatically generates and updates project documentation from code comments, README files, and API definitions. This PostToolUse hook provides real-time documentation generation when code files are modified, supporting multiple programming languages and documentation formats.
Security Scanner Hook - Hooks
by JSONboredAutomated security vulnerability scanning that integrates with development workflow to detect and prevent security issues before deployment.
Dead Code Eliminator - Hooks
by JSONboredAutomatically detects and removes unused code, imports, and dependencies with safe deletion verification and rollback support using Knip 5.x, ts-prune, depcheck, autoflake, Vulture, and ESLint 9.37.0.
Dependency Security Scanner - Hooks
by JSONboredReal-time vulnerability scanning for dependencies with automated CVE detection, severity assessment, and patch recommendations. This PostToolUse hook automatically triggers security scans when dependency manifest files (package.json, requirements.txt, Cargo.toml, go.mod, Gemfile, composer.json) are modified.
Documentation Coverage Checker - Hooks
by JSONboredAutomated documentation coverage analysis with missing docstring detection, API documentation validation, and completeness scoring. This PostToolUse hook automatically checks documentation coverage when code files are modified, providing real-time documentation quality validation during development.
API Doc Generator
by JSONboredAutomatically generates or updates API documentation when endpoint files are modified, supporting OpenAPI 3.1.0, Swagger 2.0, and AsyncAPI 2.0 specifications.
Auto Code Formatter Hook - Claude Code Hooks
by JSONboredAutomatically formats code files after Claude writes or edits them using industry-standard formatters including Prettier 3.6.2+ (JavaScript/TypeScript/Web), Black or Ruff (Python), gofmt (Go), and rustfmt (Rust).
Doc Auto Generator
by JSONboredAutomatically generates or updates project documentation when session ends.
Jest Snapshot Auto Updater - Hooks
by JSONboredAutomatically updates Jest snapshots when component files are modified significantly.
Playwright Test Runner - Hooks
by JSONboredAutomatically runs Playwright E2E tests when test files or page components are modified.
React Test Generator
by JSONboredAutomatically creates or updates test files when React components are modified.
Code Test Runner Hook - Hooks
by JSONboredAutomatically run relevant tests when code changes are detected using intelligent test selection, parallel execution, and multi-framework support.
Dependency Update Checker - Hooks
by JSONboredAutomatically checks for outdated dependencies and suggests updates with security analysis. This PostToolUse hook triggers when dependency manifest files (package.json, requirements.txt, Gemfile, go.mod, Cargo.toml, pyproject.toml) are modified, providing real-time dependency health monitoring.
Git Pre Commit Validator - Hooks
by JSONboredComprehensive pre-commit hook that validates code quality, runs tests, and enforces standards.
Performance Monitor - Hooks
by JSONboredMonitors application performance metrics, identifies bottlenecks, and provides optimization recommendations.
Test Runner Hook - Hooks
by JSONboredAutomatically run relevant tests when code changes are detected, with intelligent test selection and parallel execution.