DevOps Skills
Discover the best AI skills in the DevOps category.
246 skills
Docker Compose Architect
DevOps
Designs optimized Docker Compose configurations.
Incident Postmortem Writer
DevOps
Writes structured and blameless incident postmortem reports.
Runbook Creator
DevOps
Creates clear operational runbooks for common DevOps procedures.
Automated Release Process
DevOps
Automated release process for MobiSSH. It determines next version, generates changelog from git history, runs CI validation, bumps version in server/package.json and service worker cache, tags commit, and closes fixed issues. Useful when user says 'release', 'tag a release', or similar.
Release and Version Management
DevOps
Creates and pushes annotated version tags (semver) to trigger the GoReleaser CI pipeline. It checks git status, determines the next version via patch/minor/major bump, and generates release notes from commit history. Helps when releasing new versions of a Go project.
Docker Cleanup
DevOps
Provides commands and workflows to clean up Docker containers, images, volumes, and networks. Useful for freeing disk space, removing unused or dangling resources, and troubleshooting Docker Desktop issues like unresponsive daemon or hanging commands.
Cross-Repository GitHub Actions Coordination
DevOps
Coordinate GitHub Actions runner configuration updates across multiple project-beta repositories. Ensure workflow runner labels exactly match Helm runner scale set names to prevent CI/CD job deadlocks.
Finalization with Git and PR Management
DevOps
Handles the finalization phase of a plan: committing code, pushing branches, and creating pull requests. It is used after verification has passed, to complete the workflow and ship changes. Configuration options control whether to commit, push, create a PR, run automated reviews, or capture learnings.
Gastown CLI Commands Reference
DevOps
Complete reference for the Gastown CLI (gt) commands covering service lifecycle, orchestration, workers, workspace, communication, and diagnostics. Provides syntax, flags, and common use cases for commands like up, down, stop, and convoy. Useful when managing Gastown infrastructure and coordinating work across rigs.
Error Rate Monitoring
DevOps
Set up comprehensive application error monitoring and alerting to proactively identify issues. Covers HTTP errors, exceptions, database errors, external APIs, and background jobs.
Duplicati Backup Management
DevOps
Manages Duplicati backups via REST API using Bearer token authentication. Enables checking server state, listing and starting backups by ID, and fetching error logs. Helps monitor and trigger backup jobs on a server.
Site Reliability Engineering
DevOps
Define Service Level Objectives (SLOs), manage Error Budgets, and conduct incident reviews to balance reliability with velocity.