Loading...
Loading...
Found 3 Skills
Run /check before merge to confirm a change is sound. Two modes: `/check verify` drives the real app and proves behavior against the spec (every acceptance criterion met, every specced surface built); `/check review` runs a senior code review on a different model than wrote the code. Verify after /develop, review before a PR. Writes findings to docs/reviews/; never edits your code.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Branch and PR workflow for Engram contributors. Trigger: When starting any change that will be proposed through GitHub.