← ClaudeAtlas

issue-fix-workflowlisted

For a single triaged `<issue-tracker>` issue confirmed as a bug or feature, draft a fix against `<upstream>` on `<default-branch>`. Produces the failing test, the smallest production change, the targeted+module test runs, and the commit. The PR is NOT opened on autopilot; the human committer reviews, signs, and pushes. Hand-back artefact summarises branch, commits, test results, and scope.
apache/airflow-steward · ★ 14 · AI & Automation · score 79
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-fix-workflow This skill drafts a code fix for a single `<issue-tracker>` issue that has already been triaged as actionable (classification `BUG` or `FEATURE-REQUEST` per [`issue-triage`](../issue-triage/SKILL.md)). It produces the failing test, the smallest production change, the targeted and module test-run results, and the commit — but **stops before** opening a PR. The human committer reviews the hand-back artefact and decides what happens next. This skill mirrors [`security-issue-fix`](../security-issue-fix/SKILL.md) in the security family, adapted to the general-issue tracker. Confidentiality and CVE-scrubbing concerns do not apply here; the issue is already public. It composes with: - [`issue-triage`](../issue-triage/SKILL.md)