nunit

9 mods across 1 repository, 2.6k stars between them.

nunit-api-design

01

nunit/nunit

Skill Claude CodeCodex

Use when adding or modifying public API surface in NUnit — new or changed constraints, attributes, assertions, helpers, or any type/member visibility change. Covers the conventions NUnit maintainers enforce for types that ship to consumers of the framework.

2.6k 2d ago A 51 tokens MIT

nunit-build-infra

02

nunit/nunit

Skill Claude CodeCodex

Use when editing .csproj, .nuspec, Directory.Build.props, Directory.Build.targets, Directory.Packages.props, the Cake build (build.cake, build.ps1, build.sh), or GitHub Actions workflows. Covers central package management, MinVer-driven versioning, the props-vs-targets split, and nuspec/csproj consistency.

2.6k 2d ago A 85 tokens MIT

nunit-code-style

03

nunit/nunit

Skill Claude CodeCodex

Use when writing or modifying C# method bodies, type declarations, or non-trivial logic in NUnit source. Covers NUnit's taste-and-judgment conventions — exception construction, simplification, naming intent, StringComparison, non-null check form, and var usage — that aren't already caught at build time.

2.6k 2d ago A 69 tokens MIT

nunit-performance

04

nunit/nunit

Skill Claude CodeCodex

Use when modifying hot paths in NUnit — constraint evaluation, equality comparison, value formatting, reflection-based dispatch, collection inspection, or anything that runs once per assertion or per test discovery. Covers allocation patterns, reflection caching, and how the team expects performance claims to be…

2.6k 2d ago A 59 tokens MIT

nunit-testing

05

nunit/nunit

Skill Claude CodeCodex

Use when writing or modifying tests in NUnit's own test projects, or when making a behavioral change to production code that needs test coverage. Covers test structure, attribute choice, helper visibility, platform guards, and which test projects are real.

2.6k 2d ago A 51 tokens MIT

nunit/nunit

Skill Claude CodeCodex

Use when writing or modifying async code in NUnit — async test lifecycle (setup/teardown), TestExecutionContext, AsyncLocal, Task/ValueTask continuations, blocking vs non-blocking waits, or conditional Thread.Abort code. Covers the threading/async conventions the NUnit runtime depends on.

2.6k 2d ago A 75 tokens MIT

NUnit.Agent

07

nunit/nunit

Agent

Assists with NUnit development, documentation, and CI configuration.

2.6k 2d ago B 16 tokens MIT

nunit/nunit

Instructions file GitHub Copilot

Copilot instructions for nunit/nunit, covering copilot instructions and project guidelines.

2.6k 2d ago A 41 tokens MIT

nunit AGENTS.md

09

nunit/nunit

Instructions file CodexOpenCode

AGENTS.md instructions for nunit/nunit, covering agents.md, on every change, required cli tool, build & test quick reference and project conventions.

2.6k 2d ago B 655 tokens MIT