Loading...
Loading...
Pre-production code review against a user-chosen healthy point. Use whenever a user wants to review a branch before shipping, asks if code is ready to merge, wants blockers identified before a PR lands.
npx skill4agent add codiume/skills pre-flightSHAbranchtagmainHEAD~5maingit rev-parse <healthy-point>git diff <healthy-point>...HEAD| Label | Meaning |
|---|---|
| 🔴 Breaking | Changes observable behavior or an API contract |
| 🟡 Incomplete | Covers only the happy path, or leaves TODOs or dead branches |
| 🟠 Conflict | Contradicts the system spec or project conventions |
| 🟢 Safe | Has no side effects outside its module |