Phase 04 · Ship
Ship
The Ship phase is where a builder makes a release hold up under real users - testing and QA, code review, security, CI/CD and deploy, and performance. Skillselion organizes every AI-coding skill, MCP server and workflow for this phase and highlights the best tool to catch what one person cannot eyeball alone.
The top-ranked Ship-phase tools for solo builders are agent-browser, azure-deploy, web-design-guidelines.
Ranked shortlists: Best marketplaces · Best MCP servers · Best plugins · Best skills
Description
1Agent BrowserAutomationGive your coding agent a fast Chromium CLI for real browser tasks—forms, screenshots, scraping, QA, and Electron apps—instead of fragile built-in browser snippets.428k35.5k
2Azure DeployMonitoring & CloudRun validated Azure deployment plans with azd, Terraform, or Bicep after prepare and validate skills have finished.374k1.2k
3Web Design GuidelinesFrontend & DesignRun a fresh, Vercel-aligned UI and accessibility review on specific frontend files before you ship or merge polish work.374k27.7k
4Azure ValidateMonitoring & CloudRun pre-deploy Azure readiness checks on azure.yaml, Bicep or Terraform, RBAC, managed identity, and Functions or Container Apps374k1.2k
5Azure ComplianceSecurityRun Azure best-practice and compliance scans with azqr and audit Key Vault keys, secrets, and certificates before or after shipping workloads.373k1.2k
6Azure KubernetesAutomationFix Kubernetes manifests for AKS Automatic compatibility constraints like resources, seccomp, and capabilities.204k1.2k
7Openclaw Secure Linux CloudSecurityDeploy OpenClaw on a hardened Linux cloud VPS with rootless Podman and SSH-tunneled control UI access.201k61
8Secure Linux Web HostingMonitoring & CloudRoute secure Linux web hosting steps by distro family instead of copying Debian commands blindly.200k61
9Use My BrowserTesting & ReviewUse the user live browser session for logged-in flows, DevTools context, and rendered DOM inspection.198k61
10Github Actions DocsAutomationAnswer GitHub Actions questions with official docs links and syntax-grounded YAML instead of stale CI/CD memory.187k61
11DiagnoseDev ToolsRun a disciplined debug loop (reproduce, minimize, hypothesize, instrument, fix, regression-test) for hard bugs and performance regressions.187k121k
12Minimal Run And AuditBackend & DataRun documented inference, evaluation, or smoke commands and normalize evidence into standardized repro_outputs with patch notes.140k412
13Caveman ReviewTesting & ReviewProduce terse, line-scoped PR review comments with optional severity tags instead of verbose feedback.139k70k
14Systematic DebuggingDev ToolsInstall this when you want your coding agent to investigate root causes before guessing fixes on failures, bugs, or flaky behavior.134k221k
15Requesting Code ReviewTesting & ReviewDispatch a subagent with a senior code-reviewer prompt, your plan, and a git SHA range so finished work is checked before you merge or stack more changes.119k221k
16Verification Before CompletionTesting & ReviewInstall this when you want your coding agent to prove tests, lint, and builds actually pass before it says a task is done or opens a PR.100k221k
17Entra Agent IdSecurityProvision Microsoft Entra Agent Identity blueprints and per-instance agent principals, then configure OAuth fmi_path and OBO token exchange for production AI agents.99.1k1.2k
18Receiving Code ReviewTesting & ReviewTurn messy or authoritative review comments into verified, incremental code changes without performative agreement.96.2k221k
19Finishing A Development BranchDev ToolsAfter implementation and green tests, choose merge locally, open a PR, keep the branch, or discard work—with cleanup matched to normal repo vs worktree layout.91.4k221k
20Webapp TestingTesting & ReviewVerify local web apps with Python Playwright—UI behavior, screenshots, and browser logs—with optional managed dev-server startup.90.9k148k
21PolishFrontend & DesignRun a meticulous pre-ship UI pass—alignment, spacing, tokens, and micro-details—after feature work is done but before users see it.86k35.9k
22AuditTesting & ReviewGenerate a scored technical quality report—accessibility, performance, theming, responsive layout, and anti-patterns—with P0–P3 severities without auto-fixing code.82.6k35.9k
23OptimizeFrontend & DesignDiagnose and fix laggy UI—Core Web Vitals, bundles, images, animations, and runtime jank—with measure-before/after discipline.81.7k36k
24Browser UseTesting & ReviewAutomate real browser flows—open pages, click by indexed elements, fill forms, screenshot, and scrape—without wiring Playwright scripts by hand.77.6k97.7k
25Firebase Hosting BasicsMonitoring & CloudDeploy static sites, SPAs, and simple microservices to Firebase Hosting Classic with CDN, SSL, and preview channels—not App Hosting SSR.73.9k345
26Firebase App Hosting BasicsMonitoring & CloudDeploy and operate Next.js or Angular full-stack apps on Firebase App Hosting with git-driven or CLI rollouts instead of hand-rolling SSR hosting.73.6k345
27Deploy To VercelAutomationPush a local app or site to Vercel as a preview URL while nudging the repo toward git-linked, long-term deploys.67.1k27.7k
28Convex Performance AuditBackend & DataDiagnose and fix Convex read amplification, subscription churn, OCC conflicts, and function-limit pressure when a feature feels slow or Insights flags hot paths.62.2k31
29HardenFrontend & DesignStress-test and fix UI against long text, errors, i18n, RTL, empty data, and API failure modes before launch.53.6k35.9k
30Playwright CliTesting & ReviewDrive Playwright CLI snapshots, eval probes, and test runs from your coding agent when E2E tests fail or selectors are unclear.51.6k11.1k
31Playwright Best PracticesTesting & ReviewInstall this when you want your coding agent to author, stabilize, and maintain Playwright suites across E2E, component, API, visual, and accessibility flows.47.7k292
32Vercel Cli With TokensAutomationDeploy and sync Vercel projects from CI or headless agents using VERCEL_TOKEN instead of interactive vercel login.47.2k27.7k
33Firebase Security Rules AuditorSecurityRed-team Firestore security rules after edits so solo builders catch update bypasses and authority bugs before production.40.3k345
34Upgrading ExpoFrontend & DesignUpgrade Expo SDK and dependencies safely with expo-doctor, cache clears, and version-specific migration references.33.3k2k
35Expo DeploymentFrontend & DesignShip an Expo app to iOS, Android, web, and API routes using EAS builds, store submission, and CI/CD workflows without guessing store-specific steps.31.3k2k
36Expo Cicd WorkflowsFrontend & DesignAuthor and validate EAS workflow YAML for Expo mobile CI/CD, builds, and deployment automation.31.3k2k
37Request Refactor PlanTesting & ReviewTurn a messy refactor idea into a scoped GitHub issue full of tiny, test-aware commits before anyone touches production code.30.5k121k
38QaTesting & ReviewRun a conversational QA pass where you describe bugs and the agent files durable, user-facing GitHub issues using your project’s domain language.26.4k121k
39Python Performance OptimizationDev ToolsProfile slow Python services and pipelines with cProfile and memory tools so solo builders fix bottlenecks before users feel the lag.25.6k36.5k
40Setup Pre CommitDev ToolsAdd Husky pre-commit hooks with lint-staged Prettier, plus typecheck and tests so bad commits never land on main.25.5k121k
41AccessibilityTesting & ReviewRun WCAG 2.2–aligned accessibility audits and get concrete HTML/CSS/ARIA fixes before you ship a solo-built web UI.25k2.2k
42ReviewTesting & ReviewRun a parallel Standards-and-Spec diff review from a fixed git point through HEAD before you merge or ship a branch.24.4k121k
43Migrate To ShoehornTesting & ReviewRefactor TypeScript tests to replace unsafe `as` assertions with @total-typescript/shoehorn helpers like `fromPartial()` for lean partial fixtures.23.7k121k
44Python Testing PatternsDev ToolsLevel up pytest coverage for async services, env monkeypatching, temp files, and CI-ready suites on Python backends.22.5k36.5k
45Code Review ExcellenceTesting & ReviewRun structured, constructive PR and architecture reviews that catch bugs early and teach standards without slowing the team.21.7k36.5k
46VitestTesting & ReviewConfigure Vitest browser-like test environments (jsdom, happy-dom, edge-runtime) and per-file overrides so DOM and window APIs work in unit tests.21k5.2k
47Firestore Security Rules AuditorSecurityRed-team Firestore security rules after edits so create/update gaps, authority spoofing, and abuse paths get caught before production.20.3k345
48Release SkillsAutomationShip a versioned release with bumped manifests, changelog entries, tags, and optional GitHub Releases without hand-rolling steps per stack.19.5k20.9k
49Skill VetterSecurityRun a conservative, manual-first security checklist on OpenClaw SKILL.md packages before installing from ClawHub, GitHub, or shared files.19.2k62
50Swiftui ProTesting & ReviewRun a structured SwiftUI and Swift review for deprecated APIs, data flow, navigation, HIG, accessibility, and performance before merge or release.19.1k4.1k
51Docker ExpertAutomationHarden Dockerfiles, multi-stage builds, and container runtime settings before you ship or run a solo product in production.18.7k40.1k
52WranglerMonitoring & CloudRun and configure the Cloudflare Wrangler CLI to develop, deploy, and operate Workers plus bindings for KV, R2, D1, Queues, and related edge services.18.4k1.7k
53RefactorTesting & ReviewImprove maintainability of existing code through small, behavior-preserving refactors when structure blocks features or reviews surface smells.17.8k34.6k
54E2e Testing PatternsTesting & ReviewGive your coding agent Playwright-ready E2E patterns—config, page objects, and CI settings—so solo builders can add reliable browser tests without reinventing structure.17k36.5k
55Momentic TestTesting & ReviewAuthor, run, and maintain browser E2E tests as *.test.yaml with AI-resolved steps and Playwright-backed execution.16.1k12
56Momentic Result ClassificationTesting & ReviewTriage failing Momentic browser test runs by classifying failures with MCP-accessible run assets and past-run comparison.16.1k12
57Fixing Motion PerformanceFrontend & DesignAudit and repair stuttering CSS and JS animations by enforcing compositor-safe patterns without forced library migrations.15.9k2k
58React Native Best PracticesFrontend & DesignApply Callstack-style React Native and Expo performance patterns when FPS, TTI, bundle size, memory, or animations need tuning or jank debugging.15.7k1.4k
59Gws ModelarmorSecurityWire Google Model Armor into your agent or SaaS so prompts and model outputs are sanitized through named templates before users see them.15.2k26.9k
60Gws Modelarmor Create TemplateSecurityCreate a Google Cloud Model Armor template via the gws CLI so prompts and responses can be sanitized against jailbreak and custom policies.15.1k26.9k
Showing the top 983 of 2,979 tools · search to find the rest.
Explore more
By category