Integrations
Linear
Turn a Linear issue into a pull request by mentioning @goatfied.
How it works
Mention @goatfied in a Linear issue’s title or description and a cloud agent starts on the work. As with Slack, add a repo:owner/name tag so the agent knows which repository to operate on:
@goatfied repo:acme/api fix the N+1 query on the orders endpoint
Set it up
An org admin configures this once:
- In Linear, create a webhook for issue events.
- Point it at
https://api.goatfied.com/v1/triggers/linear. - Set the webhook signing secret in your org settings. Goatfied verifies the
Linear-SignatureHMAC on every delivery before acting.
What comes back
The agent opens a PR and reports its artifacts (summary, screenshots, logs). Link the PR back to the issue to keep the trail tidy.
Next