magpie-issue-reproducer

magpie-issue-reproducer is a skill for Claude Code, Codex from apache/magpie. It costs 110 tokens per session (5,957 once invoked), scanned A, original, Apache-2.0.

A read-only check that runs example code from one issue against the current project code and records what actually happens. The result compares the observed behavior with the failure described by the reporter.

In plain words
What is it for?
Use it to adapt an issue's code example, run it against the default branch, and produce evidence for triage or a possible regression test.
Why use it?
It replaces a guess based on an issue description with runnable evidence. It gives maintainers a reproducible verdict without changing the issue tracker.

Skill for Claude CodeCodex

Part of the magpie plugin — 72 skills shipped together

About the project

Apache Magpie is a framework of agent-assisted workflows for maintaining Apache software projects, including issue triage, pull-request review, contributor mentoring, and security-report handling. Apache maintainers and developers use it to delegate repetitive project work to coding agents while retaining human review. Its catalogue entries are the skills, instructions, plugin, and settings that implement these workflows.

apache/magpie · 87 stars · on GitHub

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/apache/magpie/issue-reproducer
Any agent
npx skills add apache/magpie --skill issue-reproducer
Clone the repo
git clone --depth 1 https://github.com/apache/magpie

Made for: Claude Code, Codex.

Or install magpie, the plugin that ships this one along with the rest of its 72 skills.

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 magpie-issue-reproducer

README.md
[![agentmods](https://agentmods.dev/badge/skills/apache/magpie/issue-reproducer.svg)](https://agentmods.dev/skills/apache/magpie/issue-reproducer)
Your own site
<a href="https://agentmods.dev/skills/apache/magpie/issue-reproducer"><img src="https://agentmods.dev/badge/skills/apache/magpie/issue-reproducer.svg" alt="Measured on agentmods" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,957 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.00110 $0.05957
Opus 5 $0.00055 $0.02978
Sonnet 5 $0.00022 $0.01191
Haiku 4.5 $0.00011 $0.00596

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

Security

Grade A, and why

magpie-issue-reproducer 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.

skills/issue-reproducer/SKILL.md · 536 lines

How it starts

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

issue-reproducer

Use this skill when the job is to take an issue-described problem and actually run it: find the reproducer code, work out what shape it's in, adapt it to a runnable form, and execute it against the current <default-branch> and the project's runtime with enough evidence captured that a maintainer can trust the verdict without redoing the work.

This skill is the load-bearing piece for both single-issue triage (when a stronger-than-eyeballed reproduction is wanted) and bulk reassessment campaigns. It doesn't speak about workflow, batch processing, or hand-back — those belong to the calling skills:

  • issue-triage — invokes this skill at the "attempt reproduction on <default-branch>" step when a classification hinges on runtime evidence.
  • issue-reassess — bulk reassessment campaign; calls this skill for every issue in the candidate set.
  • issue-fix-workflow — when the reproducer adapts cleanly to a regression test, the fix-workflow skill takes the adapted form as its starting point.

Golden rules

Golden rule 1 — never fabricate. "The reporter described X happening; I'll write code that does X." That is the agent doing the reporter's job. If the description is prose-only and no attachment helps, classify cannot-run-extraction and stop. The reporter's specific code is what makes a reproduction trustworthy; an agent-written stand-in is a different exercise (and a different verdict). The full anti-fabrication discipline lives in extraction.md.

Read the full file on GitHub · 536 lines

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. 5d ago First seen · 536 lines · 110 tokens per session scan A 17806ac997a5

Subscribe to this mod's changes

magpie-issue-reproducer is a skill published in the GitHub repository apache/magpie (87 stars, last pushed 3d ago), licensed Apache-2.0. It adds 110 tokens to every session and 5,957 once invoked, about $0.0006 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

magpie-setup

Adopt and maintain the apache-magpie framework in a project repo via the snapshot-based adoption mechanism. The only framework skill committed in an adopter's repo; every other skill is a symlink the adopt sub-action wires up. Sub-actions: /magpie-setup - first-time adoption (default; main-checkout only) /magpie-setup…

apache/airflow · 243 tokens

upgrade-fab-provider

Upgrade the pinned Flask-AppBuilder (FAB) dependency in the Apache Airflow FAB provider (providers/fab/). Bumps the exact flask-appbuilder== pin and its mirror constant, regenerates uv.lock, drives the testfabalignment.py drift tripwire, reviews the vendored security-manager override.py against the new upstream FAB…

apache/airflow · 120 tokens

aip-user-stories

Generate verified recipe playbooks from AIPs with PR implementations (post mode), or speculative user stories from AIPs without implementations (pre mode). Use when the user provides an AIP URL or AIP content, optionally with PR URLs and file paths.

apache/airflow · 56 tokens

airflow-new-sdk

Guide for implementing a brand-new language SDK for Airflow (AIP-108). Use this skill when a contributor wants to add support for a new programming language — designing the Python coordinator, implementing the wire protocol in the target language, writing the bundle format, and structuring the PR. Trigger on phrases…

apache/airflow · 127 tokens

airflow-java-sdk

Guide for contributing to the Airflow Java SDK (AIP-108). Use this skill whenever a contributor is working in the java-sdk/ directory or on the Java coordinator in task-sdk/src/airflow/sdk/coordinators/java/ — whether they want to add a feature, write tests, fix a bug, understand the architecture, or prepare a PR.…

apache/airflow · 119 tokens

aip-tracker

Track Airflow Improvement Proposal (AIP) implementation progress by comparing Confluence specs against codebase evidence. Use when asked to assess, report on, or compare AIP status.

apache/airflow · 41 tokens