check_project
Scan a project directory to assess code quality, returning file counts, language distribution, issue counts, top problematic files, and an overall quality grade.
Instructions
扫描项目目录的代码质量概况。
遍历项目下所有支持的源代码文件(Python/JS/TS/Java/Go/Rust 等), 对每个文件运行完整规则集,最后汇总:
总文件数和总行数
语言分布统计
错误/警告/提示计数
问题最多的前 10 个文件
整体质量评分(A-F 等级)
Args: directory: 要扫描的项目目录路径,默认为当前目录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | . |