Translate Xcstrings
Translate or normalize Xcode .xcstrings catalogs. Use when adding missing locales, reviewing terminology consistency, adding a new language, or updating Localizable.xcstrings, InfoPlist.xcstrings, and AppShortcuts.xcstrings without breaking placeholders or Xcode formatting.
Pre Commit Review
Review uncommitted Apple-platform changes across seven lenses — performance, user experience, test coverage, architecture, code style, security & privacy, and documentation — and produce a structured report with severity-graded findings before the user runs git commit. Use when the user asks to review a diff before committing, audit pending Swift / SwiftUI / Apple-platform changes for regressions…
Handle Github Issue
Handle a GitHub issue end-to-end using disciplined code review, TDD when applicable, local verification, and structured landing workflow.
Commit Message
Draft a git commit message from current repository changes, current conversation, and session context. Use when writing a Conventional Commit, applying repository or team policy for scopes and footers, generating monorepo-aware commit text, or adding issue trailers without running git commit.
App Store Preview Pipeline
Plan and generate App Store Connect screenshots and static preview compositions from deterministic simulator captures. Use when preparing Apple marketing screenshots, defining stable sample data, automating localized capture flows, choosing broad device coverage, or reviewing proof images before final batch export.
Eas App Store Metadata
Manage and version App Store Connect metadata with EAS CLI. Use when creating or maintaining store.config.json, syncing App Store Connect listing data with eas metadata:pull or eas metadata:push, versioning release notes and screenshots in git, or validating Apple listing changes before release handoff.