gha-pipelines
Installation
SKILL.md
GitHub Actions Pipelines
Established Patterns
This repository uses a small set of consistent patterns across all workflows. Follow these when creating or modifying workflows.
Tool Setup
All workflows use mise for tool version management, ensuring CI and local dev use identical versions:
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3 # Installs tools at versions from .mise.toml
- run: task k8s:validate # Use Taskfile commands, not raw CLI
Prefer Off-the-Shelf Actions
Related skills
More from ionfury/homelab
prometheus
Query Prometheus API for cluster metrics, alerts, and observability data. Use when investigating cluster health, performance issues, resource utilization, or alert status. Triggers on questions like "what's the CPU usage", "show me firing alerts", "check memory pressure", "query prometheus for", or any PromQL-related requests.
68taskfiles
|
63opentofu-modules
|
59terragrunt
|
59k8s
|
46cnpg-database
|
38