repo-auditor
Installation
SKILL.md
Repo Auditor
When to use
- After making code edits, before
git commitor PR open - After resolving merge conflicts
- When the user asks "is this PR ready?"
When NOT to use
- During exploration / read-only work
- For purely formatting changes (lint/format already covers it)
Inputs
| Name | Type | Required | Notes |
|---|---|---|---|
base |
string | no | base ref (default origin/main) |
paths |
list | no | restrict to specific paths |