Grepai Trace Callers

🌐Community
by yoanbernabeu · vlatest · Repository

This skill identifies and lists all users who have called a specific phone number, useful for contact tracing or outreach efforts.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add grepai-trace-callers npx -- -y @trustedskills/grepai-trace-callers
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "grepai-trace-callers": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/grepai-trace-callers"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The grepai-trace-callers skill allows you to trace the callers of a given function within your code. It provides insights into which parts of your application are invoking specific functions, aiding in debugging and understanding program flow. This capability is particularly useful for complex systems where identifying dependencies can be challenging.

When to use it

  • Debugging: Quickly pinpoint the origin of unexpected behavior by tracing the callers of a function exhibiting issues.
  • Code Understanding: When onboarding to a new codebase or trying to understand how different components interact, trace function calls to visualize relationships.
  • Impact Analysis: Before refactoring or removing a function, determine which parts of your application rely on it.
  • Performance Optimization: Identify frequently called functions and their callers to focus optimization efforts effectively.

Key capabilities

  • Function Caller Tracing: Identifies the lines of code that call a specified function.
  • Code Dependency Analysis: Reveals dependencies between different modules or components within your application.
  • Debugging Assistance: Helps isolate and resolve issues by tracing execution paths.

Example prompts

  • "Trace callers for process_payment."
  • "Show me who calls the calculate_total function."
  • "What functions call send_email?"

Tips & gotchas

The skill requires access to your codebase and may need appropriate permissions to analyze the code. Ensure that the specified function exists within the scope of the analysis for accurate results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yoanbernabeu
Installs
0

🌐 Community

Passed automated security scans.