learntocloudlearntocloudOfficial·17 Agent Skills Included

learn-to-cloud-app

Operate, validate, and deploy a cloud learning platform safely

Automates the daily engineering work behind a cloud learning web app, from running quality gates to shipping pull requests. Checks Azure production health, queries the production database safely, and debugs failed GitHub Actions deployments. Reviews Terraform plans, writes safe database migrations, and manages stacked pull requests without risky manual steps.
npx skills add learntocloud/learn-to-cloud-app --all -g -y

All Skills in This Repository (17)

Pure Emerald Level Indicators
📦 In Repo
learntocloudlearntocloud

cicd-debug

Diagnoses GitHub Actions deploy workflows and Terraform deployment failures.

Official
Intermediate
📦 In Repo
learntocloudlearntocloud

validate-changes

Run Ruff lint, format, type checks, API startup, and endpoint smoke tests.

Official
Advanced
📦 In Repo
learntocloudlearntocloud

python-library-review

Analyze Python library imports and usage against official documentation.

Official
Advanced
📦 In Repo
learntocloudlearntocloud

review-api-routes

Review FastAPI routes files for HTTP semantics, OpenAPI docs, and error handling.

Official
Advanced
📦 In Repo
learntocloudlearntocloud

ship-it

Run pre-commit checks, stage, commit, push, and monitor deployment.

Official
Advanced
📦 In Repo
learntocloudlearntocloud

query-db

Query production PostgreSQL data with Entra ID authentication.

Official
Intermediate
📦 In Repo
learntocloudlearntocloud

gh-stack

Manage stacked branches and dependent pull requests with the gh-stack GitHub CLI extension.

Official
Advanced
📦 In Repo
learntocloudlearntocloud

check-prod

Assess Azure production health across API, telemetry, PostgreSQL, and alerts.

Official
Intermediate
📦 In Repo
learntocloudlearntocloud

validate

Runs the repository quality gate and smoke-tests the FastAPI endpoints.

Official
Intermediate
📦 In Repo
learntocloudlearntocloud

review-pr-comments

Triages and addresses pull request review comments using the GitHub CLI.

Official
Intermediate
📦 In Repo
learntocloudlearntocloud

query-prod-db

Query production PostgreSQL with Entra ID authentication for user investigation and data debugging.

Official
Intermediate
📦 In Repo
learntocloudlearntocloud

debug-deploy

Diagnose GitHub Actions deployment, Terraform, and Azure authorization failures.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install learn-to-cloud-app skills?

Run `npx skills add learntocloud/learn-to-cloud-app --all -g -y` in your terminal to install all skills in this suite globally.

How to check Azure production health with AI?

The check-prod skill runs read-only Azure Monitor and Log Analytics queries and returns a clear Healthy, Warning, or Critical verdict with supporting metrics.

Can AI review Terraform changes safely?

Yes. The plan-terraform and review-terraform skills run an Azure-backed plan in a temporary worktree and flag unexpected destroys, identity changes, or permission gaps before merge.

How to manage stacked pull requests with AI?

The gh-stack skill lets your agent create, rebase, sync, and submit chains of dependent pull requests using non-interactive GitHub CLI commands.

Do these skills work with Claude Code and Copilot?

Yes. All skills follow the standard SKILL.md format and run in Claude Code, GitHub Copilot, Cursor, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineering