Auto-fix common mechanical issues. Shows proposed changes and asks for confirmation before applying.
From plugin-qanpx claudepluginhub javimontano/mao-plugin-qa/fixIteratively repairs code errors until zero remain via autonomous loop, applying one atomic fix per iteration with auto-revert on failure. Supports --target, --scope, --category, --iterations flags.
/fixDetects and fixes bugs by analyzing error messages, stack traces, logs, or file paths. Proposes solutions, implements minimal fixes, validates, and suggests tests.
/fixDiagnoses bugs via reproduction, implements TDD fixes, and validates with QA/security gates using iterative retries up to 5 attempts per phase.
Auto-fix common mechanical issues found during validation. Shows proposed changes, asks for confirmation, applies fixes, and re-validates.
/pqa:fix [TARGET_DIR]
TARGET_DIR — Path to the plugin root directory. Defaults to $PWD.fix-common-issues skill to detect fixable problems./pqa:validate to verify fixes resolved the issues./pqa:validate.