Find the pull request for the current branch, locate the CodeAnt CI/CD Quality Gate comment, parse the failures (SAST, Secrets, Duplicate Code, SCA, IAC), and apply safe, minimal fixes for each one
Find the pull request for the current branch, locate the CodeAnt CI/CD Quality Gate comment, parse the failures (SAST, Secrets, Duplicate Code, SCA, IAC), and apply safe, minimal fixes for each one
Fetch the top 10 anti-patterns scan findings on the current branch, validate each against the source, and apply safe minimal fixes
Fetch the top 10 complex functions scan findings on the current branch, validate each against the source, and apply safe minimal fixes
Fetch the top 10 dead code scan findings on the current branch, validate each against the source, and apply safe minimal fixes
Fetch the top 10 docstring scan findings on the current branch, validate each against the source, and apply safe minimal fixes
Fetch the top 10 SAST scan findings on the current branch, validate each against the source, and apply safe minimal fixes
Fetch the top 10 secrets scan findings on the current branch, validate each against the source, and apply safe minimal fixes