Build the Custom `/deploy` Command
Define a /deploy command that takes the current working changes from local repository to a shareable pull request. Tell it which local and CI checks matter and what success must look like.
/deploy --checks "typecheck, lint, test, preview"
The goal is to abstract away the complexity of Git for team members who are less familiar with the command line, empowering them to deploy their own work.




