run▌
7 indexed skills · max 10 per page
run-acceptance-tests
hashicorp/agent-skills · Testing
Execute and diagnose Go acceptance tests for Terraform providers with structured troubleshooting. \n \n Run focused acceptance tests using go test -run=TestAccFeatureHappyPath with TF_ACC=1 environment variable \n Diagnose failures progressively: retry with -count=1 , enable verbose output with -v , activate debug logging via TF_LOG=debug , and persist Terraform workspace with TF_ACC_WORKING_DIR_PERSIST=1 \n Validate test reliability by intentionally breaking a TestCheckFunc, re-running the test
gcp-cloud-run
davila7/claude-code-templates · Cloud
Containerized web service on Cloud Run
gcp-cloud-run
aj-geddes/useful-ai-prompts · Cloud
Google Cloud Run enables deployment of containerized applications at scale without managing infrastructure. Run stateless HTTP containers with automatic scaling from zero to thousands of instances, paying only for compute time consumed.
run
alirezarezvani/claude-skills · Productivity
Run exactly ONE experiment iteration: review history, decide a change, edit, commit, evaluate.
analyze-test-run
microsoft/github-copilot-for-azure · Testing
Downloads artifacts from a GitHub Actions integration test run, generates a summarized skill invocation report, and files GitHub issues for each test failure with root-cause analysis.
gcp-cloud-run
sickn33/antigravity-awesome-skills · Cloud
Production-ready serverless applications on GCP Cloud Run with containerized services and event-driven functions. \n \n Covers Cloud Run Services (containerized web apps and APIs) and Cloud Run Functions (HTTP, Pub/Sub, and Cloud Storage event handlers) \n Includes cold start optimization techniques: startup CPU boost, minimum instances, distroless images, lazy dependency loading, and memory tuning \n Provides multi-stage Docker builds, graceful shutdown patterns, and Cloud Build deployment pipe
nx-run-tasks
nrwl/nx-ai-agents-config · Productivity
Execute build, test, lint, serve, and other Nx workspace tasks with flexible filtering and caching. \n \n Run single tasks with nx run <project>:<task> or multiple tasks across projects using nx run-many with project filtering by name, pattern, or tag \n Use nx affected to run tasks only on changed projects and their dependents, ideal for CI pipelines and large workspaces \n Control execution with flags like --parallel , --skipNxCache , --nxBail , and --configuration to customize behav