Documentation Index
Fetch the complete documentation index at: https://docs.twill.ai/llms.txt
Use this file to discover all available pages before exploring further.
Trigger a Task from an Issue
Create a task from any GitHub issue:| Trigger | What Happens |
|---|---|
Mention @twill in issue body or comment | Creates task and starts implementing |
Add a twill label | Same as above |
Request a Plan
By default, Twill starts implementing immediately. To request a plan first, include/plan in the same issue body/comment that triggers Twill:
Pick an Agent / Model (optional)
You can optionally override the agent and/or model when creating a new task by addingagent= and/or model= to the same issue body/comment (or PR comment) that triggers Twill:
agent= but omit model=, Twill uses defaults:
agent=claude-code→ Opusagent=codex→ GPT 5.4agent=open-code→ GPT 5.4
Agent/model overrides only apply when the mention creates a new task. Mentions
on an existing Twill task (same issue/PR) don’t change the agent/model.
Approve the Plan
After analyzing your issue, Twill posts a comment with the implementation plan and an approval link.
Work on Any Pull Request
Mention@twill in any pull request to get help:
| Location | What Happens |
|---|---|
| PR conversation comment | Creates a task linked to the PR branch, Twill analyzes and responds |
| Code review thread | Same as above (batches multiple mentions) |
- React with 👀 to confirm
- Create a task if one doesn’t exist (using the PR’s branch)
- Analyze the PR and address your request
Address PR Feedback
Mention@twill in any unresolved code review thread. Twill will:
- React with 👀
- Wait ~2 minutes to batch multiple comments
- Address all unresolved threads mentioning
@twill