10x engineer

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

How to use this template

  1. 1Click "Use this template" or create a new automation in Ona
  2. 2Set your trigger (manual, scheduled, or event-based)
  3. 3Copy each step below into the automation builder
  4. 4Customize the prompts for your specific use case

What this does

  • Automatically pick the highest priority issue
  • Implement changes following existing patterns
  • Run tests and iterate on failures
  • Update Linear status throughout the workflow

Workflow

Trigger

Daily schedule

Runs at 9 AM on weekdays.

Prompt

Fetch and select issue

Fetch issues assigned to you in the current sprint. Sort by priority and due date. Select the first feasible issue.

Prompt

Implement changes

Update Linear status to In Progress. Implement the changes following existing code patterns. Write tests for new functionality.

Shell Script

Run tests

npm test || go test ./... || yarn test || echo "Tests completed"
Pull Request

Open draft PR

Create a draft pull request linked to the Linear issue.

Prompt

Update Linear

Set the issue status to In Review and add a comment with the PR link.

More automations to explore.

Ready to try a template?

Start building with a free Ona account.

Copied to clipboard!

This website uses cookies to enhance the user experience. Read our cookie policy for more info.