ralph-task

ralph-task is a skill for Claude Code, Codex from rubenmarcus/ralph-starter. It costs 12 tokens per session (242 once invoked), scanned A, original, MIT.

A task manager that lets you work with GitHub Issues and Linear tasks from one interface. GitHub Issues and Linear tasks are records used to track software work.

In plain words
What is it for?
Listing, creating, updating, closing, and commenting on tasks in GitHub or Linear.
Why use it?
It removes the need to switch between separate task-tracking systems or remember which system an identifier belongs to.

Skill for Claude CodeCodex

Part of the ralph-starter plugin — 11 skills, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rubenmarcus/ralph-starter/ralph-task
Any agent
npx skills add rubenmarcus/ralph-starter --skill ralph-task
Clone the repo
git clone --depth 1 https://github.com/rubenmarcus/ralph-starter

Made for: Claude Code, Codex.

Or install ralph-starter, the plugin that ships this one along with the rest of its 11 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ralph-task

README.md
[![agentmods](https://agentmods.dev/badge/skills/rubenmarcus/ralph-starter/ralph-task.svg)](https://agentmods.dev/skills/rubenmarcus/ralph-starter/ralph-task)
Your own site
<a href="https://agentmods.dev/skills/rubenmarcus/ralph-starter/ralph-task"><img src="https://agentmods.dev/badge/skills/rubenmarcus/ralph-starter/ralph-task.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 242 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.00242
Opus 5 $0.00006 $0.00121
Sonnet 5 $0.00002 $0.00048
Haiku 4.5 $0.00001 $0.00024

Measured 4d ago against content hash 99a5dcf0860a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ralph-task scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ralph-task/SKILL.md · 17 lines

What it actually says

Manage tasks across GitHub Issues and Linear from a single interface.

Use the ralph_task tool:

  • List tasks: action: "list" — shows tasks from GitHub and Linear. Filter with source, project, label, status.
  • Create task: action: "create" — requires title, source (github/linear). Optional: description, labels, priority (P0-P3), assignee.
  • Update task: action: "update" — requires id (#123 for GitHub, RAL-42 for Linear). Set status, priority, assignee.
  • Close task: action: "close" — requires id. Optional comment for a closing note.
  • Comment: action: "comment" — requires id and comment.

The platform is auto-detected from the ID format: #123 = GitHub, RAL-42 = Linear.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 17 lines · 12 tokens per session scan A 99a5dcf0860a

Subscribe to this mod's changes

ralph-task is a skill published in the GitHub repository rubenmarcus/ralph-starter (106 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 242 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

apm-issue-autopilot

Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY…

microsoft/apm · 238 tokens

apm-triage-panel

Use this skill to triage one microsoft/apm issue selected by the daily sweep, the status/needs-triage fast path, or manual dispatch. Emit one synthesized comment with a decision, label set, exact milestone, and suggested next action.

microsoft/apm · 59 tokens

a11y-remediate

Use to produce a leader-facing remediation proposal from one or more /a11y-audit outputs plus team and product context. Translates audit findings into sprint plans, staffing asks, customer-facing language, compliance rollups, and critical-path analysis. Refuses to fabricate numbers, owners, or commitments beyond the…

gitkraken/vscode-gitlens · 72 tokens

prioritize

Prioritize triaged/investigated issues — recommends shortlist, backlog, won't fix, or community contribution with priority signals and draft communications.

gitkraken/vscode-gitlens · 30 tokens

finn-build

Claim the next safe agent-ready issue from Linear, implement it, and open a PR. Use when asked to run Finn-loop's builder, work the approved queue, or fix Finn-loop review feedback. Designed for /loop; one pass does one unit of work.

finna/Finn-loop · 57 tokens

finn-review

Review open PRs against their linked Linear issues and required GitHub checks, then post a three-group verdict with Finn-loop labels. Use when asked to run Finn-loop's reviewer or review its PR queue. Designed for /loop; never merges or pushes code.

finna/Finn-loop · 56 tokens