Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

faion-cicd-engineer法安 CICD 工程师

Agent Skill

faion-cicd-engineer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

240

周安装

10

GitHub Stars

2

下载量

80
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:faion-cicd-engineer(法安 CICD 工程师)
来源仓库:https://github.com/faionfaion/faion-network
仓库路径:skills/faion-cicd-engineer
安装命令:
npx skills add https://github.com/faionfaion/faion-network --skill faion-cicd-engineer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/faionfaion/faion-network --skill faion-cicd-engineer

简介

faion-cicd-engineer 用于管理和优化 CI/CD 流水线,涵盖 GitHub Actions、GitLab CI、Jenkins 等工具链。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中自动检测项目中的 CI/CD 配置并生成改进建议。
  • 通过分析工作流文件、监控设置和安全策略来提升部署效率和系统稳定性。
  • 安装命令:npx skills add https://github.com/faionfaion/faion-network --skill faion-cicd-engineer。
  • 使用前请确认仓库权限和是否允许执行自动化脚本或修改配置文件。

SKILL.md

Entry point: /faion-net — invoke this skill for automatic routing to the appropriate domain.

CI/CD Engineer Sub-Skill

Communication: User's language. Config/code: English.

Purpose

Manages CI/CD pipelines, monitoring, observability, security, and operational excellence. Covers GitHub Actions, GitLab CI, Jenkins, ArgoCD, GitOps, Prometheus, Grafana, and modern DevOps practices.


Context Discovery

Auto-Investigation

Detect existing CI/CD and monitoring from project:

