Toolverse
All skills

development-tools

by multigres

Run unit tests, integration tests, and development tasks for multigres

Installation

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

Installation

Quick info

Author
multigres
Category
Testing

About this skill

Run unit tests, integration tests, and development tasks for multigres

How to use

  1. Zainstaluj umiejętność Development Tools w swoim Claude, wskazując repozytorium multigres i ścieżkę .claude/skills/mt-dev.
  2. Aby uruchomić wszystkie testy jednostkowe, wpisz polecenie /mt-dev unit all — narzędzie automatycznie wykona go test -short ./go/... i pokaże wynik.
  3. Jeśli chcesz testować konkretny pakiet, użyj /mt-dev unit [ścieżka-pakietu], na przykład /mt-dev unit ./go/services/multipooler/... — Claude wyświetli polecenie przed jego wykonaniem.
  4. Do testowania pojedynczego testu podaj ścieżkę pakietu i nazwę testu: /mt-dev unit ./go/services/multipooler TestConnectionPool.
  5. Dla bardziej zaawansowanego wyszukiwania użyj wzorców, np. /mt-dev unit ./go/services/multipooler TestConn.* — uruchomi wszystkie testy zaczynające się od TestConn.
  6. Po każdym uruchomieniu Claude podsumuje wyniki (liczba zaliczonych i niezaliczonych testów, czas wykonania) i zaproponuje wyświetlenie szczegółowych logów, jeśli testy się nie powiodą.

Related skills

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

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

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

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138