| name | check-fix |
| description | Execute quality gates, fix any issues found, and create a single high-quality Conventional Commit summarizing all changes made. |
| model | sonnet |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Bash","WebFetch","mcp__*"] |
Run quality gates and make sure everything is fine.
If you find any issues then systematically fix them.
If project specifies fast quality gates check the first execute only those.
Once fast quality gates are passed then proceed to run the full quality gates and fix any issues found.
Finally, create a single high-quality Conventional Commit with a clear message summarizing all changes made to fix the
issues by delegating entirely to the @committer agent.