# Shipfox Workflow Recipes (https://www.shipfox.io/docs/how-to/recipes)

Description: 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](https://www.shipfox.io/docs/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](https://www.shipfox.io/docs/integrations) to connect a provider before you
use a recipe that needs one.

### [Run checks on every push](https://www.shipfox.io/docs/how-to/recipes/checks-on-push)

Run tests before an agent reviews each GitHub push.

### [Triage new Sentry issues](https://www.shipfox.io/docs/how-to/recipes/triage-sentry-issues)

Start an agent investigation when Sentry reports an issue.

### [Run parallel CI before review](https://www.shipfox.io/docs/how-to/recipes/parallel-ci-agent-review)

Run lint and tests together, then start an agent review after both pass.

### [Turn a Sentry issue into a verified pull request](https://www.shipfox.io/docs/how-to/recipes/event-to-verified-pull-request)

Let an agent fix an issue, pass the tests, push a branch, and open a pull request.

Use the [Workflow Schema](https://www.shipfox.io/docs/reference/workflow-schema) to look up fields. Read
[Understand](https://www.shipfox.io/docs/understand) to learn why each part works this way.