Agent skill
post-deploy
Mobile post-deployment monitoring and validation. TODO: Implement for mobile. Invoked by: "/post-deploy", "verify deployment", "app store check", "crash monitoring".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/post-deploy-eleva-labs-agentic-coding-templ
SKILL.md
Post-Deploy (Mobile)
Status: Stub - Not Implemented Domain: Mobile
Overview
Mobile-specific post-deployment skill for monitoring app store submissions, crash reporting, and user feedback after releasing mobile applications via EAS or direct store submission.
Arguments
| Argument | Description | Example |
|---|---|---|
| environment | Target environment | staging, production |
| --platform | Specific platform to check | ios, android |
| --skip-crashlytics | Skip crash monitoring | --skip-crashlytics |
Usage Examples
# Run all post-deployment checks
/post-deploy production
# Check iOS App Store status only
/post-deploy production --platform ios
# Check staging without crash monitoring
/post-deploy staging --skip-crashlytics
Mobile-Specific Checks
- App Store Connect review status monitoring
- Google Play Console review status monitoring
- Firebase Crashlytics error spike detection
- Sentry error monitoring
- App rating and review monitoring
- OTA update success rate (for Expo)
- TestFlight/Internal Testing feedback
TODO
- Define App Store monitoring workflow
- Add Crashlytics integration guide
- Add Sentry integration guide
- Define review monitoring automation
- Add OTA update verification for Expo
- Document rollback procedures for mobile
- Add user feedback collection workflow
End of Skill
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?