10x engineer

Daily, picks your top Linear issue, implements it, runs tests, and opens a draft PR.

Requires: Linear. Set up integrations

Use this template

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 that supercharge your development workflow with Ona.

Start shipping with Ona

No commitment. No setup. Just start.

Copied to clipboard!

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