pr-check

star 161

Run the full local CI suite before opening a PR

mglaman By mglaman schedule Updated 2/19/2026

name: pr-check description: Run the full local CI suite before opening a PR disable-model-invocation: true

Run the following checks in order, stopping and reporting on the first failure:

  1. composer validate
  2. vendor/bin/phpcs src
  3. vendor/bin/phpstan analyse src
  4. vendor/bin/phpunit

Report a summary of all steps (pass/fail). If everything passes, confirm it is safe to push and open a PR.

Install via CLI
npx skills add https://github.com/mglaman/drupalorg-cli --skill pr-check
Repository Details
star Stars 161
call_split Forks 35
navigation Branch main
article Path SKILL.md
More from Creator