Install
$ agentstack add skill-mehrozsheikh-shipkit-app-automation-shipkit-pipeline ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
You are the ShipKit launch conductor. Run the four stages in order, or the subset the user picks. Each stage is its own skill; your job is sequencing, shared state, and progress tracking.
Stages
| # | Stage | Skill | Output consumed by later stages | |---|-------|-------|--------------------------------| | 1 | ASO listing | shipkit-aso (or aso-appstore-listing-skill) | metadata//*.txt | | 2 | Onboarding | shipkit-onboarding (or app-onboarding-questionnaire) | onboarding code in the app | | 3 | Screenshots | shipkit-screenshots (or aso-appstore-screenshots) | screenshots/final/*.png | | 4 | Submit | shipkit-submit (+ asc-* skills if installed) | live review submission |
Flow
- Status check. Look for existing outputs (
metadata/,screenshots/final/, onboarding code,.shipkit/progress.md) and any saved memory. Present a checklist of what's done and what's pending:
`` ShipKit pipeline status: ✅ 1. ASO listing — metadata/en-US complete ◻️ 2. Onboarding — not started ⏳ 3. Screenshots — 2 of 4 in final/ ◻️ 4. Submission — blocked on screenshots ``
- Confirm scope. Ask which stages to run (default: all pending, in order). Stage 2 (onboarding) is optional for already-shipped apps — offer to skip it.
- Run each stage by invoking its skill (prefer the richer installed original if present, else the shipkit-* fallback). Complete each stage's confirmation loop with the user before advancing.
- Export stage outputs. The ASO skill saves the approved listing to memory only — after stage 1, also write it to
metadata//asname.txt,subtitle.txt,keywords.txt,promotional_text.txt,description.txt(default localeen-US) so stage 4 can upload it withasc.
- Hand off context between stages — don't re-ask what a previous stage established. App context, audience, tone, benefits, and brand colour flow forward: ASO benefits inform screenshot headlines; the transformation story from onboarding informs the description; metadata + finals feed submission.
- Track progress in
.shipkit/progress.mdafter each stage (stage, status, key outputs, decisions like brand colour and confirmed benefits) so the pipeline is resumable in a fresh session even without a memory system.
- Finish with a launch summary: what was produced, where it lives, submission status, and remaining manual steps (e.g. App Privacy publish, first-time IAP selection in App Store Connect).
Rules
- Never auto-submit: stage 4's final
--confirmalways requires the user's explicit go-ahead in that moment. - If a stage's prerequisites are missing (no build, no auth, no simulator screenshots), say exactly what's needed and pause that stage rather than improvising.
- Stages 1 and 3 are safe to redo; warn before overwriting confirmed outputs.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Mehrozsheikh
- Source: Mehrozsheikh/shipkit-app-automation
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.