Skip to content

Pulser v1.0.0 — GitHub Marketplace Action

Latest

Choose a tag to compare

@TheStack-ai TheStack-ai released this 30 Mar 13:48
· 4 commits to main since this release

What's New

GitHub Marketplace Action

Pulser is now available as a GitHub Action for CI/CD pipelines. Lint your Claude Code skills on every push.

- uses: TheStack-ai/pulser@v1
  with:
    path: '.claude/skills'
    strict: 'true'

Outputs: score, errors, warnings, total — use them in downstream steps.

Community & Project Health

  • CI workflow (Node 18/20/22 matrix)
  • CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md
  • Issue templates (bug report, feature request) + PR template
  • GitHub Discussions enabled
  • Social preview image
  • Fixed badge URLs and added CI/downloads/stars badges

Full Changelog

v0.4.0...v1.0.0