apply-patch | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / apply-patch

apply-patch

maintained by TentacleOpera

star 33 account_tree 2 verified_user MIT License
bolt View GitHub

name: Apply Patch description: Apply AI-generated code edits from a response file to the local codebase.

Apply Patch Skill

This skill allows the agent to apply code changes generated by another agent (like Flash) without consuming tokens to read and manually type the edits.

Usage

  1. Generate Response: Ensure the upstream agent (Flash) has output its response to a file (e.g., response.md).
  2. Format Requirement: The response file MUST have file paths preceding code blocks.
    src/utils.js
    ```javascript
    const foo = 'bar';
    
  3. Execute: Run the script using node:
    node .agent/skills/apply_patch/apply-patch.js <path_to_response_file>
    

Verification

After running the patch, you should checking git status or git diff to verify the applied changes.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 33
GitHub Forks 2
Created Mar 2026
Last Updated 3个月前
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.