Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automate builds, tests, and deployments across web, mobile, and backend applications.
Automate builds, tests, and deployments across web, mobile, and backend applications.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Trigger on: automated deployment, continuous integration, pipeline setup, GitHub Actions, GitLab CI, build failing, deploy automatically, CI configuration, release automation.
StackRecommendedWhyWeb (Next.js, Nuxt, static)Vercel, NetlifyZero-config, auto-deploys, preview URLsMobile (iOS/Android/Flutter)Codemagic, Bitrise + FastlanePre-configured signing, app store uploadBackend/DockerGitHub Actions, GitLab CIFull control, self-hosted runners optionMonorepoNx/Turborepo + GHAAffected detection, build caching Decision tree: If platform handles deploy automatically (Vercel, Netlify) โ skip custom CI. Only add GitHub Actions when you need tests, custom builds, or deploy to your own infra.
For copy-paste workflows, see templates.md.
MistakeImpactFixUsing latest image tagsBuilds break randomlyPin versions: node:20.11.0Not caching dependencies+5-10 min per buildCache node_modules, .next/cacheSecrets in workflow filesLeaked in logs/PRsUse platform secrets, OIDC for cloudMissing timeout-minutesStuck jobs burn budgetAlways set: timeout-minutes: 15No concurrency controlRedundant runs on rapid pushesGroup by branch/PRBuilding on every pushWasted resourcesBuild on push to main, test on PRs
The #1 pain point. iOS requires certificates + provisioning profiles. Android requires keystores. The fix: Use Fastlane Match โ stores certs/profiles in git repo, syncs across team and CI. # One-time setup fastlane match init fastlane match appstore # In CI fastlane match appstore --readonly For detailed mobile CI/CD patterns (iOS, Android, Flutter), see mobile.md.
Error PatternLikely CauseCheckWorks locally, fails in CIEnvironment driftNode version, env vars, OSIntermittent failuresFlaky tests, resource limitsRetry logic, increase timeoutENOENT / file not foundBuild order, missing artifactCheck needs: dependenciesExit code 137Out of memoryUse larger runner or optimizeCertificate/signing errorsExpired or mismatched credsRegenerate with Match/Fastlane
Container orchestration (Kubernetes) โ see k8s skill Server configuration โ see server skill Monitoring and observability โ see monitoring skill
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.