Nagarjuna2997

Swift Debugger — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository