tesslio/Tessl Skill Review & Optimize
Review SKILL.md files in pull requests and optionally optimize them with AI-powered suggestions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Action mode: "review" (default) or "apply" (commit optimized content from a previous review) | — | review |
| path | Root path to search for SKILL.md files | — | . |
| comment | Whether to post results as a PR comment | — | true |
| fail-threshold | Minimum average score (0-100) to pass the check. Set to 0 to never fail. | — | 0 |
| optimize | Run skill optimization after review (requires tessl-token) | — | false |
| optimize-iterations | Max optimization iterations (1-10) | — | 3 |
| cli-version | Tessl CLI version to install (for example "0.73.0", or "latest") | — | latest |
| inline-suggestions | Post optimization changes as inline GitHub `suggestion` blocks on the PR diff (in addition to the summary comment). Lets authors cherry-pick individual changes. | — | false |
| re-review-on-suggestion-acceptance | Re-run review when a commit comes from accepting a GitHub inline `suggestion` (Commit suggestion / Apply suggestions from code review). Set to "false" to skip those runs — the original review comment is left in place. Default "true" preserves prior behavior. | — | true |
| tessl-token | Tessl API token used to authenticate review and optimization requests. Store this as a GitHub secret, for example secrets.TESSL_TOKEN. | no | — |
Outputs
no outputs