kpab/Skilldrift — Skills Drift Monitor
Detect upstream drift in installed Claude Code Skills and open GitHub Issues with SkillSpector risk re-scoring.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | Directory containing skilldrift.lock (relative to the repo root) | — | . |
| create-issue | Whether to create/update a GitHub Issue when drift is detected | — | true |
| issue-repo | Repository to open Issues in (owner/name) | — | ${{ github.repository }} |
| token | GitHub API token (used to fetch upstream and create Issues; Issue creation needs issues: write permission) | — | ${{ github.token }} |
| fail-on-drift | Whether to fail the step when drift is detected (leave "false" if Issue notification is enough) | — | false |
| scan-risk | Whether to re-score old/new risk with SkillSpector on drift and include the comparison in the Issue | — | true |
| version | skilldrift version to use (e.g. "v0.1.0"). Defaults to the action ref, or the latest release if the ref is not a version | — | "" |
Outputs
| name | description |
|---|---|
| drifted | Whether drift was detected ("true" / "false") |