OkminLee/everything-claude-code-ios

58Stars on the repository
38Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ios-coverage

01

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.

58 5mo ago A 30 tokens original MIT

plan

03

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.

58 5mo ago A 25 tokens copy · 86% MIT

swift-refactor

04

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.

58 5mo ago A 31 tokens original MIT

swift-review

05

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.

58 5mo ago A 27 tokens original MIT

swift-tdd

06

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.

58 5mo ago A 33 tokens original MIT

xcuitest

10

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.

58 5mo ago A 32 tokens original MIT