Skip to content

Commit e7e3392

Browse files
authored
chore: add 'Use when…' and 'Trigger with…' phrases to skill description (#3) (#11)
Closes #3. The frontmatter description told a human *what* the skill does but lacked the convention phrases (`Use when …`, `Trigger with …`) Claude uses to decide *when* to reach for the skill autonomously. Without those phrases the skill sits in the catalog but never runs unless explicitly named. Rewrite the description into a folded YAML block (so the line length stays readable) with three clauses, exactly matching the audit issue's fix sketch: * what it does — Run local Appium test scripts against Kobiton devices — guides you through app upload, device selection, capability parsing, and local execution. * when to use it — Use when the user asks to run mobile tests on Kobiton, validate an APK or IPA on real devices, or kick off a Kobiton automation run from a local script directory. * trigger phrasing — Trigger with 'run kobiton tests' or 'execute on kobiton devices'. Done-when checklist: * [x] description contains one `Use when …` phrase * [x] description contains one `Trigger with "…"` phrase * [x] total length stays under 500 chars * [x] `pnpm run validate` still passes The other six frontmatter fields added in #1 / PR #10 are unchanged.
1 parent 3927610 commit e7e3392

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

skills/run-automation-suite/SKILL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
name: run-automation-suite
3-
description: Run local Appium test scripts against Kobiton devices. Guides you through app upload, device selection, script capability parsing, and local execution.
3+
description: >-
4+
Run local Appium test scripts against Kobiton devices — guides you through
5+
app upload, device selection, capability parsing, and local execution.
6+
Use when the user asks to run mobile tests on Kobiton, validate an APK or
7+
IPA on real devices, or kick off a Kobiton automation run from a local
8+
script directory. Trigger with "run kobiton tests" or "execute on kobiton
9+
devices".
410
---
511

612
## Workflow

0 commit comments

Comments
 (0)