code-review-intercepting

Installation
SKILL.md

code-review-intercepting

Trigger Conditions

This skill must be triggered automatically whenever the user asks to:

  • Commit changes (git commit)
  • Create a Pull Request (PR)
  • Push code to a remote repository

Logic

  1. INTERCEPT the requested action (do not execute the commit or PR command yet).
  2. STAGE all current changes if not already staged (git add .).
  3. TRIGGER the code-reviewer agent to analyze the staged changes. Pass the staged changes as context to the reviewer.
  4. REVIEW the final status returned by the code-reviewer agent.
  5. If the code-reviewer returns a BLOCKED status or exit code 1 (Critical finding), HALT the process and report the blocking issues to the user. DO NOT commit or open the PR.
  6. If the code-reviewer returns PASSED or PASSED WITH WARNINGS (exit code 0), PROCEED with the user's originally requested action.
Related skills

More from wizeline/sdlc-agents

Installs
3
GitHub Stars
5
First Seen
Apr 7, 2026