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.

Steps

1. Orient on the diff

Installs
2
GitHub Stars
2
First Seen
Aug 28, 2026
pre-push-review — microsoft/amplifier-app-actions