Skip to content

Add Agentic Debugger skill - #1469

Open
Novera AI (whaojie797-design) wants to merge 1 commit into
ComposioHQ:masterfrom
whaojie797-design:add-agentic-debugger
Open

Add Agentic Debugger skill#1469
Novera AI (whaojie797-design) wants to merge 1 commit into
ComposioHQ:masterfrom
whaojie797-design:add-agentic-debugger

Conversation

@whaojie797-design

Copy link
Copy Markdown

What problem it solves

AI-generated code frequently "looks right" but fails at runtime, and developers often apply fixes blindly without proof. Agentic Debugger enforces a reproduce-first debugging loop: parse the traceback, generate a minimal pytest reproduction, apply the smallest fix, then verify with a guarded test run — every fix ships with red-before / green-after evidence.

Who uses this workflow

  • Developers debugging runtime errors and failing tests with Claude Code
  • Teams reviewing AI-generated code that compiles but misbehaves
  • Anyone who wants a regression test attached to every bug fix

What is included

  • agentic-debugger/SKILL.md — follows the repo template (When to Use / What This Skill Does / How to Use / Example / Tips / Common Use Cases)
  • agentic-debugger/scripts/ — three helper scripts (parse_trace, make_repro, run_guard) that run on the Python standard library only, no pip installs; all compile-checked and verified against real samples
  • agentic-debugger/references/debug-loop.md — the full loop documentation with anti-patterns

Attribution

Inspired by the reproduce-first debugging discipline from Novera-AI-skills, where the skill is actively maintained by @whaojie797-design.

Checklist

  • Skill folder uses lowercase-hyphen naming
  • SKILL.md follows the repo template
  • README entry added in Development & Code Tools, alphabetical order
  • No emojis in the entry; attribution included
  • Scripts tested (syntax-checked + real-sample runs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant