Runs daily on a schedule. Picks the highest-priority issue from your Linear backlog, reads the requirements, implements the change, runs tests, and opens a draft PR for your review.
Requires: Linear. Set up integrations
Runs at 9 AM on weekdays.
Fetch issues assigned to you in the current sprint. Sort by priority and due date. Select the first feasible issue.
Update Linear status to In Progress. Implement the changes following existing code patterns. Write tests for new functionality.
npm test || go test ./... || yarn test || echo "Tests completed"Create a draft pull request linked to the Linear issue.
Set the issue status to In Review and add a comment with the PR link.
Start building with a free Ona account.
This website uses cookies to enhance the user experience. Read our cookie policy for more info.