Skip to main content
Back to registry

grepai-trace-callees

yoanbernabeu/grepai-skills

This skill covers using grepai trace callees to find all functions called by a specific function.

Installs244
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-trace-callees
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill covers using grepai trace callees to find all functions called by a specific function. grepai trace callees answers: "What does this function call?" Output: Output: Output: TOON format offers ~50% fewer tokens than JSON: Note: --json and --toon are mutually exclusive. The trace finds: Callees found: For recursive dependency analysis, use trace graph: ❌ Problem: Function not found ✅ Solution: Check spelling and ensure function exists in indexed files ❌ Problem: No callees found (but function has calls) ✅ Solutions: ❌ Problem: Missing some callees ✅ Solution: Use --mode precise for better accuracy Trace callees result: - Understanding function dependencies - Mapping function behavior - Finding deeply nested dependencies - Code comprehension and documentation - Direct function calls - Method calls - Built-in function calls (depending on mode) - validateOrder - Validate (method) - Log (from utils) - Println (depending on mode) - Dynamic/runtime calls - Callbacks and closures - Interface method calls (may show interface, not implementation) - Reflection-based calls - Try --mode precise - Check language is in enabled_languages - Ensure symbols.gob is up to date ( grepai watch ) - Use for understanding: Great for learning new codebases - Combine with callers: Full dependency picture - Use graph for deep analysis: When you need recursion - Filter results: Focus on relevant...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-trace-callees do?

This skill covers using grepai trace callees to find all functions called by a specific function.

Is grepai-trace-callees good?

grepai-trace-callees does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-trace-callees work with?

grepai-trace-callees currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to grepai-trace-callees?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-trace-callees?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-trace-callees

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering