qruiq-deploy

Orchestrate end-to-end Next.js deployment to Tencent Kubernetes Engine with sub-skills.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/qruiqai/qruiq-skills --skill qruiq-deploy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qruiq-deploy
Source: https://github.com/qruiqai/qruiq-skills/tree/main/skills/qruiq-deploy
Command: npx skills add https://github.com/qruiqai/qruiq-skills --skill qruiq-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about qruiq-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a local Next.js project to Tencent Kubernetes Engine end-to-end?▼

To deploy a local Next.js project to Tencent Kubernetes Engine, this skill orchestrates discovery, validation, and delegation to sub-skills for GitHub CI, TKE deployment, and DB provisioning, verifying the live URL upon completion.

Can I automate the full CI-CD pipeline for Next.js on TKE with one command?▼

Automating the full CI-CD pipeline for Next.js on TKE is supported by coordinating discovery, validation, and deployment steps into a single consolidated confirmation before delegating to specialized sub-skills.

What prerequisites do I need for a one-click production deployment to TKE?▼

For a one-click production deployment to TKE, you need a local Next.js project. The skill's CLI auto-detects your domain, repository, secrets, and cluster, prompting you for any missing configuration during the process.

Does the TKE deployment orchestrator handle database provisioning automatically?▼

The TKE deployment orchestrator handles database provisioning automatically by delegating to the /qruiq-cdb-create-db sub-skill during the end-to-end deployment workflow.

How does the end-to-end TKE deployment verify a successful release?▼

The end-to-end TKE deployment verifies a successful release by performing live URL verification steps after delegating to sub-skills, ensuring a green deployment.

What happens if required configuration is missing during the TKE deployment process?▼

If required configuration is missing during the TKE deployment process, the orchestrator prompts you to provide the necessary inputs before proceeding with validation and delegation to deployment sub-skills.