magpie-issue-reproducer

Solid

For a single `<issue-tracker>` issue identifying a code-level bug, extract the reporter's example code from the issue body, adapt it to run on the current `<default-branch>`, execute via `<runtime>`, and compose a `verdict.json` describing the observed behaviour vs the expected failure. Read-only on the tracker — produces evidence, never posts. Invoked by `issue-triage` and `issue-reassess`; can also be run standalone.

Data & Documents 83 stars 78 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- SPDX-License-Identifier: Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0 --> <!-- Placeholder convention (see ../../AGENTS.md#placeholder-convention-used-in-skill-files): <project-config> → adopter's project-config directory <issue-tracker> → URL of the project's general-issue tracker <upstream> → adopter's public source repo <default-branch> → upstream's default branch (master vs main) <runtime> → recipe for invoking the project's runtime (resolves from <project-config>/runtime-invocation.md) Substitute these with concrete values from the adopting project's <project-config>/ before running any command below. --> # 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`](../issue-triage/SKILL.md) — invokes this skill at the *"attempt reproduction on `...

Details

Author
apache
Repository
apache/magpie
Created
3 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category