nextclaw: Skill for Codex

.agents/skills/delivering-delegated-linear-issues/SKILL.md

delivering-delegated-linear-issues is a skill for Codex from Peiiii/nextclaw. It costs 58 tokens per session (428 once invoked), scanned A, original, MIT.

A workflow for handling Linear issues delegated to an agent. Linear is a tool for tracking work; this workflow covers finding eligible issues, claiming them, developing in isolation, delivering the result, and recording the final state.

In plain words
What is it for?
Use it to claim and process delegated Linear issues, deliver changes to the local master branch or a ready pull request when requested, and mark work as delivered or blocked.
Why use it?
It reduces confusion when several issues or agents are involved and protects existing work by using separate worktrees. It also defines how unfinished or completed delegated work is recorded.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is Peiiii/nextclaw's own configuration. It tells Codex how to work on nextclaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nextclaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Peiiii/nextclaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Peiiii/nextclaw/master/.agents/skills/delivering-delegated-linear-issues/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Peiiii/nextclaw

Made for: Codex.

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 delivering-delegated-linear-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/peiiii/nextclaw/delivering-delegated-linear-issues/github.svg)](https://agentmods.dev/skills/peiiii/nextclaw/delivering-delegated-linear-issues)
Your own site
<a href="https://agentmods.dev/skills/peiiii/nextclaw/delivering-delegated-linear-issues"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/delivering-delegated-linear-issues/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for delivering-delegated-linear-issues

Your own site · 80×15
<a href="https://agentmods.dev/skills/peiiii/nextclaw/delivering-delegated-linear-issues"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/delivering-delegated-linear-issues.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00058 $0.00428
Opus 5 $0.00029 $0.00214
Sonnet 5 $0.00012 $0.00086
Haiku 4.5 $0.00006 $0.00043

Measured 10d ago against content hash 5346665317d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

delivering-delegated-linear-issues 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 10d 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.

.agents/skills/delivering-delegated-linear-issues/SKILL.md · 27 lines

What it actually says

Linear 委派交付

阶段路由

  • 判断标签、状态、队列、定时会话归属:读取 状态与队列
  • 领取前调查、Run ID、幂等与竞争:读取 领取合同
  • 隔离开发、ready PR 或本地 master:读取 交付路径
  • Delivered/Blocked、评论、恢复异常:读取 收尾与恢复

一次只读取当前阶段;进入实现后遵循项目标准开发合同,不重新加载上游 lifecycle,也不在本 skill 复制开发规范。

永久合同

  • Delegated to AgentDelivery: Local Master 是用户标签,Agent 永不自动添加或删除。
  • Agent: Queued/Claimed/Blocked/Delivered 是互斥持久状态,Agent 第一次写入后只能完整替换,不清空,也不覆盖其它标签。
  • 指定 issue 的用户指令可替代 Delegated 授权;默认交付本地 master,只有明确 PR/禁止本地合并说明才走 ready PR。
  • 所有模式都不授权 release、deploy、migration、生产配置/数据或其它不可逆外部动作。
  • 每个 issue 独立 worktree/分支;保护用户 WIP,不 stash/reset/force,不因 master dirty 自动放弃隔离开发。
  • 第一版队列串行,不宣称多执行者原子租约。

最终状态为 In Review + Agent: DeliveredTodo + Agent: Blocked,永不自动 Done。

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 27 lines · 58 tokens per session scan A 5346665317d7

Subscribe to this mod's changes

delivering-delegated-linear-issues is a skill published in the GitHub repository Peiiii/nextclaw (256 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 428 once invoked, about $0.0003 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

status-report

Use when the user asks for a weekly / monthly status report, project update, individual or team progress summary. Produces a tight, scannable update with what shipped, what's in flight, what's blocked, and metrics.

shiwenwen/hope-agent · 48 tokens

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

tmux-lane-orchestrator

Manage one tmux agent lane from its matching ops pane, inspect live pane state and Codex logs on cold start, and produce concise manager summaries for OpenClaw and adjacent project work.

vincentkoc/dotskills · 46 tokens

ghcrawl-cluster-operator

Use when inspecting a ghcrawl SQLite store, pulling GitHub issue/PR data, refreshing summaries, embeddings, and clusters, or extracting one cluster and its evidence through the ghcrawl CLI.

vincentkoc/dotskills · 45 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

crabpot-perf-metrics

Interpret Crabpot and OpenClaw performance dashboard metrics, import-loop profiles, runtime profiles, and branch-to-branch perf deltas without over-reading noisy samples.

vincentkoc/dotskills · 40 tokens