Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
App Store Preflight Skill walks an iOS or macOS Xcode project through the rules Apple enforces at review. It checks metadata, subscriptions, privacy manifests, entitlements, and design compliance using app-type-specific checklists and the asc CLI for metadata inspection. The skill produces a severity-ordered report with suggested fixes and re-validates after changes. It gives developers a structured preflight before submission, or a clear map after a rejection.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Use the app-store-preflight-skills skill to review the iOS/macOS Xcode project at <PROJECT_PATH>. The app type is <APP_TYPE>, and its metadata is available in the canonical asc layout at <METADATA_DIR>. Start with the all-apps checklist and the matching app-type checklist, inspect the relevant rejection-rule files, and produce a concise Preflight Report ordered by rejections, warnings, and passed checks. For every finding, include the applicable guideline, affected file, and recommended fix. Do not apply fixes. Replace <PROJECT_PATH>, <APP_TYPE>, and <METADATA_DIR> with the actual local project path, documented app type, and metadata directory.