Releases: ModelBound/skill-check-action
Release list
ModelBound Skill Check Action
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
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
v1.0.5
ModelBound Skill Check Action v1.0.5
Recommended release.
Fix
- Run
modelbound-mcp lintfrom a neutral temp directory with absolute file paths, so repos that contain an unpublishedmodelbound-mcppackage (e.g. this repo) no longer hitmodelbound-mcp: not foundunder 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
ModelBound Skill Check Action v1.0.4
Recommended release. Includes everything in v1.0.3 plus:
Fix
- Monorepo lint —
npx --package=modelbound-mcp@VERSIONforces the published npm binary when linting inside repos that contain an unpublishedmodelbound-mcpworkspace (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
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
ModelBound Skill Check Action
Skill Check GitHub Action for lint, trust scoring, and optimize dry-run on agent skills.