Where you can use Twill
- GitHub: issues, pull requests, and review threads
- Linear: issues
- Notion: comments
- Slack: mentions (
@twill) - Sentry: error and issue events
- AWS: read-only access to cloud resources (logs, infrastructure)
- Web app: task creation plus logs, previews, and artifacts
What you can do from integrations
Different tools support different triggers, but the workflow is consistent: you create a task, answer questions if needed, and Twill opens a PR for review. You can also use Ask mode to get answers about your codebase without triggering any code changes.GitHub
Create tasks from issues, PR comments, and review threads.
Slack
Create tasks by mentioning
@twill in a channel or thread.Linear
Create tasks by labeling issues with
repo: owner/repo.Notion
Create tasks from comments and keep the plan/approval in the thread.
Sentry
Investigate Sentry error events and propose fixes.
What shows up where
- Plans and questions are posted back to the thread that triggered the task
- Implementation happens in a sandbox environment
- Pull requests are created in GitHub with a summary and proof-of-work when available
How to follow up
Reply in the same thread and mention@twill again. Twill treats it as a continuation of the same task.
Examples of clarifying questions:

