Thanks for helping improve Skill-audit. Bug reports, fixes, and features are all welcome.
git clone https://github.com/AgentPostmortem/Skill-audit
cd Skill-audit
npm test # runs `node --test`, zero dependenciesRun it locally with: npx @royalpinto007/skill-audit ./some-skill.
Add or refine a rule in src/rules.js (each rule has a stable SKILL-XXX id, a severity, and a remediation line), then cover it with a fixture in test/.
- Fork and branch from
main. - Make one focused change per PR.
- Add or update tests; keep them green.
- Bump the version and add a
CHANGELOG.mdentry. - Open a PR using the template.
- Match the surrounding code — this project is intentionally zero-dependency, so please don't add runtime dependencies.
- Keep it small, honest, and well-scoped.
Questions? Open an issue.