Toolverse
All skills

test-changes

by mysticaltech

Use after making changes to run terraform fmt, validate, and plan against test environment

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
3

About this skill

Use after making changes to run terraform fmt, validate, and plan against test environment

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude, dodając plik test-changes do katalogu skills.

  2. Po dokonaniu zmian w kodzie Terraforma uruchom komendę /test-changes w Claude. Umiejętność automatycznie przejdzie przez pięć etapów weryfikacji.

  3. Pierwszy etap sprawdza formatowanie kodu za pomocą terraform fmt -recursive. Jeśli formatowanie nie przejdzie, proces się zatrzymuje i musisz naprawić błędy.

  4. Drugi etap waliduje moduł Terraforma poleceniem terraform validate. Błędy walidacji również zatrzymują proces — napraw je przed kontynuacją.

  5. Trzeci etap inicjalizuje środowisko testowe poleceniem terraform init -upgrade, które pobiera Twoje lokalne zmiany modułu.

  6. Czwarty etap uruchamia terraform plan na klastrze testowym. Przeanalizuj wynik: szukaj zmian zgodnych z Twoimi intencjami. Jeśli zobaczysz komunikaty takie jak "will be destroyed", "must be replaced" lub "forces replacement", natychmiast zatrzymaj proces — to oznacza niszczące zmiany, które wymagają przeglądu przed wdrożeniem na produkcję.

Related skills

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862

creating-financial-models

by anthropics

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Testing
25137

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145