From 5af1f752cba81dce1f3d1f0a6757379a36cc7c14 Mon Sep 17 00:00:00 2001 From: Ahmad Ragab Date: Sat, 14 Mar 2026 15:11:21 -0400 Subject: [PATCH] fix: add missing front matter to github-workflows skill --- src/resources/skills/github-workflows/SKILL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/resources/skills/github-workflows/SKILL.md b/src/resources/skills/github-workflows/SKILL.md index f6d63aac0..dd8e75914 100644 --- a/src/resources/skills/github-workflows/SKILL.md +++ b/src/resources/skills/github-workflows/SKILL.md @@ -1,3 +1,8 @@ +--- +name: github-workflows +description: Work with GitHub Actions CI/CD workflows - read live syntax, monitor runs, and debug failures. Use when writing, running, or debugging GitHub Actions workflows. +--- + # GitHub Workflows **Mission:** Work with GitHub Actions without using stale training data. All syntax, versions, and parameters come from live sources.