Back to list
lis186

code-flow-tracer

by lis186

A set of AI-powered slash commands for Claude Code and OpenSkills (support Cursor, Windsurf and Gemini CLI) that help you understand any codebase quickly

25🍴 0📅 Jan 18, 2026

SKILL.md


name: code-flow-tracer description: Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand feature implementation.

Code Flow Tracer

When to Use

Trigger this skill when the user:

  • Wants to understand how a feature works end-to-end
  • Asks what happens when an action is triggered
  • Needs to trace data flow through the system
  • Asks "how does X work"
  • Asks "what calls X" or "what does X call"

Instructions

  1. Identify the feature, function, or flow the user wants to trace
  2. Run /sourceatlas:flow "<query>" with a natural language description
  3. Returns call graph, boundary detection, and flow visualization

Query Formats

  • Feature flow: /sourceatlas:flow "user login"
  • Function trace: /sourceatlas:flow "handleSubmit"
  • Error paths: /sourceatlas:flow "error handling flow"
  • Data origin: /sourceatlas:flow "where does userProfile come from"
  • Reverse trace: /sourceatlas:flow "who calls validateToken"

What User Gets

  • Call graph visualization (ASCII tree)
  • Boundary detection (API, DB, LIB, CLOUD markers)
  • Recursion and cycle detection
  • Entry points identification
  • 11 analysis modes available

Example Triggers

  • "How does the login flow work?"
  • "What happens when user clicks submit?"
  • "Trace the checkout process"
  • "Where does this data come from?"
  • "Who calls this function?"

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon