Auto Fix banner
mohamedaeldin mohamedaeldin

Auto Fix

Git community

Description

--- description: Full review then apply fixes automatically (no auto-commit) disable-model-invocation: true --- # Auto-Fix — Full Review + Apply Fixes (No Auto-Commit) Run every applicable review across the changed code AND apply fixes in the working tree. Produces a clean diff plus a prioritized human-decision list. **This command does NOT commit, push, or create a PR.** It applies fixes to the working tree only. The user reviews and commits. This is `/full-review` + fixing enabled + cross-

Installation

Installs to ~/.claude/skills/mohamedaeldin-claude-code-mobile-web-playbook-auto-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mohamedaeldin-claude-code-mobile-web-playbook-auto-fix && curl -fsSL https://raw.githubusercontent.com/mohamedaeldin/claude-code-mobile-web-playbook/HEAD/commands/auto-fix.md -o ~/.claude/skills/mohamedaeldin-claude-code-mobile-web-playbook-auto-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository