
from agent-skills317
Generate NUnit 3 unit tests and test patterns for C# projects (Assert.That constraint model, parameterized tests, lifecycle hooks, and Moq examples).
Generates practical NUnit 3 unit tests in C#, demonstrating the Assert.That constraint model, parameterized tests (TestCase/TestCaseSource), test lifecycle hooks (SetUp/TearDown/OneTimeSetUp), and examples of mocking with Moq. Includes runnable examples and CI/test run guidance.
Use this skill when you need to scaffold or improve C# unit tests, convert informal test ideas into proper NUnit tests, add parameterized cases, or learn idiomatic NUnit patterns for assertions and lifecycle management. Triggered by mentions of NUnit, [Test], Assert.That, C# testing, or unit-test related requests.
Likely compatible with developer-focused agents that can edit or generate code (Copilot/Codex/GitHub Copilot-style assistants and other code-capable LLM agents).
NUnit 3 Testing skill is a pure reference skill with no executable scripts. It provides well-structured C# code examples covering Assert.That constraints, parameterized tests, Moq mocking, lifecycle hooks, and anti-patterns. SKILL.md has complete frontmatter and progressive disclosure via a reference/playbook.md. Clean, no security concerns.
Reference-only skill with no scripts. Well-written content targeting C#/.NET developers. No security issues whatsoever.
Nemo.js Automation Skill
Generate Nemo.js (PayPal) end-to-end automation tests in JavaScript, with examples for Mocha, locator patterns and TestMu cloud integration.
Geb Automation Skill
Generates Geb (Groovy) browser automation tests and page objects with Spock integration; includes patterns for cloud execution and CI-ready setups.
API Compliance Checker
Generate practical, standards-aligned API patterns and endpoints for GDPR, PCI-DSS, HIPAA, SOC2 and related regulatory requirements, including audit log and dat
Behat BDD Test Generator
Generates Behat BDD feature files, context classes, and configuration for PHP browser tests using Mink and Selenium-compatible drivers.
xUnit.net Testing Skill
Automate the generation of professional C# xUnit.net tests, covering Fact/Theory patterns, constructor injection, and shared fixtures.
Karma Test Runner Configuration
Generates and configures Karma test runner setups for browser-based JavaScript testing with Jasmine, Mocha, or QUnit.