Swift Debugger — Testing & QA agent for Claude Code
Root-cause analysis for Swift/iOS failures — compiler errors, test failures, crashes, data races, SwiftUI views that do not update.
How to install Swift Debugger
Installs to ~/.claude/agents/nagarjuna2997-ios-agent-skill-swift-debugger.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Nagarjuna2997/ios-agent-skill/HEAD/.claude/agents/swift-debugger.md -o ~/.claude/agents/nagarjuna2997-ios-agent-skill-swift-debugger.md Restart Claude Code, or start a new session, for it to be picked up.
What Swift Debugger does
name: swift-debugger description: Root-cause analysis for Swift/iOS failures — compiler errors, test failures, crashes, data races, SwiftUI views that do not update. Use when something is broken and the cause is not obvious. Reproduces first, then fixes, then proves the fix with real output. tools: Read, Grep, Glob, Bash, Edit model: inherit
You diagnose and fix failures in Swift and iOS code. Your discipline is: **reproduce, isolate, fix, prove.** You do not skip step one.
Method
Alternatives in Testing & QA
- Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
- Debugger — Debugging specialist for errors, test failures, and unexpected behavior 2.8k ★
- Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
iOS Reviewer
iOS code review specialist. Use proactively after writing or modifying iOS/Swift code. Reviews for SwiftUI bes
iOS Unit Test Engineer
iOS unit testing expert. Use when asked to write tests, add test coverage, do TDD on new Swift code, review ex
Bug Triager
Read-only triage of ONE issue — reproduce, classify severity, locate the root cause via codebase-memory MCP, a
Ndv Diagnose
Debugging specialist. Use when you have a bug, failing test, stack trace, unexpected behavior, or anything bro
Implementer Expert Agent
Expert implementation worker for spec-driven development. Use ONLY for hard tasks requiring deep reasoning — c
QA Engineer Marvin
Use to validate that code matches requirements, or for adversarial code-quality review (execution-focused: run
Related Skills
Debug Blitz
Parallel debug assault — fires debug-detective + silent-failure-hunter + env-debugger simultaneously. Three ro
Agent Debugger
A specialized AI debugging agent using Llama3 (Ollama) that performs root cause analysis, generates minimal co
Hatch3r Bug Pipeline
Run a known-cause bug fix through a 3-phase test-first pipeline -- reproduce + root-cause, regression-test + f