githits-package
Installation
SKILL.md
Use GitHits package intelligence before making dependency claims from memory.
CLI Invocation
- Run commands as
githits .... - If
githitsis not found, retry the same command asnpx -y githits@latest .... - Use
--jsonwhen comparing versions, counting vulnerabilities, or extracting fields. - Do not expose credentials. If auth is required interactively, run
githits login; usegithits login --no-browseronly when the user can complete the printed URL flow. In noninteractive eval/CI, do not start OAuth; report thatGITHITS_API_TOKENor prior login is required.
Package Spec
- Most package commands use
<registry>:<name>[@<version>], for examplenpm:lodash@4.17.20orpypi:requests. pkg infoalways reports the latest published version and does not accept a version pin.pkg changelogaccepts<registry>:<name>or--repo-url <url>; do not pass<spec>@<version>to changelog. Use--to <version>instead.