analyze_code_qualityHoutini-lmAnalyze code complexity, maintainability, and best practices adherence to identify issues and assess technical debt in software projects.MIT License
compare_integrationHoutini-lmAnalyze code integration across files to detect mismatches, missing imports, and compatibility issues, providing actionable fixes with line numbers.MIT License
count_filesHoutini-lmAnalyze directory structures to generate markdown trees with file and folder counts for codebase understanding, issue identification, and technical debt assessment.MIT License
analyze_database_queriesHoutini-lmAnalyze database queries in code for performance, security, and best practices to identify issues and assess technical debt.MIT License
analyze_dependenciesHoutini-lmAnalyze code dependencies to identify circular references, unused imports, version conflicts, and coupling issues for technical debt assessment.MIT License
diff_method_signaturesHoutini-lmCompare method signatures between caller and callee to identify parameter mismatches and provide actionable fixes for code analysis.MIT License