— No reviews yet
0 installs
18 views
0.0% view→install
Install
$ agentstack add skill-yeaight7-agent-powerups-bug-hunt ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Are you the author of Bug Hunt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Purpose
Locate and fix the root cause of a bug with minimal scope. A correct fix beats a fast guess.
When to Use
- A specific, reproducible bug needs fixing.
- A test is failing and the cause is unclear.
- An unexpected behavior needs a targeted fix.
For complex, persistent, or multi-component bugs, use systematic-debugging instead.
Inputs
- Bug description or reproduction steps.
- Relevant error messages or stack traces.
- Access to the codebase and test suite.
Workflow
- Reproduce — Trigger the bug reliably before writing any code.
- Identify — Find the true failing layer, not just the first place the error surfaces.
- Fix — Apply the minimal change at the root cause.
- Test — Add or update a focused test that would have caught this bug.
Output
Root cause:
Fix:
Verification:
Residual risk:
Verification
- [ ] Bug reproduced before fix was written
- [ ] Root cause identified (not just symptom location)
- [ ] Fix is minimal — no unrelated changes bundled in
- [ ] Test added or updated to prevent regression
Failure Modes
- Fixing the symptom — Error location ≠ root cause. Trace backward until the origin is found.
- Skipping reproduction — Fixes written without a reliable reproduction often miss the actual bug.
- Missing test — Without a regression test, the same bug is likely to return.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: yeaight7
- Source: yeaight7/agent-powerups
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.