ios-coverage
01OkminLee/everything-claude-code-ios
Command
Analyze test coverage and generate missing tests for iOS projects. Uses xcodebuild coverage and xccov to identify under-tested code and generate tests.
OkminLee/everything-claude-code-ios
Command
Analyze test coverage and generate missing tests for iOS projects. Uses xcodebuild coverage and xccov to identify under-tested code and generate tests.
OkminLee/everything-claude-code-ios
Command
Analyze the current session and extract any patterns worth saving as skills.
OkminLee/everything-claude-code-ios
Command
Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
OkminLee/everything-claude-code-ios
Command
Safely identify and remove dead code with test verification. Uses Periphery for Swift dead code analysis, categorizes findings by severity, and verifies with tests.
OkminLee/everything-claude-code-ios
Command
Comprehensive security and quality review for Swift/iOS code changes. Checks for memory leaks, concurrency issues, and iOS security vulnerabilities.
OkminLee/everything-claude-code-ios
Command
Enforce test-driven development workflow for Swift/iOS. Define protocols, write tests FIRST using Swift Testing, then implement minimal code. Ensure 80%+ coverage.
OkminLee/everything-claude-code-ios
Command
Analyze the codebase structure and update architecture documentation.
OkminLee/everything-claude-code-ios
Command
Sync documentation from source-of-truth.
OkminLee/everything-claude-code-ios
Command
Incrementally fix Xcode build and Swift compiler errors. Parse errors, explain issues, apply fixes, verify resolution.
OkminLee/everything-claude-code-ios
Command
Generate and run end-to-end tests with XCUITest. Creates test journeys using Page Object Model, runs tests, captures screenshots/videos, and manages flaky tests.