Skip to content

add skill-review CI#12

Open
fernandezbaptiste wants to merge 1 commit intoibelick:mainfrom
fernandezbaptiste:add-skill-review-optimize-ci
Open

add skill-review CI#12
fernandezbaptiste wants to merge 1 commit intoibelick:mainfrom
fernandezbaptiste:add-skill-review-optimize-ci

Conversation

@fernandezbaptiste
Copy link
Copy Markdown
Contributor

@fernandezbaptiste fernandezbaptiste commented Mar 31, 2026

hey @ibelick, following up on #9 and #10 (both merged, thanks!). adding a lightweight GitHub Action that auto-reviews any skill.md changed in a PR.

what changes

new skill-review.yml:

  • triggers on any PR that touches a SKILL.md file
  • posts a review score as a PR comment
  • minimal permissions (pull-requests: write, contents: read), SHA-pinned action

how it fits with your existing CI

workflow trigger purpose
release.yml existing release automation
skill-review.yml (new) PR review scores on skill.md changes

no overlap - skill-review only runs on PRs touching SKILL.md files. no config needed, no tokens needed.

this means that it gives you and your contributors an instant quality signal on every skill.md change before you have to review yourself.

- add .github/workflows/skill-review.yml for automated skill review on PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant