This is the first step to enabling us to land changes more safely.
Currently, it's a toy script that rebases a diff on master, builds, and runs tests.
It's designed to error out immediately if any step of this process fails or prompts
for user input (as the intent is for this to be 100% automated in the near future).
Depends on D4213