← ClaudeAtlas

issue-reassesslisted

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.
apache/airflow-steward · ★ 19 · Data & Documents · score 80
Install: claude install-skill apache/airflow-steward
<!-- 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 c