AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Debug First

skill-eoeboh-agent-skills-debug-first · by EOEboh

Before fixing a bug: reproduce it, confirm root cause, write a failing test first.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-eoeboh-agent-skills-debug-first

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-eoeboh-agent-skills-debug-first)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Debug First? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Debug-first

Run this whenever asked to fix a bug, investigate unexpected behavior, or explain "why is X happening." Do not jump straight to a plausible-looking fix.

Sequence (do not skip steps)

  1. Reproduce the bug first. If you can't reproduce it, say so explicitly and ask for

more detail (exact steps, input, environment) rather than guessing at a fix for something you haven't confirmed.

  1. Once reproduced, write a failing test that captures the bug. If the codebase has no

test infrastructure for this area, at minimum write a minimal reproduction script and show its output before touching the fix.

  1. State the root cause in one or two sentences before writing any fix. If you're not

sure it's the root cause vs. a symptom, say that uncertainty out loud rather than fixing the symptom and reporting success.

  1. Write the fix.
  2. Run the failing test again and confirm it now passes. Paste the actual output.
  3. Run the broader test suite (not just the new test) to check for regressions.

Edge cases

  • If the bug is intermittent/flaky and you can't reliably reproduce it: say so, describe

what you tried, and propose instrumentation (logging, assertions) rather than a blind fix. Do not claim a fix resolved an intermittent bug without a way to verify it did.

  • If reproducing requires an external dependency you don't have access to (a real

webhook payload, a specific API response, a production dataset shape): ask for a sample/mock rather than fabricating one that might not match reality.

  • If the "bug" turns out to be expected behavior or a misunderstanding of the spec: say

that plainly instead of changing code to match an incorrect assumption.

Reporting format

  • Reproduction: how, and what you saw
  • Root cause: one or two sentences
  • Test added: path + the failing-then-passing output
  • Full suite result after the fix
  • Anything you couldn't verify, named explicitly

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.