Before you refactor or rename a function, you need to know what's calling it. This skill uses GrepAI's trace callers command to find every place in your codebase that invokes a specific function, showing you the caller name, file location, and code context. It works across Go, TypeScript, Python, Rust, and about a dozen other languages, with both fast regex mode and a more accurate tree-sitter based parser. The JSON output makes it scriptable, which is handy for impact analysis or pre-commit checks. It's straightforward call graph traversal, but having it integrated with GrepAI's semantic search means you can understand what a function does and who uses it without switching tools.
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-trace-callers