Loading...
Discover trending hooks examples from the ClaudePro community
Automatically run relevant tests when code changes are detected, with intelligent test selection and parallel execution
Automatically generates or updates API documentation when endpoint files are modified
Automatically formats code files after Claude writes or edits them using Prettier, Black, or other formatters
Automatically creates timestamped backups of files before modification to prevent data loss
Validates AWS CloudFormation templates for syntax errors and best practices
Automatically backs up changed files to cloud storage when session ends
Alerts when code complexity exceeds thresholds in real-time
Detects unused CSS selectors when stylesheets are modified to keep CSS lean
Closes all database connections and cleans up resources when session ends
Automated database migration management with rollback capabilities, validation, and multi-environment support
Monitors and logs database query performance metrics with slow query detection, N+1 analysis, and optimization suggestions
Automatically detects and removes unused code, imports, and dependencies with safe deletion verification and rollback support
Performs a comprehensive security audit of all dependencies when session ends
Real-time vulnerability scanning for dependencies with automated CVE detection, severity assessment, and patch recommendations
Automatically checks for outdated dependencies and suggests updates with security analysis
Sends development activity updates to Discord channel for team collaboration
Automatically rebuilds Docker containers when Dockerfile or docker-compose.yml files are modified
Comprehensive Docker image vulnerability scanning with layer analysis, base image recommendations, and security best practices enforcement
Automatically generates or updates project documentation when session ends
Automated documentation coverage analysis with missing docstring detection, API documentation validation, and completeness scoring
Automatically generates and updates project documentation from code comments, README files, and API definitions
Cleans up temporary files, caches, and resources when Claude session ends
Validates environment variables, checks for required vars, and ensures proper configuration across environments
Tracks error patterns and alerts when error rates spike
Alerts when files exceed size thresholds that could impact performance
Analyzes and reports final bundle sizes when the development session ends
Automatically commits all changes with a summary when Claude Code session ends
Prevents direct edits to protected branches like main or master, enforcing PR-based workflows
Comprehensive pre-commit hook that validates code quality, runs tests, and enforces standards
Validates GitHub Actions workflow files for syntax errors and best practices
Automatically runs go mod tidy when Go files or go.mod are modified to keep dependencies clean
Validates GraphQL schema files and checks for breaking changes when modified
Validates translation files for missing keys and ensures consistency across different language files
Automatically updates Jest snapshots when component files are modified significantly
Validates JSON files against their schemas when modified to ensure data integrity
Validates Kubernetes YAML manifests for syntax and best practices when modified
Validates all links in markdown files to detect broken links and references
Monitors memory usage and alerts when thresholds are exceeded
Analyzes Next.js page routes and generates a route map when pages are added or modified
Scans for security vulnerabilities when package.json or requirements.txt files are modified