fix: skill frontmatter compatibility with pi 0.50

- Remove unknown 'tools' field from ui-query
- Quote description with colons in verify-work (YAML parsing)
This commit is contained in:
dan 2026-01-26 16:55:52 -08:00
parent a865c34876
commit 268b9ccc83
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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)