SignalHow to CheckWhat It Tells Us
GitHub ActionsGlob("**/.github/workflows/*.yml")GitHub CI/CD
GitLab CIGlob("**/.gitlab-ci.yml")GitLab pipelines
JenkinsGlob("**/Jenkinsfile")Jenkins pipelines
ArgoCDGlob("**/argocd/*") or Grep("argocd")GitOps deployment
PrometheusGlob("**/prometheus*.yml")Metrics collection
GrafanaGlob("**/grafana/*") or Grep("grafana")Dashboards setup
ELK/Loki`Grep("elasticsearch\logstash\
SecretsGlob("**/vault/*") or Grep("sealed-secrets")Secrets management
SSL certsGlob("**/cert-manager/*") or Grep("letsencrypt")TLS automation

Read existing CI/CD setup:

  • Workflow files for pipeline stages
  • Prometheus/Grafana configs for monitoring
  • Secrets management approach
  • Deployment strategies (blue-green, canary)

Discovery Questions

Q1: CI/CD Focus

question: "What CI/CD area do you need help with?"
header: "Focus"
multiSelect: false
options:
  - label: "Pipeline setup (build, test, deploy)"
    description: "GitHub Actions, GitLab CI, Jenkins configuration"
  - label: "GitOps deployment (ArgoCD)"
    description: "Automated K8s deployments from Git"
  - label: "Monitoring and observability"
    description: "Prometheus, Grafana, ELK, alerts"
  - label: "Security (secrets, SSL, scanning)"
    description: "Vault, sealed secrets, TLS, SAST/DAST"

Q2: Deployment Platform

question: "Where are you deploying?"
header: "Platform"
multiSelect: false
options:
  - label: "Kubernetes cluster"
    description: "Need K8s-native CI/CD with ArgoCD or Flux"
  - label: "Cloud PaaS (AWS ECS, Cloud Run, App Engine)"
    description: "Managed container platforms"
  - label: "VMs or bare metal"
    description: "Traditional deployment with Ansible or scripts"
  - label: "Serverless (Lambda, Cloud Functions)"
    description: "FaaS deployment pipelines"

Q3: Observability Maturity

question: "What's your monitoring setup?"
header: "Observability"
multiSelect: false
options:
  - label: "No monitoring yet"
    description: "Need metrics, logs, and alerting from scratch"
  - label: "Basic monitoring (logs, uptime)"
    description: "Have logs but need metrics and dashboards"
  - label: "Metrics + logs (need optimization)"
    description: "Have Prometheus/Grafana but need SLOs, cost optimization"
  - label: "Full observability (traces + advanced)"
    description: "OpenTelemetry, distributed tracing, AIOps"

Quick Decision Tree

If you need...UseFile
CI/CD
GitHub Actionsgithub-actions-basics, github-actions-workflowsgithub-actions-basics.md
GitLab CIgitlab-cicdgitlab-cicd.md
Jenkinsjenkins-basics, jenkins-pipeline-patternsjenkins-basics.md
GitOpsgitops, argocd-gitopsargocd-gitops.md
Monitoring & Observability
Metricsprometheus-monitoringprometheus-monitoring.md
Dashboardsgrafana-basics, grafana-setupgrafana-basics.md
Logselk-stack-loggingelk-stack-logging.md
AIOpsaiopsaiops.md
Security & Operations
Secretssecrets-managementsecrets-management.md
SSL/TLSssl-tls-setupssl-tls-setup.md
Security as Codesecurity-as-codesecurity-as-code.md
Nginxnginx-configurationnginx-configuration.md
Load balancingload-balancing-concepts, load-balancing-implementationload-balancing-concepts.md
Backup & Cost
Backupsbackup-basics, backup-implementationbackup-basics.md
Cost optimizationfinops, finops-cloud-cost-optimizationfinops.md
Modern Practices
Platform Engineeringplatform-engineeringplatform-engineering.md
DORA metricsdora-metricsdora-metrics.md
Azure
Azure computeazure-computeazure-compute.md
Azure networkingazure-networkingazure-networking.md
Optimization
Docker optimizationdocker-optimizationdocker-optimization.md
Docker Compose refref-docker-composeref-docker-compose.md

Methodologies (28)

CI/CD & GitOps (7)

  • github-actions-basics
  • github-actions-workflows
  • gitlab-cicd
  • jenkins-basics
  • jenkins-pipeline-patterns
  • gitops
  • argocd-gitops

Monitoring & Observability (5)

  • prometheus-monitoring
  • grafana-basics
  • grafana-setup
  • elk-stack-logging
  • aiops

Security & Operations (5)

  • secrets-management
  • ssl-tls-setup
  • security-as-code
  • nginx-configuration
  • load-balancing-concepts
  • load-balancing-implementation

Backup & Cost (4)

  • backup-basics
  • backup-implementation
  • finops
  • finops-cloud-cost-optimization

Modern Practices (2)

  • platform-engineering
  • dora-metrics

Azure (2)

  • azure-compute
  • azure-networking

Optimization (3)

  • docker-optimization
  • ref-docker-compose

Common Workflows

CI/CD Pipeline Setup

1. Choose platform (GitHub/GitLab/Jenkins)
2. Define pipeline stages
3. Configure triggers
4. Add tests and quality gates
5. Setup deployments
6. Configure notifications

Monitoring Stack

1. Deploy Prometheus
2. Configure exporters
3. Create Grafana dashboards
4. Setup alerting rules
5. Configure log aggregation
6. Test alert routing

GitOps Deployment

1. Setup ArgoCD/Flux
2. Create Git repo structure
3. Define K8s manifests
4. Configure sync policies
5. Monitor deployments
6. Rollback if needed

Observability Triad

PillarToolsFiles
MetricsPrometheus, Grafanaprometheus-monitoring.md, grafana-*.md
LogsELK, Lokielk-stack-logging.md
TracesJaeger, Tempo(use with monitoring stack)

Related Skills

SkillRelationship
faion-devops-engineerParent skill
faion-infrastructure-engineerSibling (infrastructure and cloud)

*CI/CD Engineer Sub-Skill v1.0* *28 Methodologies | CI/CD, Monitoring, Security, GitOps*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.98%
按下载量换算29

Claude

31.28%
按下载量换算25

Cursor

16.52%
按下载量换算13

Gemini CLI

9.53%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills