Commit 44e4bd6
feat: Add skill structure validation script and CI job (#389)
* docs(plans): add skill structure validation implementation plan
Refs: #388
* feat(scripts): add skill structure validation foundation
Refs: #388
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(scripts): add required file validation
Validates SKILL.md, *.test.md, and references/README.md existence.
Refs: #388
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(scripts): add frontmatter validation
Validates name and description fields, ensures name matches directory.
Refs: #388
* feat(scripts): add required section validation
Validates Overview, When to Use, and Core Workflow sections exist.
Note: Some skills don't currently meet this standard.
Refs: #388
* feat(package): add validate:skills npm script
Refs: #388
* feat(ci): add skill structure validation job
Validates all skills have required files, frontmatter, and sections.
Refs: #388
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* chore(ci): make skill-validation non-blocking temporarily
Until existing skills are updated to comply with SKILL-FORMAT.md,
the validation job should not block PRs.
Refs: #388
* chore: trigger CI rerun
Refs: #388
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 27e8151 commit 44e4bd6
File tree
4 files changed
+823
-0
lines changed- .github/workflows
- docs/plans
- scripts
4 files changed
+823
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
45 | 64 | | |
46 | 65 | | |
47 | 66 | | |
| |||
0 commit comments