You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions workflow (`.github/workflows/ci.yml`) has two jobs:
115
115
116
-
-**Frontmatter validation**: Checks `name` and `description` fields in SKILL.md
117
-
-**Structure validation**: Verifies required directories and files exist
118
-
-**Skill-specific validation**: Checks expected reference files per skill
119
-
-**Installation test**: Tests `npx skills add` with auto-confirm (`--yes`)
120
-
-**Verification**: Confirms skill installed correctly in `~/.claude/skills/` or `~/.agents/skills/`
116
+
-**`test`** (all branches): Installs all skills from the local repository (`npx skills add . --yes`) and verifies each skill has `SKILL.md` in `.agents/skills/`
117
+
-**`test-remote`** (main branch only): Installs all skills from GitHub (`npx skills add daleseo/korean-skills --yes`) and verifies installation in `.agents/skills/`
121
118
122
-
Matrix strategy tests both skills independently (`fail-fast: false`).
119
+
Both jobs check that at least one skill was installed successfully.
0 commit comments