magpie-issue-reassess

Solid

Sweep a configured pool of resolved or end-of-life `<issue-tracker>` issues and re-assess each against the current `<default-branch>`. Per-issue: invoke `issue-reproducer` to extract and run the reporter's code, classify the runtime outcome, attach a nature analysis, compose a `verdict.json`. Hand-back-on-completion contract: no comments posted, no transitions, no closures.

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 <issue-tracker-project> → project key within the tracker <upstream> → adopter's public source repo <default-branch> → upstream's default branch (master vs main) <runtime> → recipe for invoking the project's runtime Substitute these with concrete values from the adopting project's <project-config>/ before running any command below. --> # issue-reassess Use this skill when the task is a **campaign** over a bounded set of resolved or end-of-life `<issue-tracker>` issues: pick the candidate set, run each reporter's reproducer against `<default-branch>` via [`issue-reproducer`](../issue-reproducer/SKILL.md), classify the outcome, attach a nature analysis, and produce a report a maintainer can scan and act on. The campaign is read-only against the tracker; the output is advisory. This skill is the **campaign layer**. Per-issue mechanics live in sibling skills: - [`issue-reproducer`](../issue-reproducer/SKILL.md) — the load-bearing per-issue piece: locate the reproducer, classify the shape, adapt, run, record evidence as `verdict.json`. This skill calls into it for every cand...

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