debug helper

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "debug helper" with this command: npx skills add udapy/rust-agentic-skills/udapy-rust-agentic-skills-debug-helper

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

  • Reproduction:

  • Can you write a test case that fails?

  • If not, create a minimal reproducible example (MRE).

  • Isolation:

  • Use "Wolf Fence" debugging: Binary search the code to find the point of failure.

  • Insert dbg!() macros (better than println! ).

  • Resolution: - Once isolated, fix the logic. - Remove all dbg!() calls before final commit.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

rust core specialist

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security specialist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

lint hunter

No summary provided by upstream source.

Repository SourceNeeds Review