feat(meta): 新增人工验证完成技能#580
Merged
CodeCasterX merged 1 commit intoJul 7, 2026
Merged
Conversation
- Add complete-manual-validation skill and TUI adapters. - Persist manual validation results for PR summaries. - Extend platform-sync checks for required PR summary patterns. - Cover the new PR summary flow with validation tests. Co-Authored-By: Codex <noreply@openai.com> Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
审查摘要
更新时间:2026-07-07 18:59:45+08:00 ✅ 人工验证已通过
关键技术决策
审查历程
测试结果
由 codex 自动生成 · 内部追踪:TASK-20260705-161257 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 相关问题 / Related Issue
Issue 链接 / Issue Link: Closes #575 👈👈
📋 变更类型 / Type of Change
📝 变更目的 / Purpose of the Change
人工验证完成后,维护者此前需要手动更新 PR 摘要里的人工校验状态,且历史 PR 中出现过摘要状态和额外普通留言并存的表达不统一问题。本次变更新增
complete-manual-validation技能,让人工验证结果统一写入可追踪产物,并原地更新同一条 PR 摘要评论。📋 主要变更 / Brief Changelog
complete-manual-validationskill、验证产物模板和中英文部署模板。manual-validation*产物优先渲染“人工验证已通过”。🧪 验证变更 / Verifying this Change
测试步骤 / Test Steps
npm testnpm run typechecknpm run test:core测试覆盖 / Test Coverage
📸 截图 / Screenshots
N/A
✅ 贡献者检查清单 / Contributor Checklist
基本要求 / Basic Requirements:
代码质量 / Code Quality:
测试要求 / Testing Requirements:
文档和兼容性 / Documentation and Compatibility:
📋 附加信息 / Additional Notes
0.8.3.complete-manual-validation,确认摘要评论中的### ⚠️ 需人工校验原地更新为### ✅ 人工验证已通过,且不会额外创建并行普通留言。审查者注意事项 / Reviewer Notes:
重点关注
manual-validation*产物与 PR 摘要聚合之间的持久化边界、platform-sync required pattern 校验是否足够通用,以及中英文模板部署后是否分别使用对应语言的校验标题。Generated with AI assistance