stbenjam/skillsaw
Lint agent skills, plugins, and AI coding assistant context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to lint | no | . |
| version | skillsaw version to install (e.g. "0.12.1"). Defaults to the version this action was released with. | no | 0.17.0 |
| strict | Treat warnings as errors | no | false |
| fail-on | Fail on violations at this severity or above: error, warning, info (strict: true is equivalent to fail-on: warning; combining strict with a contradictory fail-on fails the run) | no | "" |
| plugins | Newline-separated list of plugin packages to install (e.g. skillsaw-runbooks==0.1.0) | no | "" |
| verbose | Include info-level violations | no | false |
| no-custom-rules | Skip custom rules defined in .skillsaw.yaml (recommended for CI on untrusted PRs) | no | true |
Outputs
| name | description |
|---|---|
| exit-code | skillsaw exit code (0=pass, 1=violations at or above the fail-on threshold) |
| errors | Number of errors found |
| warnings | Number of warnings found |
| report-file | Path to JSON report file |