Back to list
GarGraham

debugging

by GarGraham

Provide a self‑service platform for automated correlation and multivariate analysis of tabular datasets. The tool should allow non‑specialists and analysts alike to quickly surface relationships between variables without manually coding statistical tests.

0🍴 0📅 Jan 16, 2026

SKILL.md


name: debugging description: Interpret errors and propose minimal fixes for crashes, failing tests, or broken builds.

Skill: Debugging

See also: AGENT_SYSTEM.md

Phase

  • Change (often preceded by Understand)

Purpose

  • Interpret errors before proposing fixes; avoid shotgun debugging.

Use When

  • “This error happened…”
  • “App crashes”
  • “Tests failing”
  • “Build broke”
  • “Stack trace help”

Inputs to Request (only if needed)

  • Full error output (or the relevant part)
  • What command/action triggered it
  • Expected behavior vs actual

Workflow

  • Extract facts first:
    • error type/class
    • file + line number(s)
    • failing command
  • Hypothesize cause:
    • 1–3 likely causes, ranked
    • If stuck after 2 hypotheses, switch to Discovery skill to trace the code flow
  • Propose fix:
    • minimal change first
    • call out tradeoffs
  • Proof of Life:
    • exact command to re-run
    • what output indicates success

Output

  • Error summary (facts)
  • Likely cause(s) (ranked bullets)
  • Proposed fix (bullets)
  • Proof of Life

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/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