新增 health diagnose 命令,实现项目健康度综合诊断功能 #309
Loading…
Reference in New Issue
No description provided.
Delete Branch "wdgde/gitlink-cli:feature/health-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
合并请求描述
新增 health diagnose 命令,实现项目健康度综合诊断功能。该功能通过调用 GitLink API 获取项目数据,从5个维度评估项目健康状态,并生成可操作的改进建议。
相关Issue
关联Issue编号:无
变更内容
1. 新增 diagnose 命令
2. 实现5维度评分算法
3. 新增智能改进建议
4. 完善国际化支持
5. 新增单元测试
使用示例
基本诊断
gitlink-cli health diagnose
JSON 格式输出
gitlink-cli health diagnose --format json
英文输出
gitlink-cli health diagnose --lang en
测试情况
Pull request closed