Toolverse
All skills

maintainx-local-dev-loop

by jeremylongshore

Set up a local development loop for MaintainX integration development.\nUse when configuring dev environment, testing API calls locally,\nor setting up a sandbox workflow for MaintainX.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing
Views
1

About this skill

Set up a local development loop for MaintainX integration development.\nUse when configuring dev environment, testing API calls locally,\nor setting up a sandbox workflow for MaintainX.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz ukończoną konfigurację autoryzacji MaintainX (maintainx-install-auth) oraz Node.js 18 lub nowszy. Ustaw zmienną środowiskową MAINTAINX_API_KEY z Twoim kluczem API.

  2. Wyzwól umiejętność frazami takimi jak "maintainx dev setup", "maintainx local", "maintainx development environment" lub "maintainx testing setup" w Claude Code lub kompatybilnym narzędziu.

  3. Umiejętność utworzy katalog projektu i zainstaluje wymagane zależności: axios, dotenv, TypeScript, tsx oraz vitest do testowania. Automatycznie wygeneruje plik tsconfig.json z konfiguracją dla ES2022 i strict mode.

  4. Przygotowana zostanie struktura projektu z folderem src/ (klient API, serwis work orderów, logika synchronizacji) oraz folderem tests/ (testy jednostkowe z mockami i testy integracyjne z live API).

  5. Skopiuj plik .env.example na .env i wstaw swoją wartość MAINTAINX_API_KEY. Projekt będzie gotów do uruchomienia testów lokalnie i iteracyjnego rozwoju integracji.

  6. Uruchamiaj testy za pomocą npm run test i rozwijaj swoje moduły integracyjne w src/, korzystając z hot reload do natychmiastowego feedback'u podczas zmian kodu.

Related skills

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

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

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

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076