qruiq-github-ci

Automate GitHub Actions pipelines for Docker builds and Tencent TCR/TKE deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates GitHub Actions CI/CD pipelines to build Docker images, push to Tencent TCR, and deploy to TKE, reducing manual wiring and human error.

Core Features & Use Cases

  • Automated pipeline setup: Creates reusable workflows that build and publish images, and deploys to Kubernetes clusters.
  • Tag-triggered deployments: Supports dev-tag/v* for dev and v* for production, with PR lint+typecheck workflows for code quality checks.
  • Operational guardrails: Validates prerequisites (gh CLI, git, kubeconfig) and auto-detects required parameters where possible.

Quick Start

Use the templates to initialize a GitHub Actions workflow that builds a Docker image, pushes it to Tencent TCR, and deploys to a TKE cluster.

Frequently Asked Questions about qruiq-github-ci

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

FAQPage Schema
How do I automate GitHub Actions CI/CD pipelines to deploy Docker containers to Tencent TKE?

To automate GitHub Actions CI/CD pipelines for Tencent TKE, you can use workflows that build Docker images, push them to Tencent TCR, and deploy to Kubernetes clusters. This setup reduces manual wiring and human error.

What credentials and tools are required to set up CI/CD for Tencent TCR and TKE?

Setting up CI/CD for Tencent TCR and TKE requires gh CLI, Docker, Kubernetes access, and credentials for both Tencent Registry and Kubernetes clusters. Operational guardrails validate these prerequisites automatically.

Can I use tag-triggered deployments for dev and production environments in GitHub Actions?

Yes, you can use tag-triggered deployments for dev and production environments in GitHub Actions. Dev workflows trigger on dev-tag/v* tags, production on v* tags, and PR lint and typecheck workflows enforce code quality.

How does GitHub Actions handle PR lint and typecheck checks before merging code?

GitHub Actions handles PR lint and typecheck checks by running automated workflows on pull requests. This ensures code quality validation occurs before merging, separate from the tag-triggered deployment pipelines.

What is the best way to build and push Docker images to Tencent TCR using GitHub Actions?

The best way to build and push Docker images to Tencent TCR using GitHub Actions is through reusable CI/CD workflow templates. These templates automate image creation and registry publication before deploying to TKE.

Why does my GitHub Actions workflow fail when deploying to Tencent Kubernetes Engine?

Your GitHub Actions workflow might fail deploying to Tencent Kubernetes Engine due to missing prerequisites. Ensure gh CLI, git, and valid kubeconfig are present, as the pipeline validates these before executing Kubernetes deployments.