From plugadvpl
Lists all functions/methods called by a given ADVPL/TLPP function (direct call graph). Useful for mapping dependencies before refactoring, identifying restricted/deprecated function usage, or estimating refactoring impact.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plugadvpl:calleesfuncaoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lista todas as funcoes/metodos chamadas por uma funcao (call graph direto).
/plugadvpl:calleesLista todas as funcoes/metodos chamadas por uma funcao (call graph direto).
/plugadvpl:callees <funcao>
uvx [email protected] --format md callees $funcao
Para agente IA: prefira
--format md. Defaulttabletrunca colunas em terminais estreitos. Flag global, vem antes do subcomando.
/plugadvpl:callees U_PLUG001 — tudo que U_PLUG001 chama/plugadvpl:callees MaXXXProcessa — dependencias de MaXXXProcessaPara cada callee:
/plugadvpl:callers <funcao> — o lado oposto (quem chama)/plugadvpl:lint <arquivo> — checa uso de restritasnpx claudepluginhub jonipraia/plugadvpl --plugin plugadvplLists all callers of a given ADVPL/TLPP function/method (reverse call graph). Useful for impact analysis and bug investigation in Protheus systems.
Finds all callers of a specified function using the find_callers tool and displays them as a call tree. Use to trace call chains or check function usage.
Analyzes IDA cross-references to find callers, callees, imports, data references, call graphs, and dependency chains using SQL queries on xrefs and imports tables.