pre-push-review
Installation
SKILL.md
Pre-Push Review
Run the same review the automated review-pr-opened GitHub Action will run — catch issues
before CI does. The #1 recurring pattern on amplifier-resolve: stale mock patch targets
after module splits. When a monolithic module is split into a package, tests that
patch("old.module._X") or from old.module import _X must become
patch("new.module.submodule._X"). Patching a re-export is silently ineffective — the call
inside the real module uses its own local binding, not the re-export.
Success artifact: A list of Required / Advisory findings that match what CI would flag, returned before the branch is pushed.
Inputs
- ``: Branch name to review (defaults to current branch). Optionally include the repo path.