Learn to Cloud
Official@learntocloud · United States of America
Courseware and tools to learn the fundamentals of cloud engineering
Agent Skills by Learn to Cloud
Showing 17 vetted skills indexed across 1 GitHub repositories.
gh-stack
Manage stacked branches and dependent pull requests with the gh-stack GitHub CLI extension.
check-prod
Assess Azure production health across API, telemetry, PostgreSQL, and alerts.
validate
Runs the repository quality gate and smoke-tests the FastAPI endpoints.
review-pr-comments
Triages and addresses pull request review comments using the GitHub CLI.
query-prod-db
Query production PostgreSQL with Entra ID authentication for user investigation and data debugging.
debug-deploy
Diagnose GitHub Actions deployment, Terraform, and Azure authorization failures.
reset-local-submissions
Deletes local verification attempts so verification flows can be retested.
plan-terraform
Runs and reviews an Azure-backed Terraform plan for infrastructure pull requests in a detached worktree.
review-terraform
Review Terraform diffs and Azure plans for safe infrastructure changes.
write-migration
Write Alembic database migrations that are safe for production data and constraints.
reset-prod-submissions
Deletes a user's production verification attempts after preview and explicit confirmation.
cicd-debug
Diagnoses GitHub Actions deploy workflows and Terraform deployment failures.
validate-changes
Run Ruff lint, format, type checks, API startup, and endpoint smoke tests.
python-library-review
Analyze Python library imports and usage against official documentation.
review-api-routes
Review FastAPI routes files for HTTP semantics, OpenAPI docs, and error handling.
ship-it
Run pre-commit checks, stage, commit, push, and monitor deployment.
query-db
Query production PostgreSQL data with Entra ID authentication.
Frequently Asked Questions About Learn to Cloud
FAQPage SchemaWhat specific engineering tasks does Learn to Cloud enable?▼
These resources enable engineers to debug deployment failures, validate code quality through linting and type checking, review HTTP semantics in route files, and perform secure database queries. It facilitates the entire lifecycle from pre-commit validation to monitoring production deployments.
Which technical personas benefit from these resources?▼
Cloud engineers, site reliability engineers, and backend developers benefit from these resources. The content is specifically designed for practitioners managing infrastructure, maintaining FastAPI services, and ensuring secure database connectivity within enterprise environments.
What are the prerequisites for implementing these cloud engineering practices?▼
Implementation requires an existing GitHub environment, familiarity with Terraform for infrastructure provisioning, and a PostgreSQL database configured with Entra ID. Users should have a foundational understanding of HTTP semantics and standard linting practices to effectively utilize the provided validation and review modules.