ci: add automated skill review for SKILL.md pull requests#56
ci: add automated skill review for SKILL.md pull requests#56popey wants to merge 1 commit intoopen-gitagent:mainfrom
Conversation
Adds a lightweight GitHub Action that reviews any SKILL.md files changed in a pull request using tessl skill review. Posts results as a PR comment with minimal permissions (pull-requests: write, contents: read). Signed-off-by: Alan Pope <alan@popey.com>
|
Apologies for the slow review — this should not have sat for over a month. Direction is good — automated linting on 1. Pin the third-party action to a SHA, not ```yaml
2. Brief docs entry in A line under "What to expect when you submit a SKILL.md PR" explaining: this workflow runs, here's what it does, here's how to disable for in-progress PRs ( Once those two are in, this is a clean merge. Apologies again for the wait. |
Hullo! Thanks for merging the skill improvements earlier. This is a follow-up that adds a lightweight GitHub Action to automatically review any
SKILL.mdfiles when they're changed in a PR, using tessl skill review.**/SKILL.mdpull-requests: writeandcontents: readThis way you and your contributors get an instant quality signal on skill changes before manual review — no signup or tokens needed.