Developer ExperienceDeveloper experience
Pilot Check
/eng-org:pilot-check
What it does
Dry-runs the whole five-role pipeline on a tiny canned change to prove the wiring works end-to-end before you commit your first real requirement.
When to use it
Run right after setup to confirm every stage hands off cleanly — catch install problems before real work.
Inputs
- installed project
Outputs
- end-to-end wiring report
Example
/eng-org:pilot-check — sends a trivial change through every stage and confirms the pipeline is wired correctly.