wilderness avatar

wilderness

Community

@tvh25082004 · VietNam

2Followers
|
52Public Repos
|
39Published Skills

tvh25082004@gmail.com

Skills Distribution
DomainDeveloper To...iOS App Store Comp.. (45%)Android Jetpack Co.. (25%)Mobile Security & .. (20%)Mobile UI/UX Desig.. (10%)

Agent Skills by wilderness

Showing 39 vetted skills indexed across 2 GitHub repositories.

tvh25082004tvh25082004

ios-design-agent-skill

Audit and improve iOS SwiftUI app aesthetics across typography, color, spacing, motion, and depth.

Community
Intermediate
tvh25082004tvh25082004

account-deletion-check

Detects missing in-app account deletion functionality required by App Store Guideline 5.1.1(v).

Community
Intermediate
tvh25082004tvh25082004

ai-data-disclosure

Detects iOS apps sending user data to third-party AI services without required consent disclosure.

Community
Intermediate
tvh25082004tvh25082004

att-framework-audit

Detects tracking SDKs missing App Tracking Transparency consent in iOS projects.

Community
Intermediate
tvh25082004tvh25082004

privacy-policy-check

Detects missing, broken, or placeholder privacy policy links in iOS and macOS apps.

Community
Intermediate
tvh25082004tvh25082004

privacy-manifest-check

Detects missing or incomplete PrivacyInfo.xcprivacy manifests and required-reason API declarations in iOS projects.

Community
Intermediate
tvh25082004tvh25082004

data-minimization-audit

Detects over-broad iOS data collection patterns violating Apple Guideline 5.1.1(iii).

Community
Intermediate
tvh25082004tvh25082004

content-moderation-api

Detects missing content moderation integrations in iOS apps with user-generated content.

Community
Intermediate
tvh25082004tvh25082004

ugc-safety-features

Detects missing report, block, filter, and contact mechanisms in iOS apps with user-generated content.

Community
Intermediate
tvh25082004tvh25082004

review-request-audit

Detects SKStoreReviewController requestReview misuse violating App Store Guideline 5.6.1 in Swift code.

Community
Intermediate
tvh25082004tvh25082004

app-completeness-check

Detects placeholder content, hardcoded credentials, and non-production endpoints in iOS projects before App Store submission.

Community
Intermediate
tvh25082004tvh25082004

crash-risk-audit

Detects force unwraps, force casts, and crash-prone Swift patterns before App Store submission.

Community
Intermediate
tvh25082004tvh25082004

sdk-version-check

Detects outdated Xcode SDKs, deprecated iOS APIs, and invalid deployment targets before App Store submission.

Community
Intermediate
tvh25082004tvh25082004

background-execution-audit

Detects iOS background mode abuse violating App Store Guideline 2.5.4.

Community
Intermediate
tvh25082004tvh25082004

review-readiness-check

Detects App Store review-blocking configuration issues in iOS and macOS projects before submission.

Community
Intermediate
tvh25082004tvh25082004

private-api-audit

Detects private Apple API usage and runtime introspection patterns in iOS and macOS source code.

Community
Intermediate
tvh25082004tvh25082004

push-notification-audit

Detects iOS push notification implementations that violate App Store Guideline 4.5.4.

Community
Intermediate
tvh25082004tvh25082004

safe-area-compliance

Detects unsafe safe-area overrides and hardcoded inset values in iOS Swift and Objective-C code.

Community
Intermediate
tvh25082004tvh25082004

ipad-layout-audit

Detects hardcoded iPhone widths and missing iPad orientation keys in iOS projects.

Community
Intermediate
tvh25082004tvh25082004

dynamic-type-support

Detects fixed font sizes and fixed-height text containers that break Dynamic Type scaling in iOS projects.

Community
Intermediate
tvh25082004tvh25082004

orientation-support

Detects missing iPad orientation keys and portrait-only locks in iOS projects.

Community
Intermediate
tvh25082004tvh25082004

subscription-disclosure

Detects missing subscription disclosure elements on iOS paywall screens per Guideline 3.1.2(c).

Community
Intermediate
tvh25082004tvh25082004

loot-box-disclosure

Detects randomized reward purchases in iOS code lacking odds disclosure before purchase.

Community
Intermediate
tvh25082004tvh25082004

iap-compliance

Detects external payment processors and WebView payment flows in iOS projects to enforce Apple IAP Guideline 3.1.1.

Community
Intermediate

Frequently Asked Questions About wilderness

FAQPage Schema
What tasks can I perform using wilderness's skills?▼

You can audit iOS apps against App Store Review Guidelines (privacy, IAP, Sign in with Apple, permissions, metadata, crash risks), review SwiftUI design quality, and build Android features with Jetpack Compose, Navigation 3, adaptive layouts, testing infrastructure, R8 optimization, and Intent security hardening.

Who are these skills designed for?▼

iOS developers preparing apps for App Store review, Android engineers working with Jetpack Compose and Navigation 3, and mobile teams enforcing privacy compliance such as App Tracking Transparency, data minimization, and privacy manifest requirements.

Which App Store guidelines do the iOS audit skills cover?▼

They cover Guidelines 1.2 (UGC safety), 2.1 (completeness, crashes), 2.3 (metadata accuracy), 2.4.1 (iPad layout), 2.5 (private APIs, background execution), 3.1.1/3.1.2 (IAP and subscriptions), 4.5.4 (push), 4.8 (Sign in with Apple), and 5.1 (privacy, permissions, data disclosure).

Are these skills open source and what licensing applies?▼

The ios-design skill is MIT licensed by Josh Adams. The Android skills (r8-analyzer, android-intent-security, navigation-3, testing-setup, adaptive, styles) are authored by Google LLC with complete terms in each skill's LICENSE.txt file.

What prerequisites or project setups do these skills require?▼

iOS audit skills require access to an Xcode project or Swift codebase including Info.plist and PrivacyInfo.xcprivacy files. Android skills require a Gradle-based Android project using Jetpack Compose, with R8/ProGuard configuration files for the build optimization analysis.