plugins/openshift-developer/skills/address-review-precommit/SKILL.md
Fix code review findings before committing. Use when the user wants to address pre-commit review feedback, fix review findings in the current branch, or apply code review fixes and push.
npx skillsauth add openshift-eng/ai-helpers address-review-precommitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
openshift-developer:address-review-precommit
/openshift-developer:address-review-precommit
Applies code review findings to the current branch by editing the code, running verification, and pushing the fixes. Designed to run after /code-review:pre-commit-review to close the pre-PR author loop.
Parse the provided review findings and identify all actions and improvements that need to be addressed.
Address all actions and improvements by editing the code. For each finding:
Run verification to ensure nothing is broken:
make test 2>&1
make verify 2>&1
make verify generates new files, commit those too and run make verify again to confirm it passesgit push
/openshift-developer:address-review-precommit
The review findings are passed from the preceding /code-review:pre-commit-review output.git remote -v or git remote get-url origintools
Analyze a JIRA issue and create a pull request to solve it. Use when the user wants to implement a fix or feature described in a Jira issue, push a branch, and open a draft PR.
development
Use when a deeper level of code review is requested. Multi-agent panel code review with specialist reviewers and forced runtime reproducers for all BLOCKING bug findings. Optionally posts to GitHub/GitLab as a PENDING review.
development
Review agentic documentation — verify claims locally against source code first, then use chai-bot for cross-repo and cross-functional verification
development
Use this skill when debugging a failed Prow CI job.