h3y6e/gh-skill-update-action
Run gh skill update and create a pull request if needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 17, 2026
- License
- MIT
Pinned Snippet
uses: h3y6e/gh-skill-update-action@ef708035a955ed549e143ad55d708e89e39f98c3 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used for gh and pull request creation. When omitted, the action uses the workflow GITHUB_TOKEN. | no | — |
| dir | Directory containing skills. If empty, gh skill update scans all known agent host directories. | no | "" |
| branch | The pull request branch name. | no | gh-skill-update-action/patch |
| commit-message | The message to use when committing changes. | no | [gh-skill-update-action] automated change |
| title | The title of the pull request. | no | Changes by gh-skill-update-action |
| body | The body of the pull request. | no | Automated changes by [gh-skill-update-action](https://github.com/h3y6e/gh-skill-update-action) |
Outputs
| name | description |
|---|---|
| pr-number | The pull request number. |
| pr-url | The pull request URL. |