voodootikigod/Skills Check CI

The missing quality toolkit for Agent Skills — freshness, security, linting, and more

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandsComma-separated list of commands to run (e.g. 'check,audit,lint'). Overrides individual command flags when set.""
checkRun the check command (version drift detection)true
auditRun the audit command (security & hallucination detection)false
lintRun the lint command (metadata validation)false
budgetRun the budget command (token cost analysis)false
policyRun the policy check command (organizational rule enforcement)false
verifyRun the verify command (semver bump validation)false
testRun the test command (eval test suites)false
fingerprintRun the fingerprint command (generate skill fingerprint registry)false
usageRun the usage command (analyze skill usage from telemetry)false
audit-fail-onAudit severity threshold: critical, high, medium, lowhigh
lint-fail-onLint level threshold: error, warningerror
budget-max-tokensBudget token ceiling — fail if total exceeds this value""
policy-filePath to .skill-policy.yml for the policy command""
policy-fail-onPolicy severity threshold: blocked, violation, warningblocked
usage-storeTelemetry store URI for the usage command (e.g. file://telemetry.jsonl or sqlite://telemetry.db)""
usage-check-policyCross-reference usage data against skill policyfalse
skills-dirDirectory containing skill files to analyze.
registryPath to the skills-check.json registry fileskills-check.json
node-versionNode.js version to use22
open-issuesOpen or update a GitHub issue when staleness is detectedtrue
issue-labelLabel used for issue deduplicationskill-staleness
fail-on-staleExit with non-zero code when stale products are foundfalse
tokenGitHub token (needs issues: write permission)${{ github.token }}
namedescription
stale-countNumber of stale products (0 if all current)
issue-numberIssue number created or updated (empty if none)
reportFull markdown report from the check command
resultsJSON object with exit codes from each command that was run
audit-findingsTotal number of audit findings
lint-findingsTotal number of lint findings
budget-total-tokensTotal token count across all skills
policy-findingsTotal number of policy findings
verify-failedNumber of verify mismatches
test-failedNumber of failed test cases
fingerprint-skillsNumber of skills fingerprinted
usage-callsTotal number of skill usage calls