Run cargo-agent.sh — a lean Rust workflow runner that produces agent-friendly output with structured diagnostics. Use when: running Rust checks (fmt, clippy, check, test), verifying Rust code before committing, or when the user asks to run cargo checks, lint, format, or test a Rust project. Triggers on: cargo agent, run cargo checks, rust checks, cargo fmt clippy test, verify rust code.
Run sql-agent.sh — a lean SQL linter that produces agent-friendly output with sqlfluff. Use when: running SQL checks, linting SQL files with sqlfluff, validating SQL style, or when the user asks to run sqlfluff, sql lint, sql format, or sql checks. Triggers on: sql agent, sqlfluff, sql lint, sql format, sql checks, validate sql.
Run ansible-agent.sh — a lean Ansible playbook linter and syntax checker that produces agent-friendly output. Use when: running Ansible checks, linting playbooks with ansible-lint, syntax-checking playbooks, or when the user asks to validate ansible, run ansible lint, or check ansible syntax. Triggers on: ansible agent, ansible lint, ansible checks, validate ansible, ansible syntax check.
Run docker-agent.sh — a lean Dockerfile linter that produces agent-friendly output. Use when: running Dockerfile checks, linting Dockerfiles with hadolint, verifying Dockerfiles before committing, or when the user asks to run hadolint, dockerfile lint, or docker checks. Triggers on: docker agent, dockerfile lint, hadolint, docker checks, validate dockerfile.
Run kube-agent.sh — a lean Kubernetes manifest validator that produces agent-friendly output. Use when: running Kubernetes manifest validation, kubeconform checks, kubeval checks, verifying K8s manifests before applying, or when the user asks to validate Kubernetes YAML, run k8s checks, or check manifests. Triggers on: kube agent, kubernetes validate, kubeconform, kubeval, k8s checks, validate manifests.
Run helm-agent.sh — a lean Helm chart linter and template validator that produces agent-friendly output. Use when: running Helm chart checks, linting charts, validating templates, verifying Helm charts before committing, or when the user asks to run helm lint, helm template, or Helm chart checks. Triggers on: helm agent, helm lint, helm checks, helm template, validate helm chart.
Run gha-agent.sh — a lean GitHub Actions workflow linter that produces agent-friendly output. Use when: running GitHub Actions workflow checks, linting workflow files, verifying workflows before committing, or when the user asks to run actionlint, workflow lint, or GitHub Actions checks. Triggers on: gha agent, github actions lint, actionlint, workflow lint, github actions checks.
Run go-agent.sh — a lean Go workflow runner that produces agent-friendly output. Use when: running Go checks (fmt, vet, staticcheck, test), verifying Go code before committing, or when the user asks to run go checks, lint, format, or test a Go project. Triggers on: go agent, run go checks, golang checks, go fmt vet test, verify go code.