ralph-driven-development-linear

Execute Linear MCP issues sequentially with Codex and advance their statuses.

60|8|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/tomkrikorian/visionOSAgents --skill ralph-driven-development-linear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-driven-development-linear
Source: https://github.com/tomkrikorian/visionOSAgents/tree/main/skills/ralph-driven-development-linear
Command: npx skills add https://github.com/tomkrikorian/visionOSAgents --skill ralph-driven-development-linear

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the sequential execution of Linear MCP issues using Codex, enabling automated task processing directly from a Linear project.

Core Features & Use Cases

  • Sequential issue processing: Fetch, execute, and advance issues one-by-one in a controlled order.
  • Codex-driven runner: Uses Codex to propose and run tasks per issue and track progress.
  • Use Case: Suppose a Linear project with a backlog of tasks; this skill processes each issue in order, updates status, and moves to the next task automatically.

Quick Start

Use the ralph-linear.py script to run a project, e.g. python scripts/ralph-linear.py --project "VisionOS Agents".

Frequently Asked Questions about ralph-driven-development-linear

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Linear issue execution with Codex sequentially?

Automating Linear issue execution with Codex sequentially requires a Python runner script that fetches Linear MCP issues, processes them in order, and advances their state to Done as each task completes.

What do I need to run a Linear project task runner with Codex?

Running a Linear project task runner with Codex requires Codex on PATH, an authenticated Linear MCP, a Python runtime, and a target project specified via command line or an AGENTS.MD file.

Can I use Codex to automatically update Linear issue status from Backlog to Done?

Yes, Codex automatically updates Linear issue status by advancing issues sequentially from Backlog or Todo through In Progress to Done as each task executes and completes successfully.

How does sequential task processing work for Linear issues?

Sequential task processing for Linear issues fetches each issue, uses Codex to propose and run the task, tracks progress, updates the issue state, and then moves to the next issue in order.

What's the best way to process a Linear project backlog automatically?

Processing a Linear project backlog automatically is best handled by a Python runner script that uses Codex to execute issues sequentially and update their status, requiring an authenticated Linear MCP.