sagargupta16/SkillCheck
Lint Agent Skills (SKILL.md) for spec conformance with PR annotations and SARIF output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to scan recursively for SKILL.md files | no | . |
| fail-on | Minimum severity that fails the check: error | warning | never | no | error |
| profile | Lint profile: strict (skills-ref parity) | lenient (client-guide) | no | strict |
| sarif-file | If set, also write a SARIF 2.1.0 report to this path (feed it to github/codeql-action/upload-sarif@v4 with security-events: write) | no | "" |
| version | @sagargupta1610/skillcheck version to run | no | latest |
Outputs
| name | description |
|---|---|
| error-count | Number of errors found |
| warning-count | Number of warnings found |
| sarif-file | Path to the SARIF report (empty if not requested) |