gitlink-cli/skills/gitlink-pr-assessor/examples/queue-scan-summary.md

24 lines
880 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 队列总览示例
```markdown
# Gitlink/gitlink-cli PR 待审队列报告
扫描时间2026-06-24 10:30:00 +08:00
open PR12
纳入评估4
跳过8
| PR | 标题 | 结论 | 风险 | 优先级 | 说明 |
|----|------|------|------|--------|------|
| #21 | feat: ... | 建议小改后继续人工评审 | 中 | P2 | 功能方向明确,但关键边界测试不足 |
| #22 | fix: ... | 建议优先人工评审 | 高 | P1 | 涉及路径和编码边界,需确认回归风险 |
| #24 | feat: ... | 建议补文档后再审 | 低 | P3 | 代码可读性尚可,但帮助与示例未更新 |
| #25 | refactor: ... | 建议拆分后重提 | 中 | P2 | 变更范围过大,混入多类修改 |
## 跳过项
- #18:已有 `approved`
- #19:已有 `rejected`
- #20:已存在 assessor 报告标记
- #23:作者刚 push 新提交,等待下一轮统一重评
```