issue-fix-workflow

Solid

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.

AI & Automation 11 stars 13 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
36
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-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)...

Details

Author
apache
Repository
apache/airflow-steward
Created
3 weeks ago
Last Updated
today
Language
Python
License
Apache-2.0

Related Skills