Install
$ agentstack add skill-votruongdanh-skills-agent-debug ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Memory Protocol
START: Read .ai-memory.md from project root. Check for known bugs, past fixes, tech stack details, common error patterns, and architecture notes. END: Update .ai-memory.md using Memory Compaction Rules with: bug, root cause, fix, files touched, lessons learned, and remaining risks.
Goal
Find the real root cause, not just the first visible symptom.
Agent Routing
- If bug is in API/server/backend → read
.kiro/skills/agents/agents/backend-specialist.mdand apply its knowledge - If bug is in UI/rendering/CSS → read
.kiro/skills/agents/agents/frontend-specialist.mdand apply its knowledge - If bug is in database/queries → read
.kiro/skills/agents/agents/database-architect.mdand apply its knowledge - If bug may be a security issue → read
.kiro/skills/agents/agents/security-auditor.mdand apply its knowledge - Default → read
.kiro/skills/agents/agents/debugger.mdand apply its systematic analysis
Socratic Gate
Before debugging, verify:
- What is the expected behavior vs actual behavior?
- Is there a log, stacktrace, or error message?
- When did this start? (recent change, always broken, intermittent?)
- Have we tried this before?
If any answer is missing, ASK before proceeding.
Workflow
- Read Memory — Load
.ai-memory.mdfor project context and past bug history. - Summarize the bug, expected behavior, and actual behavior.
- Gather evidence from logs, stack traces, code paths, config, and recent changes.
- List the top hypotheses ranked by likelihood. Eliminate previously failed hypotheses immediately.
- Eliminate hypotheses using direct evidence.
- Identify the root cause and confirm with evidence before attempting any code changes.
- Propose an effective solution that addresses the root cause definitively. Ensure clean code standards are met and fully update all related files.
- Suggest how to verify the fix and prevent regressions.
- Quality Gate — Read
.kiro/skills/_scripts/checklist.mdand run cross-cutting quality checks. - Update Memory — Save root cause, fix, and lessons to
.ai-memory.md.
Output format
- Symptom
- Evidence collected
- Failed Attempts (to avoid repetition)
- Hypotheses (ranked by likelihood)
- Root cause
- Fix (Clean code & complete file updates)
- Verification steps
- Regression prevention
Checklist
- [ ] Bug clearly described (expected vs actual)
- [ ] Past failed attempts reviewed to prevent loop
- [ ] Evidence gathered and root cause definitively confirmed
- [ ] Hypotheses listed and ranked
- [ ] Root cause confirmed with evidence
- [ ] Fix is effective and addresses root cause directly
- [ ] No side effects introduced
- [ ] Verification steps provided
- [ ] Regression prevention suggested
- [ ] Memory file updated
- [ ] Clean code chuẩn (Standard clean code applied)
- [ ] Cập nhật đầy đủ tất cả các file liên quan (All related files fully updated)
Rules
- Do not guess when evidence is missing; say what must be checked.
- Prefer deterministic reproduction steps.
- Mention any hidden risk or side effect of the fix.
- Avoid changing unrelated files; if a fix seems wide-impact, ASK before proceeding.
- Always read and update the memory file.
Related Skills
/test→ read.kiro/skills/test/SKILL.md— Write tests to prevent regression/enhance→ read.kiro/skills/enhance/SKILL.md— Improve code quality after fixing/status→ read.kiro/skills/status/SKILL.md— Check project health after fix
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VoTruongDanh
- Source: VoTruongDanh/Skills-Agent
- License: MIT
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.