litellm/.claude
Julio Quinteros 60b440bcd4 feat(skills): add /ask-codebase codebase intelligence skill
Adds a new Claude Code slash command that answers questions about the
LiteLLM codebase by chaining GitHub API calls, git history, and local
code searches:

  /ask-codebase Is issue #22500 fixed?
  /ask-codebase Did PR #22822 land in main?
  /ask-codebase Where does audit logging write to?

The skill classifies the question, gathers evidence from the appropriate
sources, and returns a structured response: Answer, Evidence (with
links/SHAs), Confidence level, and Caveats.

Also updates .gitignore to track .claude/commands/ so team members get
the shared slash commands when they clone or pull the repo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:22:54 -03:00
..
commands feat(skills): add /ask-codebase codebase intelligence skill 2026-03-05 07:22:54 -03:00
settings.json Mcp user permissions (#21462) 2026-02-18 18:53:59 -08:00