← スキル一覧に戻る

ralph-driven-development-linear
by tomkrikorian
AGENTS.MD & SKILLS for vibe coding efficiently for the visionOS platform
⭐ 11🍴 1📅 2026年1月20日
SKILL.md
name: ralph-driven-development-linear description: Ralph Driven Development workflow that pulls Linear project issues via the Linear MCP and runs them sequentially with Codex. Use when automating task execution from a Linear project and when you need a runner that advances issues and asks for the next task automatically.
Ralph Driven Development (Linear)
Description and Goals
This skill provides a Ralph Driven Development workflow that pulls Linear project issues via the Linear MCP and runs them sequentially with Codex. It automates task execution from a Linear project and advances issues automatically.
Goals
- Automate development workflow using Linear project issues
- Integrate with Linear MCP for issue management
- Run Codex agents sequentially against Linear issues
- Track progress and handle retries automatically
- Support customizable runner configuration
What This Skill Should Do
When automating task execution from a Linear project, this skill should:
- Connect to Linear - Authenticate with Linear MCP and resolve project
- Fetch issues - Pull issues from the specified Linear project
- Execute sequentially - Run Codex against each issue in order
- Track progress - Monitor completion and handle retries
- Advance issues - Automatically move to the next issue after completion
Use this skill when automating task execution from a Linear project and when you need a runner that advances issues and asks for the next task automatically.
Information About the Skill
Prerequisites
codexis on PATH.- Linear MCP is authenticated:
codex mcp login linear - Provide a project via
--projectorAGENTS.MD.
Run
python scripts/ralph-linear.py --project "Project Name"
Flags
--projectLinear project name or ID. If omitted, readsLinear Project:under## PROJECTinAGENTS.MD.--agents-pathPath toAGENTS.MD. Default:AGENTS.MD.--codex-exeCodex executable name or path. Default:codex.--codex-argsSpace-separated Codex args string. Default:exec --dangerously-bypass-approvals-and-sandbox.--codex-timeoutSeconds before killing a Codex run;0= unlimited. Default:0.--max-tasksMax issues to process;0= unlimited. Default:0.--max-attempts-per-taskRetries per issue. Default:5.--log-pathLog file path (repo-relative or absolute). Default:docs/logs/linear.log.--dry-runResolve project and exit without running Codex.
Examples
python scripts/ralph-linear.py --project "VisionOS Agents" --max-tasks 3
python scripts/ralph-linear.py \
--project "VisionOS Agents" \
--codex-args 'exec --full-auto -m gpt-5.2-codex'
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です