Sign In

@shiplightai/quality-tools

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shiplightai/quality-tools

Repo-local quality evidence analysis and fix-prompt tools.

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
320
-1.84%
Maintainers
1
Weekly downloads
 
Created
Source

@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 . \
  --observation-set release-workflows-runtime-review \
  --view web
pnpm dlx @shiplightai/quality-tools analyze \
  --project-path . \
  --observation-set release-workflows-runtime-review \
  --view web

The command scans the target repo, runs the selected observation 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-center/fix-prompts.md

Use --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.

FAQs

Package last updated on 27 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts