# static-analysis > Run static analysis (linting, type checking) on the codebase. - Author: Xantibody - Repository: Xantibody/dotfiles - Version: 20260119150933 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Xantibody/dotfiles - Web: https://mule.run/skillshub/@@Xantibody/dotfiles~static-analysis:20260119150933 --- --- name: static-analysis description: Run static analysis (linting, type checking) on the codebase. --- # Static Analysis Run linting and type checking to verify code correctness and quality. ## Steps 1. Read README, Makefile, or package.json to find the lint/check commands. 2. Run the linting command. If a separate type checking command exists, run both. 3. Fix any errors found before proceeding.