devops-detector

Detect DevOps CI/CD, containerization, orchestration, and IaC technologies from repository signals.

Updated May 27, 2026
One-click install
npx skills add https://github.com/hoanghn61/.agents --skill devops-detector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-detector
Source: https://github.com/hoanghn61/.agents/tree/main/skills/techstack-identification/devops_detector
Command: npx skills add https://github.com/hoanghn61/.agents --skill devops-detector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies the DevOps toolchain used by a repository by extracting signals from configuration files, job postings, and infrastructure-related patterns, so teams can quickly understand how software is built, shipped, and operated.

Core Features & Use Cases

  • CI/CD platform detection: Finds common CI/CD systems (e.g., GitHub Actions, GitLab CI, Jenkins, CircleCI) by scanning repository workflow and pipeline configuration files.
  • Containerization and orchestration detection: Detects container and orchestration technologies (e.g., Docker, Kubernetes, ECS, Nomad) using repository file patterns and directory indicators.
  • Infrastructure as Code and supporting tooling: Detects IaC tools and operational technologies (e.g., Terraform, Helm, Prometheus, Grafana, Vault) from repository structure and job/DNS signals.

Example use case: Given a new repository, you can run this skill to produce a categorized inventory of its CI/CD, container/orchestration stack, IaC tooling, and observability components to inform integration planning and security reviews.

Quick Start

Use the devops-detector skill to scan a repository’s CI/CD configs, Docker/Kubernetes files, and job/DNS signals and return a categorized DevOps technology summary.

Frequently Asked Questions about devops-detector

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

FAQPage Schema
How do I detect CI/CD platforms and infrastructure as code tools used in a repository?

Detect CI/CD platforms and infrastructure as code tools by scanning repository workflow files and directory patterns to identify systems like GitHub Actions, GitLab CI, Jenkins, and Terraform configurations.

What is the best way to discover containerization and orchestration technologies from public repository data?

Discover containerization and orchestration technologies by analyzing repository file patterns and directory indicators to find Docker, Kubernetes, ECS, and Nomad configurations.

Can I identify DevOps tooling from job postings and DNS signals?

Yes, you can identify DevOps tooling by matching technology keywords extracted from job postings and recognizing infrastructure-related subdomain patterns to support technology detection.

How do I generate a categorized inventory of observability and operational technologies for a new repository?

Generate a categorized inventory of observability and operational technologies by extracting signals from repository structures to detect tools like Prometheus, Grafana, and Vault.

Does DevOps technology detection require specific configuration file formats to analyze the toolchain?

DevOps technology detection requires scanning YAML-frontmatter metadata and pipeline configuration files to accurately extract weighted signals and produce a maturity assessment.