Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
$pwd:

logic-explain

// Explain what a specific piece of code actually does for a given input by producing a step-by-step execution trace (interprocedural, with name resolution and type transitions). Trigger when the user is confused about behavior or asks why code produces X instead of Y — "walk me through this", "trace through X with input Y", "why does this return X", "what does yield-from do here", "explain the execution path". SCOPE HARD RULE: a specific function + a specific input scenario. If the user wants to find bugs without a scenario in mind, use logic-review; two-version comparison uses logic-diff; concrete failures use logic-locate; codebase-wide audit uses logic-health. Do NOT trigger for: finding bugs without a behavioral question, style or design discussion, or concept explanations not tied to specific code.

$ git log --oneline --stat
stars:5
forks:1
updated:7. Mai 2026 um 14:14
Datei-Explorer
2 Dateien
SKILL.md
readonly