issue-reassesslisted
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