Toolverse
All skills

jit-regression-test

by dotnet

Extract a standalone JIT regression test case from a given GitHub issue and save it under the JitBlue folder. Use this when asked to create or extract a JIT regression test from an issue.

Installation

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

Installation

Quick info

Author
dotnet
Category
Testing

About this skill

Extract a standalone JIT regression test case from a given GitHub issue and save it under the JitBlue folder. Use this when asked to create or extract a JIT regression test from an issue.

How to use

  1. Zidentyfikuj zadanie GitHub zawierające błąd kompilatora JIT z kodem reprodukcji. Upewnij się, że raport zawiera konkretny kod, który powoduje problem — jeśli brakuje reprodukcji, najpierw skomponuj minimalny przykład.

  2. Poproś umiejętność o wyodrębnienie testu regresji, podając numer zadania (np. "utwórz test regresji dla issue #99391") lub wklejając kod reprodukcji bezpośrednio.

  3. Umiejętność wyodrębni numer zadania, kod reprodukcji i wszelkie wymagane zmienne środowiskowe DOTNET_* z opisu problemu.

  4. Automatycznie zostanie utworzony katalog Runtime_[numer_zadania] w ścieżce src/tests/JIT/Regression/JitBlue/ z plikiem testowym w formacie xUnit.

  5. Przejrzyj wygenerowany test — powinien zawierać licencję MIT, odpowiednie using statements, klasę testową i metodę [Fact] z kodem ćwiczącym błąd.

  6. Jeśli test wymaga specjalnych zmiennych środowiskowych, umiejętność doda je do konfiguracji. Nie używaj tej umiejętności dla testów bibliotek, benchmarków wydajności ani problemów bez kodu reprodukcji.

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

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

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

powershell-windows

by davila7

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

Testing
1074

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