CI/CD

Continuous integration and deployment

Showing 1273-1296 of 1454 skills
seligj95

azure-app-service-best-practices

by seligj95

Best practices for Azure App Service web app development, configuration, and operations. Use when reviewing/optimizing App Service configs, implementing security patterns (Managed Identity, Key Vault), optimizing performance (cold starts, scaling), setting up production deployments (slots, CI/CD, health checks), cost optimization, or troubleshooting. Triggers on "best practices", "recommendations", "patterns", "how should I configure".

CI/CD 0 7mo ago
JsonLee12138

deployment-config-create

by JsonLee12138

Configure deployment files with a common baseline file plus environment override files. Use when setting up or adjusting Makefile-first deployment for test/prod/custom environments and non-default SSH/SCP ports.

CI/CD 0 6mo ago
Hack23

ci-cd-security

by Hack23

CI/CD pipeline security, supply chain security, SLSA compliance, artifact signing, dependency scanning

CI/CD 236 6mo ago
svensxl

ohmyzsh-p10k

by svensxl

在 macOS 系统上安装和配置 Oh My Zsh 及 Powerlevel10k 主题的完整指南。当用户需要美化终端、安装 oh-my-zsh、配置 powerlevel10k 主题、安装 Nerd Fonts 字体、或配置 iTerm2 颜色主题时使用此 skill。

CI/CD 0 6mo ago
Zandereins

deploy-helper

by Zandereins

Deterministic quality scorer for AI agent instruction files — 8-dimension scoring with security, multi-format (SKILL.md, CLAUDE.md, .cursorrules, AGENTS.md), anti-gaming detection, zero dependencies

CI/CD 15 5mo ago
showlotus

resume-optimizer

by showlotus

技术简历要点优化工具。专为技术人员设计,将平淡的项目描述改写为符合大厂标准的简历要点。使用场景:(1) 用户提供技术工作描述需要改写为简历语言 (2) 用户明确要求优化简历内容 (3) 用户提供的描述需要符合 STAR 法则和专业表达 (4) 需要生成多个版本的简历话术供选择。输出标准专业版、数据驱动版和专家架构师版三种格式。

Automation 0 7mo ago
Pranav-Karra-3301

ci-cd

by Pranav-Karra-3301

Security-hardening skill for CI/CD pipelines and pre-commit hooks. Scans codebases to detect missing security infrastructure and generates configurations. Use when: (1) Setting up CI/CD for a new project ("add CI", "setup GitHub Actions", "create workflow") (2) Adding pre-commit hooks ("add husky", "setup pre-commit", "add git hooks") (3) Security hardening ("add SAST", "setup CodeQL", "add dependabot", "security scan") (4) Auditing existing CI/CD ("check my workflows", "what security am I missing") (5) Adding commit standards ("add commitlint", "enforce conventional commits") Triggers: "CI/CD", "GitHub Actions", "pre-commit", "husky", "CodeQL", "Semgrep", "dependabot", "SAST", "security scanning", "lint-staged", "commitlint", "git hooks"

CI/CD 0 7mo ago
nimeshgurung

senior-devops

by nimeshgurung

Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.

CI/CD 0 9mo ago
longtengsiha

arbitrum-dapp-skill

by longtengsiha

Opinionated guide for building dApps on Arbitrum using Stylus (Rust) and/or Solidity. Covers local devnode setup, contract development, testing, deployment, and React frontend integration with viem. Use when starting a new Arbitrum project, writing Stylus or Solidity contracts, deploying to Arbitrum, or building a frontend that interacts with Arbitrum contracts.

CI/CD 0 7mo ago
0juano

edgeone-pages-deploy

by 0juano

Deploys static HTML to a public URL instantly with no authentication required. Use when asked to "host this", "deploy this site", "get a public link", "share this HTML", "quick deploy", "publish this page", or any request to make an HTML file publicly accessible via URL. Supports self-contained HTML files with inline CSS/JS.

CI/CD 0 7mo ago
elsi06

heizoelpreise

by elsi06

