AI-assisted repo intelligence
repo-signal
AI-native repository intelligence for turning local repo state into clear reports and high-signal context exports.
Doctor
Diagnose repo health, release maturity, docs quality, AI readiness, and suggested skills.
Publish Checklist
Check README, LICENSE, CHANGELOG, docs, screenshots, roadmap, and GitHub Pages readiness. Scores 0–16.
RepoAware
Export ranked, high-signal repo context for AI-assisted code questions. Modes: debug, explain, architect, review.
Ask
Answer questions about the repo using ranked file context and an AI provider. Works with --dry-run offline.
Semantic Upload
Build a compact symbol map of the repository and upload it to an OpenAI vector store for higher-quality AI answers.
Portfolio Check
Run publish-readiness checks across multiple repos from a repo-signal.yml config.
inspect.v1 JSON Integration Contract
repo-signal inspect --json emits a stable inspect.v1
JSON payload consumed by mqlaunch, mq-mcp, Bridget, mq-hal, and CI helpers.
repo-signal inspect --json
repo-signal inspect --format json
See Inspect Schema for the full field reference and compatibility rules.
Publish Checklist CI Gate
Use --fail-under to fail a CI workflow when a repository drops below
the required public quality score.
repo-signal publish-checklist . --fail-under 14
repo-signal publish-checklist . --format json --fail-under 14
Checks README, docs, roadmap, screenshots, GitHub Pages readiness, issue templates, and safe-sharing signals.
Semantic Memory Upload
Build and upload a compact symbol map of the repository to an OpenAI vector store. Dry-run works fully offline — no API key needed to inspect what would be uploaded.
repo-signal semantic-upload --dry-run
repo-signal semantic-upload