What problem does it solve?
Orchestrates an end-to-end deployment of a local Next.js project to a live URL on Tencent Kubernetes Engine (TKE). Drives discovery (CLIs auto-detect domain/repo/secrets/cluster), validation, a single consolidated confirmation, then delegates to /qruiq-github-ci, /qruiq-tke-deployment, /qruiq-cdb-create-db, and verifies the live URL. Writes one end-to-end execution log capturing inputs, validations, steps, issues and resolutions. Use when asked to "deploy to TKE end-to-end", "ship this to production", "上线", "一键部署", "from local to live", "全流程部署", or any request to take a local project all the way to a live URL.
Core Features & Use Cases
- CLI-first discovery and consolidated confirmation
- Delegates to sub-skills to perform GitHub CI, TKE deployment, and DB provisioning
- Produces a single end-to-end execution log
- Supports validation and live URL verification to ensure a green deployment
- Works as an orchestrator that calls existing qruiq skills as building blocks
Quick Start
Provide your local Next.js project and desired environment, and the skill will orchestrate an end-to-end deployment to a live Tencent Kubernetes Engine URL.