Fetches heating oil prices from Swiss providers (Coop, Migrol, Agrola) and displays results via OpenClaw.

CI/CD 0 6mo ago
hk-vk

httpsdocsbaseorgbase-chainllmstxt

by hk-vk

Base is a fast, low-cost Ethereum L2 for building global onchain apps; start here to deploy, connect, and operate reliably.

Agents 0 6mo ago
ehtbanton

github-actions-workflow

by ehtbanton

Generate GitHub Actions workflow YAML files for CI/CD pipelines including testing, building, and deployment automation. Triggers on "create GitHub Actions workflow", "generate CI/CD pipeline", "GitHub workflow for", "actions yaml for".

Automation 0 8mo ago
progmichaelkibenko

pipeline-pattern-react

by progmichaelkibenko

Implements the Pipeline design pattern in React for data transformation. Use when the user mentions pipeline pattern, or when you need a fixed sequence of stages that each transform data and pass to the next—ETL-style processing in the UI, parsing, formatting pipelines, or any linear transformation flow that runs to completion.

CI/CD 0 7mo ago
Gingiris-1031

b2b-marketing-playbook

by Gingiris-1031

Complete B2B marketing pipeline combining LinkedIn content, cold email sequences, and webinar funnels. Designed for SaaS founders doing $0–$1M ARR who need predictable lead generation. By @WeiYipei.

CI/CD 73 2mo ago
Jadeenn

multi-source-feed

by Jadeenn

Set up and manage an AI-curated daily tech brief from 23 sources. Use when user says "set up multi-source-feed", "configure my daily brief", or "msf setup".

Auth 0 5mo ago
Envy-7z

mobile-ci-release-flow

by Envy-7z

Android and Flutter CI/release readiness workflow for branch validation, failure triage, QA checklist creation, and release-note risk review. Use when preparing mobile PRs for merge, fixing broken CI, validating a release candidate, or deciding go/no-go for internal or store release.

CI/CD 0 6mo ago
acejou27

vercel

by acejou27

Vercel deployment platform documentation - use for deploying Next.js apps, serverless functions, edge middleware, and CI/CD workflows

CI/CD 0 10mo ago
anoopithunt

firebase-hosting-basics

by anoopithunt

Deploys and configures classic Firebase Hosting for static websites, single-page apps (SPAs), and microservices. Use when deploying static sites/SPAs, setting up custom domains, configuring firebase.json hosting settings (redirects, rewrites, headers, multi-site), or managing preview channels. Don't use for Firebase App Hosting (Next.js/SSR), Auth, Firestore queries/rules, Data Connect, or Crashlytics.

CI/CD 1 14d ago
Envy-7z

using-fastlane-in-flutter-and-ci

by Envy-7z

Automate Flutter app builds and deployments to both the App Store and Google Play using Fastlane with this step-by-step guide.

CI/CD 0 6mo ago
qingye-lab

architecture-quality-gate

by qingye-lab

Deterministic architecture quality gate for verified review artifacts. Use in local checks or CI to validate architecture configuration, block configured confirmed severities, enforce review freshness, and honor explicit baselines or time-limited waivers. Never treats raw model findings as gate failures and never replaces finding verification.

CI/CD 1 1mo ago
iamthetonyb

GitHub Integration Skill

by iamthetonyb

If push fails with 409 (conflict): fetch latest SHA and retry once

CI/CD 0 6mo ago
SvarogForge

forge

by SvarogForge

⚒️ Forge — IT-фабрика, ключевой навык семейства SvarogForge. Supervisor/Worker оркестратор полного IT-цикла: хотелка → Talaria (гонцы pre-market) → отчёт → OK Gate → команда субагентов → Crucible → релиз. Оптимизирован для DeepSeek V4 Flash. Делегирование через delegate_task(role='orchestrator').

Automation 0 2mo ago
Hack23

hack23-isms-compliance

by Hack23

Hack23 ISMS organization-wide compliance requirements, policy enforcement, audit preparation

CI/CD 236 6mo ago