ios-clean

Remove DebugBridge SPM package and #if DEBUG wiring from iOS apps.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/sadie100/claude-dotfiles --skill ios-clean-sadie100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-clean
Source: https://github.com/sadie100/claude-dotfiles/tree/main/skills/ios-clean
Command: npx skills add https://github.com/sadie100/claude-dotfiles --skill ios-clean-sadie100

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Swift, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the cleanup process for debug bridge and instrumentation from iOS apps, enhancing release build quality and performance.

Core Features & Use Cases

  • DebugBridge Cleanup: Removes the DebugBridge SPM package and related #if DEBUG wiring from an iOS app.
  • Instrumentation Stripping: Eliminates gstack iOS instrumentation, optimizing the final release build.
  • Use Case: Ideal for use after a debug build to prepare an app for release, ensuring it's free of debugging artifacts.

Quick Start

Execute the 'ios-clean' skill to strip the debugbridge and gstack iOS instrumentation from your app.

Frequently Asked Questions about ios-clean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove DebugBridge SPM package and #if DEBUG wiring from my iOS app?

Yes, you can strip gstack iOS instrumentation by running the ios-clean skill. It eliminates gstack instrumentation artifacts from your app source code to optimize the final release build quality and performance.

What is the best way to prepare an iOS debug build for release by stripping instrumentation?

The best way to prepare an iOS debug build for release is using the ios-clean skill to strip DebugBridge packages and gstack instrumentation. This cleans debugging artifacts from your Swift source code efficiently.

Does the ios-clean skill work with common CI workflows and Swift project configurations?

Yes, the ios-clean skill is compatible with common CI workflows and standard Swift project configurations. It uses Bash and Swift tools to automate the debug bridge cleanup process within your existing CI environment.

Do I need access to app source code and CI environment to clean debug bridge from my iOS app?

Yes, you need access to your app source code and CI environment to clean the debug bridge. The ios-clean skill modifies Swift project files and requires CI environment access to execute its Bash and Swift scripts.

When should I not use an automated debug bridge cleanup script for my iOS release build?

You should not use an automated debug bridge cleanup script if your iOS app does not use the DebugBridge SPM package or gstack iOS instrumentation. The ios-clean skill specifically targets these frameworks for removal.