From githits
Use GitHits MCP tools to find real-world code examples when model knowledge is insufficient.
npx claudepluginhub githits-com/githits-cli --plugin githitsThis skill uses the workspace's default tool permissions.
Use GitHits when:
Searches GitHub for code examples, libraries, and implementation patterns. Useful standalone or in research sessions for finding existing solutions.
Locates internal codebase patterns, GitHub repos with code excerpts, official docs, and examples for feature implementations like rate limiting or OAuth.
Searches GitHub repositories for code via /search-code using queries and advanced syntax. Returns snippets with repo, file path, line numbers, and context.
Share bugs, ideas, or general feedback.
Use GitHits when:
Authentication:
npx -y githits login in the terminal. This opens the user's browser for
quick OAuth approval. Wait for the command to complete, then retry the
original tool call.npx -y githits login --no-browser instead, which prints a URL for the
user to open on another device.GITHITS_API_TOKEN environment variable as an alternative.Guidelines:
search_language first when language naming is uncertain.search for one focused question at a time.feedback with helpful/unhelpful outcome.Tool argument details and rich query guidance are provided directly in the MCP tool descriptions; follow those descriptions as the source of truth.