📱
AutomationRust

Debug iOS

by tanlethanh

Debug iOS is an Automation skill for Claude Code, published by tanlethanh in zedra.

211 stars23 forkson tanlethanh/zedraAdded 2026/09/04+1% in starsRepository updated 2026/08/27
Install in seconds
Install Debug iOS
Copy Debug iOS into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tanlethanh/zedra/tree/main/.claude/skills/debug-ios ~/.claude/skills/debug-ios

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tanlethanh/zedra.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/debug-ios/SKILL.md in tanlethanh/zedra
Installs to
~/.claude/skills/debug-ios
Collection
One of 2 skills cataloged from this repository
Category
Automation1860 skills

What Debug iOS does

Debug iOS self-runs an investigation loop for iPhone and simulator bugs. It verifies the device and log daemon, drives the app with taps or gestures, and reports root cause findings for crashes, hangs, and wrong behavior.

Debug iOS is cataloged under Automation on DirSkills.

Documentation

README

Debug iOS

Autonomous iOS debug loop: verify environment, plan investigation, drive app while capture logs, report back. Build on docs/DEVTOOL.md (in-app tap/touch driver, iOS + Android), scripts/ios-log.sh daemon (background log capture queryable by time range), and scripts/ios-log.sh wait (poll for expected log line, no sleep-and-hope).

Invoke with bug description + optional flags: /debug-ios <bug description> [--direct] [--no-devtool] [--perf] — see "Flags" below for what each change.

At a glance

This is the opening of the README. Read the full README on GitHub.

Commands Debug iOS provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /debug-ios
  • /elements
  • /ping

Frequently asked about Debug iOS

  • What else does tanlethanh publish alongside Debug iOS?

    Debug iOS is one of 2 skills that DirSkills catalogs from tanlethanh/zedra, the repository it ships in. Its siblings there include Test Agent Hooks. Each one is a separate skill with its own page in this directory, installs the same way Debug iOS does, and is maintained by tanlethanh in that same repository. The rest of the collection is listed on the tanlethanh/zedra page.

  • How does Debug iOS compare to other Automation skills?

    Debug iOS ranks #1680 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Debug iOS against them. Open each page to compare what they document and how they install.