feature-review-template.md
442 Bytes
req_id: {{req_id}} date: {{date}} round: {{round}}
reviewer: superpower-code-reviewer
Review: {{req_id}} — round {{round}}
结论
{{verdict}} (approve / request-changes)
Must-fix
{{#each must_fix}}
- [{{severity}}] {{file}}:{{line}} — {{issue}}(建议:{{suggestion}}) {{/each}}
Nice-to-have
{{#each nice_to_have}}
- {{file}}:{{line}} — {{suggestion}} {{/each}}
反例 / 测试覆盖缺口
{{gaps}}