@shiplightai/quality-tools
v0.1.0
Published
Repo-local quality evidence analysis and fix-prompt tools.
Readme
@shiplightai/quality-tools
Repo-local quality evidence tools for developers, CI runners, and coding agents.
Analyze Runtime Evidence
npx @shiplightai/quality-tools analyze \
--project-path . \
--evaluation-set release-workflows-runtime-review \
--view webpnpm dlx @shiplightai/quality-tools analyze \
--project-path . \
--evaluation-set release-workflows-runtime-review \
--view webThe command scans the target repo, runs the selected evaluation set, applies the
optional saved QC view, and writes recommendation JSON under
.quality-center/generated/recommendations/.
Generate Fix Prompts
npx @shiplightai/quality-tools fix-prompts \
--project-path . \
--output quality-evidence/fix-prompts.mdUse --format json when another tool or agent should consume the output.
CI
Pin the package in the target repo and call quality-tools analyze from a CI
script. GitHub Actions observation sources read credentials from the process
environment; secret values are not printed.
