sorunokoe/skills-evolution
Audit, patch, and evolve your AI skill files automatically — version checks, AI updates, and PRs on a schedule.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with contents:write and pull-requests:write. | yes | — |
| repo-root | Path to the repository root containing SKILL.md (or .github/skills/). | no | . |
| enable-ai-update | Fetch latest library versions and patch stale references with AI. | no | false |
| ai-model | GitHub Models model ID to use for AI patches (default: gpt-4o). | no | gpt-4o |
| open-pr | Open a pull request when findings are detected. | no | true |
| oss | Set to 'true' for standalone skill repos where SKILL.md lives at the repo root. | no | false |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings (version patches + structural issues). |
| has-findings | true if any findings were detected. |