wilderness
Community@tvh25082004 · VietNam
tvh25082004@gmail.com
Agent Skills by wilderness
Showing 39 vetted skills indexed across 2 GitHub repositories.
ios-design-agent-skill
Audit and improve iOS SwiftUI app aesthetics across typography, color, spacing, motion, and depth.
account-deletion-check
Detects missing in-app account deletion functionality required by App Store Guideline 5.1.1(v).
ai-data-disclosure
Detects iOS apps sending user data to third-party AI services without required consent disclosure.
att-framework-audit
Detects tracking SDKs missing App Tracking Transparency consent in iOS projects.
privacy-policy-check
Detects missing, broken, or placeholder privacy policy links in iOS and macOS apps.
privacy-manifest-check
Detects missing or incomplete PrivacyInfo.xcprivacy manifests and required-reason API declarations in iOS projects.
data-minimization-audit
Detects over-broad iOS data collection patterns violating Apple Guideline 5.1.1(iii).
content-moderation-api
Detects missing content moderation integrations in iOS apps with user-generated content.
ugc-safety-features
Detects missing report, block, filter, and contact mechanisms in iOS apps with user-generated content.
review-request-audit
Detects SKStoreReviewController requestReview misuse violating App Store Guideline 5.6.1 in Swift code.
app-completeness-check
Detects placeholder content, hardcoded credentials, and non-production endpoints in iOS projects before App Store submission.
crash-risk-audit
Detects force unwraps, force casts, and crash-prone Swift patterns before App Store submission.
sdk-version-check
Detects outdated Xcode SDKs, deprecated iOS APIs, and invalid deployment targets before App Store submission.
background-execution-audit
Detects iOS background mode abuse violating App Store Guideline 2.5.4.
review-readiness-check
Detects App Store review-blocking configuration issues in iOS and macOS projects before submission.
private-api-audit
Detects private Apple API usage and runtime introspection patterns in iOS and macOS source code.
push-notification-audit
Detects iOS push notification implementations that violate App Store Guideline 4.5.4.
safe-area-compliance
Detects unsafe safe-area overrides and hardcoded inset values in iOS Swift and Objective-C code.
ipad-layout-audit
Detects hardcoded iPhone widths and missing iPad orientation keys in iOS projects.
dynamic-type-support
Detects fixed font sizes and fixed-height text containers that break Dynamic Type scaling in iOS projects.
orientation-support
Detects missing iPad orientation keys and portrait-only locks in iOS projects.
subscription-disclosure
Detects missing subscription disclosure elements on iOS paywall screens per Guideline 3.1.2(c).
loot-box-disclosure
Detects randomized reward purchases in iOS code lacking odds disclosure before purchase.
iap-compliance
Detects external payment processors and WebView payment flows in iOS projects to enforce Apple IAP Guideline 3.1.1.
Frequently Asked Questions About wilderness
FAQPage SchemaWhat 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.