Toolverse
All skills

split-asm

by bitfaster

Split BenchmarkDotNet assembly markdown files into individual files per benchmark method using splitasm. Use to break one big assembly code file per benchmark into one file per benchmark method.

Installation

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

Installation

Quick info

Author
bitfaster
Category
Testing
Views
3

About this skill

Split BenchmarkDotNet assembly markdown files into individual files per benchmark method using splitasm. Use to break one big assembly code file per benchmark into one file per benchmark method.

How to use

  1. Sklonuj repozytorium splitasm do katalogu C:/repo na swoim komputerze, uruchamiając w terminalu: git clone https://github.com/bitfaster/splitasm

  2. Przygotuj katalog z wynikami BenchmarkDotNet — domyślnie narzędzie szuka plików w katalogu BenchmarkDotNet.Artifacts/results w bieżącym repozytorium.

  3. Wywołaj umiejętność split-asm bez argumentów, aby użyć domyślnej ścieżki: /split-asm. Alternatywnie podaj własną ścieżkę do katalogu wyników: /split-asm [ScieżkaDoWyników]

  4. Narzędzie uruchomi splitasm i automatycznie rozdzieli pliki asemblerowe. Każda metoda benchmarkowana otrzyma własny plik markdown zawierający jej kod asemblerowy.

  5. Sprawdź wygenerowane pliki — będą zorganizowane hierarchicznie: najpierw według benchmarku, potem według frameworku docelowego.

  6. Wykorzystaj pojedyncze pliki do porównywania zmian w kodzie asemblerowym za pomocą narzędzi diff — łatwo zobaczysz, jak modyfikacje kodu wpłynęły na wygenerowany asembler.

Related skills

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

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

playwright

by BloomBooks

How to make good playwright (e2e) tests for this project.

Testing
1298

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257

ad-creative

by alirezarezvani

When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or

Testing
2863

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