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)