Files
spaceflow/todo.md
2026-02-15 22:02:21 +08:00

12 lines
604 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# PR Review 功能
- [x] 多次提交代码触发的修改要收集在一起
- [ ] 希望有一个进度可以标识扫描的文件
- [x] 希望可以复查之前的 BUG 有没有改正
- [x] 对输出的问题代码做校核是谁的代码(目前是采用过滤的方案)
- [x] 希望可以有多种格式的输出Json、markdown、终端友好文本
- [x] 要实现指令控制功能 (比如 /review)
- [x] 通过 git diff 审查删除的代码是否会影响到其他功能
- [ ] 最后要做周期统计报告的功能,并且对贡献者评分。
- [ ] 开发一下 skills 自动改 BUG