testing-and-ci — automatización de pruebas testing-and-ci, neptune, community, automatización de pruebas, ide skills, Integración Continua, Terraform, OpenTofu, Github Actions, golangci-lint

v1.0.0

Acerca de este Skill

Ideal para Agentes de Infraestructura como Código que requieren pruebas automatizadas de Terraform y OpenTofu con Github Actions La automatización de pruebas y CI es el proceso de ejecutar automáticamente pruebas y flujos de Integración Continua

Características

Ejecución automática de pruebas con make test-all
Verificación de formato de código con make check-fmt
Análisis de código con golangci-lint
Integración con Github Actions
Soporte para Terraform y OpenTofu

# Core Topics

devopsfactory-io devopsfactory-io
[3]
[0]
Updated: 3/16/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
29
Canonical Locale
en
Detected Body Locale
en

Ideal para Agentes de Infraestructura como Código que requieren pruebas automatizadas de Terraform y OpenTofu con Github Actions La automatización de pruebas y CI es el proceso de ejecutar automáticamente pruebas y flujos de Integración Continua

¿Por qué usar esta habilidad?

Habilita a los agentes a automatizar las pruebas, el formato y la compilación de proyectos Go utilizando Github Actions, aprovechando comandos como make test-all y make check-fmt, e integrándose con golangci-lint para una validación de código integral

Mejor para

Ideal para Agentes de Infraestructura como Código que requieren pruebas automatizadas de Terraform y OpenTofu con Github Actions

Casos de uso accionables for testing-and-ci

Automatizar suites de pruebas de Go con make test-all
Aplicar un formato de código coherente con make check-fmt
Integrar golangci-lint para una detección y validación de código avanzada

! Seguridad y limitaciones

  • Requiere configuración de Github Actions
  • Limitado a proyectos Go
  • Dependiente de la instalación de golangci-lint para capacidades de análisis de código

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is testing-and-ci?

Ideal para Agentes de Infraestructura como Código que requieren pruebas automatizadas de Terraform y OpenTofu con Github Actions La automatización de pruebas y CI es el proceso de ejecutar automáticamente pruebas y flujos de Integración Continua

How do I install testing-and-ci?

Run the command: npx killer-skills add devopsfactory-io/neptune/testing-and-ci. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for testing-and-ci?

Key use cases include: Automatizar suites de pruebas de Go con make test-all, Aplicar un formato de código coherente con make check-fmt, Integrar golangci-lint para una detección y validación de código avanzada.

Which IDEs are compatible with testing-and-ci?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for testing-and-ci?

Requiere configuración de Github Actions. Limitado a proyectos Go. Dependiente de la instalación de golangci-lint para capacidades de análisis de código.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add devopsfactory-io/neptune/testing-and-ci. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use testing-and-ci immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

testing-and-ci

Install testing-and-ci, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Testing and CI

Commands

  • make test-all – Run all Go tests (go test ./...).
  • make check-fmt – Verify Go formatting (gofmt -s -l); fails if any file needs formatting.
  • make lint – Run golangci-lint (requires golangci-lint installed).
  • make build – Build the neptune binary.

CI Workflows

  • test.yml – On push to main/release-* and on PRs. Path filter for Go files and Makefile. Runs make test-all and make check-fmt.
  • lint.yml – On PRs. Path filter for Go and lint config. Runs golangci-lint.
  • labeler.yml – On pull_request. Runs actions/labeler with .github/labeler.yml (path and head-branch rules).
  • label-old-prs.yml – workflow_dispatch. Backfills labels: applies same rules as labeler to head branch and PR title (labeler has no branch context on manual run), then runs the labeler for path-based labels. Use state and limit inputs.
  • release.yml – On push of tags v*.*.*. Runs GoReleaser to create the GitHub Release and artifacts.

Adding Tests

  • Place *_test.go in the same package as the code (e.g. internal/config/loader_test.go).
  • Use table-driven tests for multiple cases; single-case tests are fine when appropriate.
  • Existing test packages: internal/config, internal/git, internal/run, internal/notifications/github. Add or extend tests when touching those areas or adding new packages.
  • Do not depend on live GitHub or GCS in unit tests; use mocks or stubs.

Habilidades relacionadas

Looking for an alternative to testing-and-ci or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador