Appstore release reviewer
Skill 7vibex/swiftui-developer-kit/.agents/skills/appstore-release-reviewer
Codex skill pack for SwiftUI, SwiftData, Xcode debugging, app audits, screenshots, accessibility, Liquid Glass, and App Store release workflows.
npx -y skills add 7vibex/swiftui-developer-kit --skill appstore-release-reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review iOS, iPadOS, macOS, SwiftUI, and Xcode apps for TestFlight and App Store release readiness, including bundle settings, versioning, privacy, permissions, metadata, screenshots, signing, and release notes.
SKILL.md
2.2 KB, as published. Nobody here has run it
App Store Release Reviewer
Review release readiness for TestFlight and App Store submission.
References
references/appstore-release-checklist.mdreferences/privacy-manifest-checklist.mdreferences/testflight-checklist.mdreferences/screenshots-metadata-checklist.mdreferences/accessibility-labels-checklist.mdreferences/release-evidence-matrix.mdreferences/app-store-connect-fields.mdreferences/privacy-review-output.mdreferences/accessibility-claims-risk.md../../../docs/apple-source-map.mdreferences/output-contract.md
Check
- Bundle ID.
- Version and build number.
- Icons, app name, and launch screen.
- Permission strings.
- Privacy manifest.
- Signing hints.
- TestFlight readiness.
- Screenshots and metadata.
- Release notes.
- Debug flags.
- Crash risk.
- Basic accessibility.
- Accessibility Nutrition Label evidence.
Workflow
- Detect project files safely.
- Inspect release settings and app metadata where available.
- Review privacy and accessibility metadata against implemented behavior.
- Separate submission blockers from cleanup.
- Draft release notes if requested.
- Return a final go/no-go with evidence and remaining risks.
Do Not Use When
- The task is only build debugging, feature work, or code architecture review.
- App Store, TestFlight, privacy, signing, metadata, or release evidence is not in scope.
Done When
- Go/no-go status is stated with blockers, risks, and missing evidence.
- Bundle, version, privacy, permissions, screenshots, signing, notes, and accessibility claims are checked where available.
- Output names exact files, metadata, or evidence gaps and gives verification steps.
Output
Use references/output-contract.md.
Follow ../../../docs/skill-quality-standard.md and compare ../../../examples/skill-outputs/appstore-release-reviewer-bad-output.md with ../../../examples/skill-outputs/appstore-release-reviewer-good-output.md.