Skip to content

feat: add spark skill and SKILL.md validation CI step #16

feat: add spark skill and SKILL.md validation CI step

feat: add spark skill and SKILL.md validation CI step #16

Workflow file for this run

name: Validate Plugin Manifest
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
validate-manifest:
name: Validate marketplace.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Validate plugin manifests
run: npx --yes @anthropic-ai/claude-code plugin validate .
validate-skills:
name: Validate SKILL.md files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Check SKILL.md frontmatter
run: python3 .github/scripts/validate_skills.py