clawpatch-report-only
Installation
SKILL.md
ClawPatch Report-Only
Use this skill when the user wants ClawPatch to review a repository and produce findings without applying source changes.
Safety Rules
- Default to report-only.
- Do not run
clawpatch fixunless the user explicitly asks for a fix for a specific finding. - Before any non-dry-run fix, run
clawpatch fix --finding <id> --dry-runand show the result. - Do not commit, push, create a PR, create a branch, create a worktree, switch branches, or run destructive git commands from this workflow.
- Use a repository-local
.clawpatch/state directory and keep it ignored by git. - Treat findings as candidates. Inspect evidence before recommending action.
State Directory
Run from the target repository root: