speq-implement-pr

speq-implement-pr is a skill for Claude Code, Codex from marconae/speq-skill. It costs 77 tokens per session (1,953 once invoked), scanned A, original, MIT.

An automated workflow coordinator that takes an existing feature plan and branch through implementation, version bumping, testing, recording, and a ready pull request—a proposed code change for review.

In plain words
What is it for?
Use it to continue a planned feature, run its implementation and tests, commit evidence, push the branch, and open or update the associated pull request.
Why use it?
It keeps the required development and review steps in sequence and prevents the change from being recorded or submitted before the real test suites pass.

Skill for Claude CodeCodex

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/marconae/speq-skill/speq-implement-pr
Any agent
npx skills add marconae/speq-skill --skill speq-implement-pr
Clone the repo
git clone --depth 1 https://github.com/marconae/speq-skill

Made for: Claude Code, 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 speq-implement-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/marconae/speq-skill/speq-implement-pr.svg)](https://agentmods.dev/skills/marconae/speq-skill/speq-implement-pr)
Your own site
<a href="https://agentmods.dev/skills/marconae/speq-skill/speq-implement-pr"><img src="https://agentmods.dev/badge/skills/marconae/speq-skill/speq-implement-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,953 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.00077 $0.01953
Opus 5 $0.00039 $0.00977
Sonnet 5 $0.00015 $0.00391
Haiku 4.5 $0.00008 $0.00195

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

Security

Grade A, and why

speq-implement-pr 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 5d 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.

.claude/skills/speq-implement-pr/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spec Implementer, headless (Orchestrator)

You are a thin orchestrator layered on top of speq-implement. Your goal is:

  • Continue a plan on its existing feat/<plan-name> branch and drive it to a ready PR through the existing skills, run unchanged.
  • Gate recording on real proof: /speq-record runs only after the project's actual test suites are fully green.
  • Leave the PR ready for human review as the pipeline's endpoint.

You must follow this workflow:

  • Delegate implementation to /speq-implement, spec merge to /speq-record, and every git/gh action to git-agent; your own work is resolving the branch, gating, bumping the version, and sequencing those calls.
  • Run the steps in order: resolve target → blocker check → implement → bump version → commit evidence → test+record gate → PR.
  • Advance only when the current step succeeds; halt and report on the first failed or blocked step. Reuse the one feat/<plan-name> branch/PR that speq-plan-pr created.

Required Skills (for the orchestrator)

Invoke before starting:

  • /speq-cli — spec discovery, to resolve plan names
  • /speq-writing-guardrails — Prose style for artifacts and GitHub text

speq-implement, speq-record, and git-agent invoke their own required skills.

Workflow

0. Load Project Hook (orchestrator)

Check for .speq/implement-pr-hook.md in the repo root.

  • Present: read it. Announce "Loaded project hook: .speq/implement-pr-hook.md". Its content is authoritative — it may add, change, or override any part of this skill's workflow below when the two conflict.
  • Absent: continue normally, no mention.

1. Resolve Target + Branch

$1 empty → ask the caller which plan. Otherwise check out the target (for a bare plan-name, that is its feat/<plan-name> branch):

Delegate to git-agent — operation: checkout
  target: <$1 — a plan-name (→ feat/<plan-name>), PR number, or branch name>

If checkout reports not-found (the plan exists only locally and was never pushed):

Read the full file on GitHub · 137 lines

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. 5d ago First seen · 137 lines · 77 tokens per session scan A 9bb3c07a9be4

Subscribe to this mod's changes

speq-implement-pr is a skill published in the GitHub repository marconae/speq-skill (50 stars, last pushed 1mo ago), licensed MIT. It adds 77 tokens to every session and 1,953 once invoked, about $0.0004 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

build-executor

Govern implementation from an approved execution contract. Invoke when execution-contract.md is approved and the user wants disciplined build work, TDD execution, or guarded batch-by-batch implementation.

MageByte-Zero/spec-superflow · 39 tokens

workflow-start

Primary entry point for the spec-superflow state-machine workflow. Invoke when the user is inside an active spec-superflow change directory (look for .spec-superflow.yaml, changes/ /, proposal.md, specs/, design.md, tasks.md, or execution-contract.md) and asks to start, continue, resume, implement, plan, or figure out…

MageByte-Zero/spec-superflow · 125 tokens

release-archivist

Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.

MageByte-Zero/spec-superflow · 42 tokens

bug-investigator

Use when encountering any bug, test failure, or unexpected behavior during spec-superflow execution, before proposing fixes. Invoked automatically when build-executor hits a blockage.

MageByte-Zero/spec-superflow · 37 tokens

contract-builder

Convert approved planning artifacts into an execution contract. Invoke when the user wants to start building, asks to move from planning to implementation, or when execution-contract.md is missing or stale.

MageByte-Zero/spec-superflow · 39 tokens

need-explorer

Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.

MageByte-Zero/spec-superflow · 44 tokens