preview_fixes
Preview the exact unified diff that gha-doctor --fix would apply for auto-fixable findings, without modifying anything. Pass a GitHub repo or local directory to inspect the proposed changes before running the fix command.
Instructions
Preview the exact unified diff that gha-doctor --fix would apply for auto-fixable findings (10 of 21 rules), without writing anything. Pass repo for any GitHub repository (no clone needed) or dir for a local checkout. To actually apply fixes, run gha-doctor --fix in the repository — this MCP server never writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Local repository directory (default ".") | |
| repo | No | Repository as owner/name (mutually exclusive with dir) |