How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:build-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
This command is deprecated. Invoke the skill instead: Pass any arguments after the skill name. For example:
This command is deprecated. Invoke the skill instead:
/oh-my-claudecode:build-fix
Pass any arguments after the skill name. For example:
/oh-my-claudecode:build-fix <your arguments here>
npx claudepluginhub caesiumy/oh-my-claudecode2plugins reuse this command
First indexed Jul 10, 2026
/build-fixDetects the project build system and incrementally fixes build/type errors one at a time, with minimal safe changes and progress tracking.
/build-fixDiagnoses and fixes Python type, lint, and test errors one at a time by running mypy, ruff, and pytest, then incrementally resolving each issue with safety checks.
/build-fixAnalyzes build errors (compiler, type, dependency resolution) and attempts automatic fixes using read/edit tools, with retry logic and a result report.
/build-fixAutomatically diagnoses and fixes TypeScript and build errors by incrementally parsing output, applying fixes, and re-running builds until resolved.