testing-and-ci — terraform testing testing-and-ci, neptune, community, terraform testing, ide skills, opentofu ci, github actions automation, golangci-lint analysis, gofmt formatting, integração contínua

v1.0.0

Sobre este Skill

Ideal para Agentes de Infraestrutura como Código que exigem testes automatizados de Terraform e workflow OpenTofu com Github Actions Testes e CI são práticas de desenvolvimento que garantem a qualidade e estabilidade do código

Recursos

Suporte a Terraform e OpenTofu
Automatização de testes com Github Actions
Verificação de formatação de código com gofmt
Análise de código com golangci-lint
Integração contínua com workflows de CI

# 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 Infraestrutura como Código que exigem testes automatizados de Terraform e workflow OpenTofu com Github Actions Testes e CI são práticas de desenvolvimento que garantem a qualidade e estabilidade do código

Por que usar essa habilidade

Habilita os agentes a automatizar testes, formatação e compilação de projetos Go usando Github Actions, aproveitando comandos como make test-all e make check-fmt, e integrando com golangci-lint para validação de código abrangente

Melhor para

Ideal para Agentes de Infraestrutura como Código que exigem testes automatizados de Terraform e workflow OpenTofu com Github Actions

Casos de Uso Práticos for testing-and-ci

Automatizar conjuntos de testes Go com make test-all
Impor formatação de código consistente com make check-fmt
Integrar golangci-lint para linting de código avançado e validação

! Segurança e Limitações

  • Exige configuração do Github Actions
  • Limitado a projetos Go
  • Dependente da instalação do golangci-lint para capacidades de linting

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 Infraestrutura como Código que exigem testes automatizados de Terraform e workflow OpenTofu com Github Actions Testes e CI são práticas de desenvolvimento que garantem a qualidade e estabilidade do código

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 conjuntos de testes Go com make test-all, Impor formatação de código consistente com make check-fmt, Integrar golangci-lint para linting de código avançado e validação.

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?

Exige configuração do Github Actions. Limitado a projetos Go. Dependente da instalação do golangci-lint para capacidades de linting.

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 tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

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

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor