Commit e7e3392
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
0 commit comments