# code-analyzer > Analyze codebases for quality, complexity, and potential issues - Author: Mostafa Khater - Repository: khaterdev/kirie - Version: 20260208112148 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/khaterdev/kirie - Web: https://mule.run/skillshub/@@khaterdev/kirie~code-analyzer:20260208112148 --- --- name: code-analyzer description: Analyze codebases for quality, complexity, and potential issues emoji: "\U0001F50D" version: "1.0.0" requires: bins: - git invocation: userInvocable: true --- # Code Analyzer Perform static analysis on codebases for quality, complexity, and issues. ## Usage - "Analyze this repository for code quality" - "Find potential bugs in the auth module" - "Show complexity metrics for the project" ## How it works 1. Scans the codebase structure and file types 2. Analyzes code patterns, complexity, and potential issues 3. Generates a report with findings and recommendations