Total Skills
3
Skills published by learntocloud with real stars/downloads and source-aware metadata.
Total Skills
3
Total Stars
1.4K
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
debug-deploy
467
ship-it
467
validate
467
Debug GitHub Actions workflow failures and Terraform errors. Use when deployment failed, Terraform state lock, CI/CD pipeline errors, or troubleshooting deploy.yml.
Run prek, run tests, resolve issues, commit, push, then monitor the deploy workflow and resolve any deploy failures. Use when user says "ship it", "commit and deploy", "push and deploy", or "land this".
Run ruff lint, ruff format, ty type-check, shared/API tests, start the API, smoke test endpoints, then kill the API. Use after editing Python files to catch errors before commit.