Asc Submission Health
Asc Submission Health analyzes submitted content for potential issues like formatting errors or policy violations, ensuring a smoother review process.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add asc-submission-health npx -- -y @trustedskills/asc-submission-health
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"asc-submission-health": {
"command": "npx",
"args": [
"-y",
"@trustedskills/asc-submission-health"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, asc-submission-health, leverages the App Store Connect CLI to provide detailed health status information about app submissions. It can check if a submission is in review, approved, or rejected and retrieve associated metadata like build number and submission notes. This allows for proactive monitoring of app store submission processes.
When to use it
- Automated Status Checks: Integrate into CI/CD pipelines to automatically verify submission status after deployment.
- Proactive Issue Identification: Regularly check submission health to identify potential issues before they impact release schedules.
- Troubleshooting Rejected Submissions: Quickly retrieve rejection reasons and associated notes from App Store Connect.
- Release Coordination: Keep stakeholders informed about the progress of app submissions in real-time.
Key capabilities
- Retrieves submission status (in review, approved, rejected).
- Fetches build number for a given submission.
- Accesses submission notes and metadata.
Example prompts
- "What is the health status of my latest iOS app submission?"
- "Can you tell me the build number associated with submission ID 12345?"
- "Retrieve the rejection reason for submission ABC-XYZ."
Tips & gotchas
- Requires authentication credentials configured for the App Store Connect CLI.
- Submission IDs are required to retrieve specific submission details.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.