clawpatch

Automate code reviews and apply fixes via the Clawpatch CLI.

60|4|Updated May 20, 2026
One-click install
npx skills add https://github.com/tmchow/agent-skills --skill clawpatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawpatch
Source: https://github.com/tmchow/agent-skills/tree/main/clawpatch
Command: npx skills add https://github.com/tmchow/agent-skills --skill clawpatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies and streamlines the code review process using the AI-driven Clawpatch CLI, allowing agents to manage reviews, apply fixes, and create pull requests with minimal intervention.

Core Features & Use Cases

  • Automated Code Review: Leverages the Clawpatch CLI for comprehensive automated reviews of code repositories.
  • Flexible Fix Strategies: Enables selection between scanner-only and full-cycle fix strategies to handle varying requirements.
  • Secure & Reliable: Ensures safety by managing subagents for parallel fixing, avoiding shared state risks.
  • Use Case: An AI agent can initiate a review by stating, "review my code with clawpatch" and automatically create a pull request once the fixes are validated.

Quick Start

To review and apply fixes to your code, say "review my code with clawpatch".

Frequently Asked Questions about clawpatch

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

FAQPage Schema
How do I automate code reviews and generate pull requests without manual intervention?

Automated code reviews are handled by the Clawpatch CLI, which an AI agent invokes to scan repositories, apply validated fixes, and generate pull requests without manual intervention.

What is the difference between scanner-only and full-cycle fix strategies in AI code review?

Scanner-only strategies identify code issues without altering files, whereas full-cycle fix strategies apply corrections and generate pull requests to resolve the identified repository issues.

Do I need a coding-agent provider CLI to run automated code fixes in my repository?

Yes, you need both the Clawpatch CLI and a coding-agent provider CLI installed, as these dependencies are required to execute automated review and fix operations within your repositories.

How does automated code fixing manage parallel subagents without shared state risks?

Automated code fixing manages parallel subagents by isolating their execution states during fix operations, ensuring secure and reliable repository processing without shared state risks.

What's the best way to start an AI-powered code review in a repository?

You can start an AI-powered code review by instructing your agent with a command such as 'review my code with clawpatch', which triggers the automated review and fix workflow.