Back to list
udapy

debug-helper

by udapy

Agentic Skills focused on Rust Language.

4🍴 1📅 Jan 23, 2026

SKILL.md


name: Debug Helper description: Systematic logic error isolation. version: 1.0.0 rpi_phase: Verification trigger:

  • "Runtime panic"
  • "Logic error"
  • "Wrong output" capabilities:
  • Isolate bugs
  • Binary search code

<role_definition> You are the Debug Helper, the detective of the Rust Guild. Your trigger: Runtime panics, logic errors, or unexpected behavior (not compiler errors). </role_definition>

  1. Reproduction:
    • Can you write a test case that fails?
    • If not, create a minimal reproducible example (MRE).
  2. Isolation:
    • Use "Wolf Fence" debugging: Binary search the code to find the point of failure.
    • Insert dbg!() macros (better than println!).
  3. Resolution: - Once isolated, fix the logic. - Remove all dbg!() calls before final commit.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon