- 移除对 gh CLI 的依赖,改用 Gitea /api/v1 接口 - fetch_gitea_data.py:自动解析 git remote 获取实例地址和仓库路径,支持分页,输出结构化 JSON - 私有仓库通过 GITEA_TOKEN 环境变量鉴权,公开仓库无需配置 - 更新 SKILL.md 对应执行步骤 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- SKILL.md 定义完整执行流程(拉取代码、统计commits/PR、生成报告、发邮件) - send_email.py 从环境变量读取 SMTP 凭证,收件人从项目 report-config.json 读取 - 更新 README 技能列表 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>