apply-review

Apply approved review findings to target documents with surgical edits.

5|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/tonitangpotato/rustclaw --skill apply-review-tonitangpotato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-review
Source: https://github.com/tonitangpotato/rustclaw/tree/main/skills/apply-review
Command: npx skills add https://github.com/tonitangpotato/rustclaw --skill apply-review-tonitangpotato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill applies only approved review findings to a target document by reading the designated review file and performing targeted edits.

Core Features & Use Cases

  • Reads a review file from the standard review paths (.gid/features/{feature}/reviews/ or .gid/issues/{ISS-NNN}/reviews/) and applies only the approved findings to the target document.
  • Uses surgical edits to preserve formatting and structure, minimizing diff noise and ensuring traceability.
  • Supports workflows where reviewers attach findings, and humans approve specific items before applying them.

Quick Start

Tell the agent the review file path, the target document path, and which findings to apply (e.g., "apply FINDING-1,3") to execute precise edits.

Frequently Asked Questions about apply-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply only specific approved review findings to a document?

To apply approved review findings to a document, you specify the review file path, target document path, and the exact findings to apply. The tool then reads the review file and performs surgical edits to update the target document with only those approved items.

What are surgical edits in code review and document quality assurance?

Surgical edits are targeted text modifications that apply only approved review findings to a document. This approach preserves the original formatting and structure, minimizing diff noise while ensuring traceability of the applied changes.

Can I apply review edits from custom file paths?

No, you cannot apply review edits from custom paths. The tool specifically reads review outputs located under the standard directory paths .gid/features/{feature}/reviews/ or .gid/issues/{ISS-NNN}/reviews/ to apply approved findings.

How do I select which review findings to apply to my target document?

You select which review findings to apply by specifying them directly in your command, such as requesting to apply FINDING-1,3. The tool enforces that only these explicitly approved findings are applied to the target document.

Why preserve document structure when applying review edits?

Preserving document structure when applying review edits minimizes diff noise and maintains formatting integrity. The tool uses the Edit tool to perform surgical edits, ensuring the target document is updated accordingly without disrupting the original layout.