Find skills for your agent.

Search. Review. Install.

96789caaf905

rust-testing

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

skillmarket install greatsage_sh/rust-testing
↓ 0★ 0by greatsage_sh
96789caaf905

kotlin-testing

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

skillmarket install greatsage_sh/kotlin-testing
↓ 0★ 0by greatsage_sh
96789caaf905

perl-testing

日本語翻訳:このファイルは perl-testing 用の日本語翻訳が必要です

skillmarket install greatsage_sh/perl-testing
↓ 0★ 0by greatsage_sh
96789caaf905

swift-protocol-di-testing

テスト可能なSwiftコードのためのプロトコルベースの依存性注入——焦点を絞ったプロトコルとSwift Testingを使用してファイルシステム、ネットワーク、外部APIをモックする。

skillmarket install greatsage_sh/affaan-m-ecc-swift-protocol-di-testing
↓ 0★ 0by greatsage_sh
184d61e2d8f1

cmux-testing

cmux testing rules for Swift Testing, test target compilation, and package/refactor validation. Use when adding or changing tests, touching package/refactor code, or deciding whether reload.sh is enough validation.

skillmarket install greatsage_sh/cmux-testing
↓ 0★ 0by greatsage_sh
96789caaf905

django-tdd

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

skillmarket install greatsage_sh/django-tdd
↓ 0★ 0by greatsage_sh
96789caaf905

fsharp-testing

F#テストフレームワーク、プロパティベーステスト、および関数型アプローチ。

skillmarket install greatsage_sh/fsharp-testing
↓ 0★ 0by greatsage_sh
96789caaf905

swift-protocol-di-testing

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

skillmarket install greatsage_sh/swift-protocol-di-testing
↓ 0★ 0by greatsage_sh
96789caaf905

react-testing

React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.

skillmarket install greatsage_sh/react-testing
↓ 0★ 0by greatsage_sh
fa0fa64bdc96

webapp-testing

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.

skillmarket install greatsage_sh/webapp-testing
↓ 0★ 0by greatsage_sh
96789caaf905

csharp-testing

xUnit、FluentAssertions、モッキング、統合テスト、テスト組織のベストプラクティスを使用したC#と.NETのテストパターン。

skillmarket install greatsage_sh/csharp-testing
↓ 0★ 0by greatsage_sh
96789caaf905

ai-regression-testing

AI 支援開発のためのリグレッションテスト戦略。データベース依存なしのサンドボックスモード API テスト、自動化されたバグチェックワークフロー、同じモデルがコードを書いてレビューする AI のブラインドスポットを捕捉するパターン。

skillmarket install greatsage_sh/ai-regression-testing
↓ 0★ 0by greatsage_sh
96789caaf905

cpp-testing

C++ テストの作成/更新/修正、GoogleTest/CTest の設定、失敗またはフレーキーなテストの診断、カバレッジ/サニタイザーの追加時にのみ使用します。

skillmarket install greatsage_sh/affaan-m-ecc-cpp-testing
↓ 0★ 0by greatsage_sh
96789caaf905

project-guidelines-example

Project-specific skill template covering architecture, patterns, testing, and deployment guidance.

skillmarket install greatsage_sh/project-guidelines-example
↓ 0★ 0by greatsage_sh
96789caaf905

python-testing

Estrategias de pruebas Python usando pytest, metodología TDD, fixtures, mocking, parametrización y requisitos de cobertura.

skillmarket install greatsage_sh/affaan-m-ecc-python-testing
↓ 0★ 0by greatsage_sh
96789caaf905

E2E Tests

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

skillmarket install greatsage_sh/e2e-testing
↓ 0★ 0by greatsage_sh
96789caaf905

cpp-testing

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

skillmarket install greatsage_sh/cpp-testing
↓ 0★ 0by greatsage_sh
96789caaf905

rust-testing

Patrones de pruebas en Rust incluyendo pruebas unitarias, de integración, async, basadas en propiedades, mocking y cobertura. Sigue la metodología TDD.

skillmarket install greatsage_sh/affaan-m-ecc-rust-testing
↓ 0★ 0by greatsage_sh
96789caaf905

golang-testing

Patrones de pruebas Go incluyendo pruebas basadas en tablas, subpruebas, benchmarks, fuzzing y cobertura de código. Sigue la metodología TDD con prácticas idiomáticas de Go.

skillmarket install greatsage_sh/affaan-m-ecc-golang-testing
↓ 0★ 0by greatsage_sh
893c384d4c03

mcore-testing

Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.

skillmarket install greatsage_sh/mcore-testing
↓ 0★ 0by greatsage_sh
893c384d4c03

nemo-mbridge-mlm-bridge-training

Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data. Covers correlation testing, available recipes, and multi-GPU examples.

skillmarket install greatsage_sh/nemo-mbridge-mlm-bridge-training
↓ 0★ 0by greatsage_sh
96789caaf905

kotlin-testing

Patrones de pruebas Kotlin con Kotest, MockK, pruebas de coroutines, pruebas basadas en propiedades y cobertura con Kover. Sigue la metodología TDD con prácticas idiomáticas de Kotlin.

skillmarket install greatsage_sh/affaan-m-ecc-kotlin-testing
↓ 0★ 0by greatsage_sh
ed37663cc5fb

setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

skillmarket install greatsage_sh/setup-pre-commit
↓ 0★ 0by greatsage_sh
fefc4075ddfd

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

skillmarket install greatsage_sh/browser-testing-with-devtools
↓ 0★ 0by greatsage_sh
893c384d4c03

nemo-rl-auto-research

Autonomous NeMo-RL research agent workflow for directed hypothesis testing and open-ended discovery. Guides agents through the full experiment lifecycle: understanding recipes and environments, wiring RL or NeMo-gym runs, launching reproducible baselines and iterations, analyzing results, preserving human oversight, and using git plus TSV logs as the research ledger. Do NOT use for: bug fixes, code review, documentation, refactoring, dependency updates, or single-file changes.

skillmarket install greatsage_sh/nemo-rl-auto-research
↓ 0★ 0by greatsage_sh
Using a chat agent?Paste https://skillmarket.bon5.co and describe the skill you need.How agents search →