review-findings
仓库创建 2025年7月25日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
自动处理审查发现并准备重新验证,加速修复闭环。
▸ 风险提示
会对代码做出修改并需写权限,可能引入未经充分审查的变更
这个 Skill 做什么
读取 QA 审查报告并修复关键或警告问题以便复验。
收到 QA 审查报告后,会把报告读清楚,挑出所有 critical 和 warning 级别的问题,帮你定位根因并生成修复方向。实际代码修改会委托给 Forja (Dev) agent 去落地,并跑一遍 SIGN IN checklist 做复验前的自检。过程会产出可复现的修复步骤和提交记录,方便再次提交给 QA 复核。
▸ 展开 SKILL.md 英文原文
Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/review-findings/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/review-findings/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Review Findings Addresses and fixes QA findings using the Forja (Dev) agent. ## When to Use This Skill - After receiving a code review from Centinela (QA) - When a review report has findings that need to be addressed - Fixing critical and warning issues before re-verification ## What This Skill Does 1. Runs the SIGN IN checklist 2. Reads the review report and understands each finding's root cause 3. Plans fix order: Critical first, then Warnings 4. Implements fixes with updated tests for each finding 5. Scans for dead code after all fixes 6. Runs Implementation Complete and Pre-Delivery checklists (TIME OUT) 7. Verifies every Critical finding addressed, every Warning addressed or defe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有