一键导入
apply-review
Apply approved review findings to a document — reads the review file and makes targeted edits
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply approved review findings to a document — reads the review file and makes targeted edits
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematically review design documents for bugs, inconsistencies, and missing cases
Systematically review requirements documents for completeness, testability, and consistency
Systematically review task breakdowns for completeness, dependency correctness, and implementability
Incremental write pattern for long documents (design, requirements, specs, postmortems, RFCs, ADRs, any structured markdown)
Track, manage, and fix issues across all projects (full lifecycle, strict format)
Remove signs of AI-generated writing from text. Activate before publishing social posts (Reddit, HN, X, blogs) or any external-facing content. Detects 29+ AI writing patterns from Wikipedia's "Signs of AI writing" guide and rewrites them while preserving meaning. Supports voice calibration via writing samples.
| name | apply-review |
| description | Apply approved review findings to a document — reads the review file and makes targeted edits |
| file_policy | required |
| version | 1.0.0 |
| author | potato |
| triggers | {"patterns":["apply review","apply findings","apply FINDING","应用修改"],"regex":["(?i)apply.*(finding|review)","(?i)FINDING-\\d+"]} |
| tags | ["development","quality"] |
| priority | 55 |
| always_load | false |
| max_body_size | 4096 |
| subagent_preamble | You are a sub-agent applying review findings. Key rules: - The review file AND target document are ALREADY pre-loaded in your context. Do NOT re-read them. - Start applying edits immediately — use edit_file for surgical changes. - Apply only the approved findings. Do not make additional improvements. - Budget: max 10% reading, 90% editing. |
Reads a review file + the original document, applies only the approved changes. Precise, targeted edits.
After a review skill (review-design, review-requirements) writes findings to .gid/features/{feature}/reviews/ or .gid/issues/{ISS-NNN}/reviews/, the human approves specific findings. This skill applies only the approved ones.
The user message will contain:
.gid/features/{feature}/reviews/design-r1.md).gid/features/{feature}/reviews/{type}-r{N}.md (or .gid/issues/{ISS-NNN}/reviews/)Edit tool for targeted changes (preferred — preserves surrounding context)Write only if a section needs complete replacement✅ Applied and note the change made.## Applied Changes
### FINDING-1 ✅
- Section: §3 GOAL-12
- Change: Made acceptance criteria measurable ("response time < 200ms p95")
- Edit: Replaced vague "fast response" with specific latency target
### FINDING-3 ✅
- Section: §5 GUARD-3
- Change: Resolved contradiction with GOAL-7 by adding exception clause
### FINDING-5 ⚠️ Skipped
- Reason: Suggested fix conflicts with GUARD-2, needs human decision
### Summary
- Applied: 2/3
- Skipped: 1/3 (needs human decision)