From 23d743b92c8a6d93ff9ae863b069d6825c757547 Mon Sep 17 00:00:00 2001 From: senoldogann Date: Sat, 28 Mar 2026 14:46:43 +0200 Subject: [PATCH] fix(skills): add missing YAML frontmatter to 7 skills Codex CLI requires YAML frontmatter (---) in SKILL.md files. 6 skills were missing frontmatter entirely; laravel-verification had a bare colon in its description causing an invalid YAML parse error. --- skills/benchmark/SKILL.md | 6 ++++++ skills/browser-qa/SKILL.md | 6 ++++++ skills/canary-watch/SKILL.md | 6 ++++++ skills/design-system/SKILL.md | 6 ++++++ skills/laravel-verification/SKILL.md | 2 +- skills/product-lens/SKILL.md | 6 ++++++ skills/safety-guard/SKILL.md | 6 ++++++ 7 files changed, 37 insertions(+), 1 deletion(-) diff --git a/skills/benchmark/SKILL.md b/skills/benchmark/SKILL.md index 51ccce8f..8ae15331 100644 --- a/skills/benchmark/SKILL.md +++ b/skills/benchmark/SKILL.md @@ -1,3 +1,9 @@ +--- +name: benchmark +description: Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives. +origin: ECC +--- + # Benchmark — Performance Baseline & Regression Detection ## When to Use diff --git a/skills/browser-qa/SKILL.md b/skills/browser-qa/SKILL.md index d71a0068..cda02445 100644 --- a/skills/browser-qa/SKILL.md +++ b/skills/browser-qa/SKILL.md @@ -1,3 +1,9 @@ +--- +name: browser-qa +description: Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features. +origin: ECC +--- + # Browser QA — Automated Visual Testing & Interaction ## When to Use diff --git a/skills/canary-watch/SKILL.md b/skills/canary-watch/SKILL.md index 88ff5d6a..a46eeda6 100644 --- a/skills/canary-watch/SKILL.md +++ b/skills/canary-watch/SKILL.md @@ -1,3 +1,9 @@ +--- +name: canary-watch +description: Use this skill to monitor a deployed URL for regressions after deploys, merges, or dependency upgrades. +origin: ECC +--- + # Canary Watch — Post-Deploy Monitoring ## When to Use diff --git a/skills/design-system/SKILL.md b/skills/design-system/SKILL.md index 3bf06a41..e726f6f6 100644 --- a/skills/design-system/SKILL.md +++ b/skills/design-system/SKILL.md @@ -1,3 +1,9 @@ +--- +name: design-system +description: Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling. +origin: ECC +--- + # Design System — Generate & Audit Visual Systems ## When to Use diff --git a/skills/laravel-verification/SKILL.md b/skills/laravel-verification/SKILL.md index 138b00b2..9f2e80f7 100644 --- a/skills/laravel-verification/SKILL.md +++ b/skills/laravel-verification/SKILL.md @@ -1,6 +1,6 @@ --- name: laravel-verification -description: Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness. +description: "Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness." origin: ECC --- diff --git a/skills/product-lens/SKILL.md b/skills/product-lens/SKILL.md index 63ff7b27..91ab415e 100644 --- a/skills/product-lens/SKILL.md +++ b/skills/product-lens/SKILL.md @@ -1,3 +1,9 @@ +--- +name: product-lens +description: Use this skill to validate the "why" before building, run product diagnostics, and convert vague ideas into specs. +origin: ECC +--- + # Product Lens — Think Before You Build ## When to Use diff --git a/skills/safety-guard/SKILL.md b/skills/safety-guard/SKILL.md index 6b347c02..7870073b 100644 --- a/skills/safety-guard/SKILL.md +++ b/skills/safety-guard/SKILL.md @@ -1,3 +1,9 @@ +--- +name: safety-guard +description: Use this skill to prevent destructive operations when working on production systems or running agents autonomously. +origin: ECC +--- + # Safety Guard — Prevent Destructive Operations ## When to Use