githits-code
Installation
SKILL.md
Use GitHits for evidence from real open-source code instead of guessing from model memory.
CLI Invocation
- Run commands as
githits .... - If
githitsis not found, retry the same command asnpx -y githits@latest .... - Use
--jsonwhen you need stable fields to parse or chain into another command. - 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. - If a command returns
TERMS_ACCEPTANCE_REQUIRED, rungithits settings terms acceptor use the returned authenticated acceptance URL, then retry once.