Shipfox Workflow Recipes
Start with a complete workflow for a common task, then adapt it to your repository.
Each recipe gives you a full workflow for a common task. It assumes you know the basic workflow parts from Understand. Replace the values noted in the recipe, then run it and change the commands or prompts to fit your repository.
Use the integrations catalog to connect a provider before you use a recipe that needs one.
Run checks on every push
Run tests before an agent reviews each GitHub push.
Triage new Sentry issues
Start an agent investigation when Sentry reports an issue.
Run parallel CI before review
Run lint and tests together, then start an agent review after both pass.
Turn a Sentry issue into a verified pull request
Let an agent fix an issue, pass the tests, push a branch, and open a pull request.
Use the Workflow Schema to look up fields. Read Understand to learn why each part works this way.