Releases: tangericm/skillcrit
Release list
Skillcrit 0.6.0
Skillcrit 0.6.0 makes recurring skill audits easier to review. Save a baseline before changing your collection, compare later findings, and acknowledge an exact finding with a recorded reason. Changed source evidence makes that finding active again.
- Prioritized reports retain accepted findings and explain stale dismissals.
- Optional supporting-file comparisons distinguish inspected byte/permission differences from unknown content.
- Setup diagnostics show the actual CLI version, executable paths, discovery roots, and coverage.
- Risk scans handle unambiguous comments more precisely.
- A shorter README, expanded guides, and a new icon clarify installation and the CLI/plugin distinction.
Install with npm install --global skillcrit@0.6.0 --ignore-scripts, then run skillcrit doctor .. See the maintenance guide for baselines and dismissals.
Validation: 261 local tests passed (6 platform-specific skips), all seven GitHub checks passed across Windows/macOS/Linux with Node22/24, and the exact archive passed isolated installation/reinstallation, 19 shipped simulations, ten additional maintenance scenarios, and input-preservation checks on three actual installed skill packages. Independent review caught and verified a fix for ignore-dependent relocation compatibility.
These are maintainer-controlled checks, not external user feedback. Native-client observations remain historical. Baselines are version-specific; relocation with configured ignores requires a fresh baseline. Risk signals and file comparisons retain their documented limits.
The attached built npm archive is the installable package. verification.json records source provenance and validation; SHA256SUMS covers the other attachments. GitHub's automatic source archives do not include a built CLI.
Skillcrit 0.5.2
Skillcrit audits installed AI agent skills for structural problems, duplicate instructions, conflicts, risky patterns, and estimated context costs. It runs locally and produces text, JSON, Markdown, SARIF, and GitHub Actions reports.
Version 0.5.2 aligns the CLI and plugin versions with a fresh, single-commit repository history. Application behavior is unchanged from 0.5.1.
Requires Node 22+. Install from npm:
npm install --global skillcrit@0.5.2 --ignore-scripts
skillcrit doctor .The built package downloaded from npm matches the tested archive byte for byte. Fresh installation, lockfile reinstall, and all 19 controlled simulations passed. All seven CI jobs passed on the released main commit: Windows/macOS/Linux with Node 22/24, plus self-lint/SARIF. Windows runs 250 tests; POSIX passes 244 with six Windows-only skips. Dependency audit and secret scan reported no findings.
The attached .tgz is the built CLI package; GitHub's automatic source archives require a build. SHA256SUMS covers the other four attachments. See verification.json for exact source, archive identity, and validation evidence.
Getting started · Compatibility · Report a problem
These are maintainer checks, not external adoption measurements. Historical native-client observations retain their tested versions; heuristics and unknown runtime selection remain documented.