This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git


The following commit(s) were added to refs/heads/main by this push:
     new e4f79fc  fix(audit-finding-fix): add missing capability frontmatter 
key (#428)
e4f79fc is described below

commit e4f79fc8d2470f2120ee5b6df1215d0f8159874f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jun 1 13:54:45 2026 +0200

    fix(audit-finding-fix): add missing capability frontmatter key (#428)
    
    The `audit-finding-fix` skill merged to main without the required
    `capability` frontmatter key, turning the skill-and-tool validator
    (and the prek gate) red on main and every open PR. It is a
    Drafting-mode skill that drafts the smallest code fix per audit
    finding → `capability:fix`. Adds the key and the matching
    capability->skill map row.
    
    Generated-by: Claude Code (Opus 4.8)
---
 .claude/skills/audit-finding-fix/SKILL.md | 1 +
 docs/labels-and-capabilities.md           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.claude/skills/audit-finding-fix/SKILL.md 
b/.claude/skills/audit-finding-fix/SKILL.md
index 62025e0..9d4d635 100644
--- a/.claude/skills/audit-finding-fix/SKILL.md
+++ b/.claude/skills/audit-finding-fix/SKILL.md
@@ -19,6 +19,7 @@ when_to_use: |
   when findings are too ambiguous to fix without design
   discussion.
 argument-hint: "[--tool <name>] [--report <path>] [--finding <id>]"
+capability: capability:fix
 license: Apache-2.0
 ---
 
diff --git a/docs/labels-and-capabilities.md b/docs/labels-and-capabilities.md
index 0ff7f7a..35e4569 100644
--- a/docs/labels-and-capabilities.md
+++ b/docs/labels-and-capabilities.md
@@ -139,6 +139,7 @@ Capabilities for every skill currently in
 | `pr-management-mentor` | `capability:review` |
 | `good-first-issue-author` | `capability:review` *(authors a newcomer-ready 
good first issue — contributor mentoring on the supply side)* |
 | `issue-fix-workflow` | `capability:fix` |
+| `audit-finding-fix` | `capability:fix` |
 | `security-issue-fix` | `capability:fix` + `capability:resolve` *(opens the 
PR that closes the tracker — both phases)* |
 | `security-issue-import` | `capability:intake` |
 | `security-issue-import-from-md` | `capability:intake` |

Reply via email to