← back to runpane.com

Issue to PR

The workflow is simple: issue lives somewhere (Linear, GitHub Issues, Jira). The agent does the work. The PR ships from your branch. Here is the step-by-step from triage to merged.

walkthrough

why no first-party linear integration

Pane is not a project management tool. Your agent can hit Linear, GitHub, or Jira directly via MCP — the same way it reads your code. We do not replicate features the agent already covers. If you want the agent to fetch the issue description, update the status to In Progress, and link the PR automatically, wire up the relevant MCP server in your Claude Code configuration. Pane stays out of the way.

when the agent fights you

If Claude Code cannot figure out the issue — context window filled up, wrong approach, missing domain knowledge — you have two options. First, start a new Claude Code session in the same pane with a tighter, more-specific prompt. Second, switch agents: Pane is agent-agnostic. Open the terminal, kill Claude Code, launch Codex or Aider with the same task spec in the same worktree. The branch and the partial work are still there. A different agent sometimes finds the right approach when the first one got stuck.

frequently asked questions