747 B
747 B
description, argument-hint
| description | argument-hint |
|---|---|
| Look up a symbol and ask Claude a specific question about it | <symbol-name> "<question>" |
Context
Symbol to analyze: $1
User's question: $2
Your task
Use the Bash tool to fetch symbol information, then answer the user's question.
Workflow:
- Execute:
node .claude/scripts/context-provider.js symbol $1 - Analyze the symbol details returned
- Answer the question: "$2"
When answering:
- Reference actual code locations (file:line)
- Explain relationships (calls, called_by, implements, defines)
- Use the signature and documentation from the symbol
- Be specific about how the symbol is used in the codebase
Focus on what the code actually shows, not general programming principles.