UNPKG

agentsqripts

Version:

Comprehensive static code analysis toolkit for identifying technical debt, security vulnerabilities, performance issues, and code quality problems

28 lines (24 loc) 1.34 kB
# cli Directory This directory contains the command-line interface tools for the AgentSqripts analysis platform. ## CLI Tools: - **analyze-cleanup.js**: Find dead code and cleanup opportunities - **analyze-complexity.js**: Analyze code complexity and maintainability - **analyze-export-opportunities.js**: Find functions that should be exported - **analyze-frontend-backend.js**: Check API integration issues - **analyze-performance.js**: Performance bottleneck detection - **analyze-scalability.js**: Find scalability bottlenecks - **analyze-security.js**: Security vulnerability scan - **analyze-srp.js**: Check single responsibility violations - **analyze-static-bugs.js**: Detect real bugs with zero false positives - **analyze-ui-problems.js**: Detect UI/UX issues - **analyze-wet-code.js**: Find duplicate code - **problem-scope.js**: Comprehensive meta-analysis tool - **promote-exports.js**: Automatically promote functions to exports ## Supporting Infrastructure: - **lib/**: Shared CLI utilities and formatters - **logs/**: CLI operation logs ## Purpose: - Provide direct command-line access to all analysis capabilities - Support multiple output formats (summary, detailed, JSON, AI-optimized) - Enable CI/CD integration and automated code quality workflows - Deliver production-ready analysis tools for developers and AI agents