Documentation
README
PR Check
Run premerge checks against the current branch. The skill iterates through the validations under validations, runs each one whose trigger matches the diff, and reports PASS or FAIL. Integration tests, Playwright tests, and Poshi tests are out of scope. Use the test-plan skill when their coverage is needed.
Preconditions
-
On a feature branch. When
HEADismasteror detached, exit with a one-line message. -
Working tree clean.
git status --porcelainmust return empty. When dirty, abort and ask the developer to commit first.
This is the opening of the README. Read the full README on GitHub.