From 88b82ae5f534abe3a14f6a01888f1d888a591776 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Sun, 3 May 2026 11:06:58 -0700 Subject: [PATCH] Remove Tessl skill review workflow (#136) Co-authored-by: Paul Bakaus --- .github/workflows/skill-review.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/skill-review.yml diff --git a/.github/workflows/skill-review.yml b/.github/workflows/skill-review.yml deleted file mode 100644 index 82df29c48..000000000 --- a/.github/workflows/skill-review.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Runs Tessl skill review on pull requests that touch any SKILL.md. -# Posts (or updates) a single PR comment with scores and feedback. -# See: https://github.com/tesslio/skill-review -name: Tessl Skill Review - -on: - pull_request: - branches: [main] - paths: - - "**/SKILL.md" - -jobs: - review: - runs-on: ubuntu-latest - permissions: - pull-requests: write - contents: read - steps: - - uses: actions/checkout@v4 - - uses: tesslio/skill-review@main