Generate conventional commit messages for ProjectX by analyzing staged git changes. Supports feat/fix/refactor/test/chore scopes with optional breaking change markers.
Generate structured PR descriptions for ProjectX by analyzing git diff, commit history, and related changes. Creates summary, change list, testing notes, and review checklist tailored to Swift 6 Apple platform development and Clean Architecture.
Generate comprehensive unit tests for ProjectX Apple platforms app using Swift Testing (@Test, @Suite, #expect) and XCTest. Covers Swift 6 ViewModels, UseCases, Services, and Mappers with concurrency-first patterns and full branch coverage.
Guided Apple platform feature implementation across all layers of ProjectX Clean Architecture. Creates SwiftData models, domain entities, repositories, use cases, API requests, services, concurrency-first ViewModels, SwiftUI views, and navigation routes for Swift 6 and platform 26 targets.
Multi-stage code review for ProjectX Apple platforms app. Functional review validates business logic and acceptance criteria. Technical review checks Clean Architecture layers, @Observable usage, Design System compliance, strict Swift 6 concurrency, platform 26 support, and navigation correctness.