From n360-app-release
Use before every App Store or Play Store submission. Provides a 19-phase verification protocol with priority classification (P0 release blockers through P3 nice-to-have). Covers API health, auth flows, emergency/critical paths, navigation stability, location/permissions, watch apps, email templates, offline resilience, data integrity, security, build consistency, performance, accessibility, device compatibility, disaster recovery, compliance, end-to-end journeys, pre-deploy checks, and post-deploy verification. Includes failure protocol and test metadata format.
How this skill is triggered — by the user, by Claude, or both
Slash command
/n360-app-release:app-release-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Mandatory before every App Store / Play Store submission. No exceptions.**
Mandatory before every App Store / Play Store submission. No exceptions.
Adapt this phase to your app's critical path. Examples: SOS/panic button, payment processing, order fulfilment, real-time alerts.
For EACH primary screen:
Watch, tablet, widget, or secondary device.
For EACH transactional email template:
Adapt to your jurisdiction: GDPR, POPIA, CCPA, HIPAA, etc.
If ANY P0 check fails:
If ANY P1 check fails:
For each test run, record:
| Check | Status | Device/OS | Tested By | Notes |
|-------|--------|-----------|-----------|-------|
| [description] | PASS/FAIL | [device + OS version] | [name] | — |
Checks marked [AUTO] can be scripted and run by Claude Code. Checks marked [MANUAL] require a human with a physical device or browser.
AUTO: Phase 1 (API health, auth endpoints, data endpoints), Phase 10 (secret scanning, .gitignore, CORS check), Phase 11 (version matching), Phase 18 (build, tests, type checking), Phase 19 (API health, test user registration)
MANUAL: Phase 3 (critical path on real device), Phase 4 (navigation stress testing), Phase 5 (permission dialogs), Phase 6 (companion pairing), Phase 7 (email rendering), Phase 13 (accessibility on real device), Phase 14 (device compatibility)
When running this protocol, Claude Code should execute all AUTO checks first, report results, then present the MANUAL checklist for the user to complete.
npx claudepluginhub jpvt1977/n360-marketplace --plugin n360-app-releaseGuides manual testing of app features with checklists, edge case identification, cross-browser and mobile verification, and structured QA workflows before deployment.
Runs an end-to-end mobile app release pipeline via mimi-seed: CI build, submission risk checks, release note generation, and store deployment for Play Store and App Store.
Generates pre-deployment checklists for code quality, security, performance, infrastructure, database migrations, and produces go/no-go readiness report.