From 268b9ccc830b5fc4b2bb7ba9871668168b9d58ab Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Jan 2026 16:55:52 -0800 Subject: [PATCH] fix: skill frontmatter compatibility with pi 0.50 - Remove unknown 'tools' field from ui-query - Quote description with colons in verify-work (YAML parsing) --- skills/ui-query/SKILL.md | 1 - skills/verify-work/SKILL.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/skills/ui-query/SKILL.md b/skills/ui-query/SKILL.md index 1d576f2..b1dfec2 100644 --- a/skills/ui-query/SKILL.md +++ b/skills/ui-query/SKILL.md @@ -1,7 +1,6 @@ --- name: ui-query description: Query UI elements via AT-SPI accessibility tree. Get window lists, extract text, find elements by role/name without OCR. -tools: scripts/ui-query --- # UI Query Skill diff --git a/skills/verify-work/SKILL.md b/skills/verify-work/SKILL.md index 03a6700..27ca31c 100644 --- a/skills/verify-work/SKILL.md +++ b/skills/verify-work/SKILL.md @@ -1,6 +1,6 @@ --- name: verify-work -description: Use BEFORE claiming completion of any task. Enforces "The Iron Law": No completion claims without fresh verification evidence. Runs project-specific build and test commands to prove correctness. +description: "Use BEFORE claiming completion of any task. Enforces 'The Iron Law': No completion claims without fresh verification evidence. Runs project-specific build and test commands to prove correctness." --- # Verify Work (The Gatekeeper)