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

Debug

skill-ao92265-claude-code-playbook-debug · by ao92265

>

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

Install

$ agentstack add skill-ao92265-claude-code-playbook-debug

✓ 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-ao92265-claude-code-playbook-debug)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Structured Debugging

Systematic debugging using the scientific method. No more random changes hoping something works.

Steps

  1. Reproduce the bug:
  • Get the exact error message, stack trace, or unexpected behavior
  • Find the minimal reproduction case
  • Confirm it's reproducible (not a flaky test or race condition)
  • If it can't be reproduced, gather more data before proceeding
  1. Form a hypothesis:
  • Based on the error and context, what's the most likely cause?
  • List 2-3 possible causes ranked by probability
  • State what you'd expect to see if each hypothesis is correct
  1. Test the hypothesis:
  • Add a targeted log, breakpoint, or assertion to test the top hypothesis
  • Run the reproduction case
  • Does the evidence support or refute the hypothesis?
  1. Narrow down:
  • If hypothesis is supported: zoom in on the specific code path
  • If hypothesis is refuted: move to the next hypothesis
  • Use binary search: add a check at the midpoint of the suspected code path
  • Each step should cut the problem space in half
  1. Identify the root cause:
  • Don't stop at the symptom — find why it's happening
  • Check: is this a data issue, logic error, race condition, or configuration problem?
  • Verify the root cause explains ALL observed symptoms
  1. Fix and verify:
  • Make the minimum change that fixes the root cause
  • Run the original reproduction case — does it pass?
  • Run the full test suite — did the fix introduce regressions?
  • Remove any debugging artifacts (extra logs, breakpoints)
  1. Prevent recurrence:
  • Add a test case that would have caught this bug
  • Consider: should this be in tasks/lessons.md?
  • Is there a class of similar bugs that should be checked?

Important

  • Don't change code randomly. Every change should test a specific hypothesis.
  • Don't fix symptoms. A null check at the crash site is a band-aid — find why it's null.
  • Keep notes. Write down hypotheses and results so you don't re-test the same thing.
  • Time-box. If you're stuck after 3 hypotheses, step back and reconsider assumptions.
  • Remove debug artifacts. No console.log, debugger statements, or commented-out code in the final commit.

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.