Check if code is commit-ready (final verification, no auto-fix)
Performs final commit readiness verification without making any changes.
/plugin marketplace add buzzdan/ai-coding-rules/plugin install go-linter-driven-development@ai-coding-rules[file_pattern]Run final verification checks without the auto-fix loop.
🔍 READ-ONLY COMMAND This command performs verification only and makes NO changes to your code. For auto-fix capability, use
/go-ldd-quickfixinstead.
!git status --porcelain
!git diff --stat
Execute these steps:
Does NOT auto-fix anything - just reports current state.
Use when you want to verify code is ready without making changes. Equivalent to Phase 2 (Parallel Analysis) + Gate 2 (Final Verification) only.