Code Walkthrough

Interaktivní procházení kódu, které spouští každou sekci a ukazuje skutečný výstup

od dariia-m · dariia-m/my_claude_skills

Otestováno · Funguje ★ 8.8/10

Code Walkthrough — Interaktivní procházení kódu, které spouští každou sekci a ukazuje skutečný výstup

Co umí

Provádí patient, section-by-section walkthrough scriptu nebo whole codebase, a actually executes each part k show concrete output - dataframe dimensions, head(), model summaries, dropped-row counts, file previews. Spouští se, když uživatel says walk through, explain, break down nebo points na file a says explain this. Primarily R, ale works s any language.

Testovací report

Spustil jsem real pandas pipeline oběma způsoby: following the skill executed it section by section a surfaced, že dropna() silently removed exactly 2 z 8 rows (one missing score, one missing group) a že group means jsou computed na post-drop data - specifics, které read-only description glossed over. Skill's execution rule forces showing actual dim/head/summary output a written result.csv instead of narrating z memory. Delta je real teaching value pro anyone inheriting analysis code. Trigger verbs jako explain a review jsou broad enough k risk mis-firing na non-code requests.

Testováno: 2026-07-17 · Claude Code 2.x (agent harness)

Instalace

git clone https://github.com/dariia-m/my_claude_skills
mkdir -p ~/.claude/skills
cd my_claude_skills && cp -r code-walkthrough ~/.claude/skills/code-walkthrough

Příkazy a ukázkové prompty

  • /code-walkthroughInteraktivní procházení kódu, které spouští každou sekci a ukazuje skutečný výstup

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • walk me through this R script and show real output at each step
  • explain this pandas pipeline by actually running each section
  • break down this codebase and show me the dataframe shapes