Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/pactkit/claude-code-plugin --skill pactkit-trace명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | pactkit-trace |
| description | Deep code tracing and execution flow analysis |
| model | sonnet |
Start every callers, callees, chain, explore or impact trace with pactkit query ... --json --explain. When graph_provider: codegraph is configured, Codegraph is mandatory and failures are closed by default. Never select Mermaid or grep yourself; only use --allow-fallback when the caller explicitly authorizes degradation, and retain the provider decision as evidence. A healthy empty result is valid_empty, not a fallback signal.
Deep code analysis and execution path tracing via static analysis.
pactkit query --explore <target> --json --explain to locate entry points.pactkit query --chain <function_name> --json --explain to obtain call chains.dict -> UserObj -> JSON).| Module Role | Output Level | How |
|---|---|---|
| Target (to be modified) | Full implementation | Read <file> |
| Related (dependency, not modified) | Interface summary | pactkit interface-summary <file> |
For related (non-target) modules, run pactkit interface-summary <file> instead of reading full source. This CLI command uses AST parsing to output only signatures + types + docstrings — function bodies are excluded by code, not by prompt instruction.
If pactkit is not on $PATH, use python3 -m pactkit interface-summary <file>.
Output a Mermaid Sequence Diagram to visualize the flow.
If detect_topology(root) returns topologies beyond PDCA/Service:
Frontend API Topology (if api_call detected):
api_convention_summary(root) to get path prefixes, fetch function names, total call count./api/v1/) and fetch wrapper (e.g., apiFetch).[dynamic] markers) that may need special handling.Agent Topology (if agent detected):
StateGraph (stdlib ast), YAML agent definitions, MCP server configs.orchestrates edges in the report.