What teams automate
See common examples of what teams build with Shipfox.
Turn tickets into pull requests
- You label a ticket to start the workflow.
- An agent reads the ticket and changes the code.
- It runs tests and tries to fix any failures.
- When the tests pass, it opens a pull request.
- You review the change and decide whether to merge it.
The workflow can also respond to your review comments. Build a pull request feedback agent.
Fix failing dependency updates
- A dependency update opens a pull request.
- An agent reads the changes and checks for problems.
- If tests fail, it investigates the cause and tries to fix it.
- It runs the tests again and explains what it changed or could not fix.
- You review the update and decide whether to merge it.
Learn how workflows retry failed checks.
Investigate errors and propose fixes
- Your monitoring tool reports an error.
- An agent reads the error and searches your code for the cause.
- It explains what it found. If the workflow includes a fix, it changes the code and runs tests.
- When the tests pass, it opens a pull request.
- You review its findings or the proposed fix.
Investigate Sentry errors, or turn them into pull requests.
Was this page helpful?
Edit this page on GitHub