fix(v0.17): test-matrix SKILL.md YAML frontmatter quoting
Plugin-format agent flagged: description value contains 'Pure-click:' mid-string; unquoted colon breaks yaml.safe_load strict parse — blocks claude plugin validate on the entire kit. Fix: wrap description in double quotes. Content unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b62b219500
commit
cedf22ece8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: test-matrix
|
name: test-matrix
|
||||||
description: Use when a project needs testing BEYOND unit tests — fuzzing, property-based, load, E2E, or mutation. Five-phase hub-and-spoke pipeline composes the right mix per language × critical path × CI target, scaffolds configs + corpus + fixtures, wires CI jobs, and defines the crash/regression triage workflow. Pure-click: every decision except intake is an AskUserQuestion.
|
description: "Use when a project needs testing BEYOND unit tests — fuzzing, property-based, load, E2E, or mutation. Five-phase hub-and-spoke pipeline composes the right mix per language × critical path × CI target, scaffolds configs + corpus + fixtures, wires CI jobs, and defines the crash/regression triage workflow. Pure-click: every decision except intake is an AskUserQuestion."
|
||||||
argument-hint: <free-text description of what needs testing and why>
|
argument-hint: <free-text description of what needs testing and why>
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue