Skip to content

add skill-review CI - #12

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

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

Conversation

@fernandezbaptiste

@fernandezbaptiste fernandezbaptiste commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

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
@ibelick
ibelick force-pushed the main branch 3 times, most recently from 7b97429 to 9f1e8a6 Compare June 10, 2026 15:48
@ibelick
ibelick force-pushed the main branch 5 times, most recently from 9a38a39 to c028f9b Compare June 29, 2026 17:16
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