Skip to content

Releases: ModelBound/skill-check-action

ModelBound Skill Check Action

Choose a tag to compare

@2rob 2rob released this 03 Jul 15:23

GitHub Action that lints, trust-scores, and estimates token savings for agent skill files on every pull request via ModelBound.co context management tools.

ModelBound Skill Check Action

Choose a tag to compare

@2rob 2rob released this 03 Jul 15:21

GitHub Action that lints, trust-scores, and estimates token savings for agent skill files on every pull request via ModelBound.co context management tools.

v1.1.1

Choose a tag to compare

@2rob 2rob released this 03 Jul 13:41

Skill Check GitHub Action for lint, trust scoring, and optimize dry-run on agent skills.

v1.0.5

Choose a tag to compare

@2rob 2rob released this 03 Jul 15:09

ModelBound Skill Check Action v1.0.5

Recommended release.

Fix

  • Run modelbound-mcp lint from a neutral temp directory with absolute file paths, so repos that contain an unpublished modelbound-mcp package (e.g. this repo) no longer hit modelbound-mcp: not found under npx.

Quick start

- uses: ModelBound/skill-check-action@v1.0.5
  with:
    mode: full
    scan-all-on-main: true
  env:
    MODELBOUND_API_KEY: ${{ secrets.MODELBOUND_API_KEY }}

v1.0.4

Choose a tag to compare

@2rob 2rob released this 03 Jul 15:08

ModelBound Skill Check Action v1.0.4

Recommended release. Includes everything in v1.0.3 plus:

Fix

  • Monorepo lintnpx --package=modelbound-mcp@VERSION forces the published npm binary when linting inside repos that contain an unpublished modelbound-mcp workspace (e.g. modelbound-mcp-server).

Quick start

- uses: ModelBound/skill-check-action@v1.0.4
  with:
    mode: full
    scan-all-on-main: true
  env:
    MODELBOUND_API_KEY: ${{ secrets.MODELBOUND_API_KEY }}

Marketplace

Install from the GitHub Marketplace or pin @v1.0.4 in your workflow.

v1.0.3

Choose a tag to compare

@2rob 2rob released this 03 Jul 15:08

ModelBound Skill Check Action v1.0.3

Lint, trust-score, and optimize-dry-run agent skill files in GitHub Actions — with public README badges on modelbound.co.

Highlights

  • Report drill-down — PR comments and workflow outputs link to per-skill findings on modelbound.co
  • scan-all-on-main — optional input to rescan all tracked skill files on main when a push does not touch skills (keeps badges fresh)
  • Node 24 — matches current GitHub Actions runner defaults
  • Richer PR comments — trust findings, MCP lint output, badge and report URLs

Quick start

- uses: ModelBound/skill-check-action@v1.0.3
  with:
    mode: full
    scan-all-on-main: true
  env:
    MODELBOUND_API_KEY: ${{ secrets.MODELBOUND_API_KEY }}

Marketplace

This release is published for the GitHub Marketplace. After installing, add a MODELBOUND_API_KEY repository secret (mb_live_… from API Keys).

Links

v1.0.1

Choose a tag to compare

@2rob 2rob released this 03 Jul 13:43

Fix RegExp template literal syntax error in run.mjs that broke all CI runs.

ModelBound Skill Check Action

Choose a tag to compare

@2rob 2rob released this 03 Jul 15:17

Skill Check GitHub Action for lint, trust scoring, and optimize dry-run on agent skills.