dotnet-testing

dotnet-testing is a skill for Claude Code from aws-samples/sample-ramp-aidlc-mod-starter-packs. It costs 121 tokens per session (1,327 once invoked), scanned A, original, MIT-0.

Guidance for writing automated tests for .NET and C# programs, including small unit tests, tests across multiple components, test doubles, and coverage checks.

In plain words
What is it for?
Use it when choosing a .NET test framework, creating test projects, testing collaborators, or setting merge checks.
Why use it?
It helps connect tests to requirements and catch changes that would break the main code branch.

Skill for Claude Code ✓ vendor

Written for Claude Code: installed under .claude/.

Good fit Use it when choosing a .NET test framework, creating test projects, testing collaborators, or setting merge checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aws-samples/sample-ramp-aidlc-mod-starter-packs/dotnet-testing
About the project

AI-DLC for Modernization Starter Packs is a collection of reusable project templates for applying an AI-driven development lifecycle to application modernization work. Each pack gives teams structured instructions, skills, and agent-tool configurations for use with several coding agents. The catalogue entries are components and tool registrations included in these packs.

aws-samples/sample-ramp-aidlc-mod-starter-packs · 9 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aws-samples/sample-ramp-aidlc-mod-starter-packs --skill dotnet-testing
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-ramp-aidlc-mod-starter-packs

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dotnet-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-ramp-aidlc-mod-starter-packs/dotnet-testing.svg)](https://agentmods.dev/skills/aws-samples/sample-ramp-aidlc-mod-starter-packs/dotnet-testing)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-ramp-aidlc-mod-starter-packs/dotnet-testing"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-ramp-aidlc-mod-starter-packs/dotnet-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,327 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.01327
Opus 5 $0.00060 $0.00664
Sonnet 5 $0.00024 $0.00265
Haiku 4.5 $0.00012 $0.00133

Measured 8d ago against content hash e4e1eeb16d02, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dotnet-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

serverless-event-driven-on-aws/scaffolded-packs/claude-code/.claude/skills/dotnet-testing/SKILL.md · 84 lines

The source is not reproduced here

Licensed MIT-0

The repository is licensed MIT-0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 84 lines · 121 tokens per session scan A e4e1eeb16d02

Subscribe to this mod's changes

dotnet-testing is a skill published in the GitHub repository aws-samples/sample-ramp-aidlc-mod-starter-packs (9 stars, last pushed yesterday), licensed MIT-0. It adds 121 tokens to every session and 1,327 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

verify-dotnet-samples

How to build, run and verify the .NET sample projects in the Agent Framework repository. Use this when a user wants to verify that the samples still function as expected.

microsoft/agent-framework · 40 tokens

author-test

Generate a test given sample. Parameters: C# SDK repository root; Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; the sample to use as a starting point for the test.

Azure/azure-sdk-for-net · 68 tokens

migrate-mstest-v3-to-v4

Use this skill before answering, planning, or editing any MSTest 3.x-to-4.x upgrade or post-upgrade failure. Triggers include "MSTest v4 breaking changes"; CS0507/CS0103/CS1061/CS1615; ExecuteAsync, CallerInfo, DisplayName, or custom TestMethodAttribute; ClassCleanupBehavior; ContainsKey; ThrowsExactly or…

dotnet/skills · 179 tokens

writing-mstest-tests

ALWAYS USE when asked to fix, rewrite, update, improve, modernize, show corrected code for, or explain existing MSTest tests or MSTest-specific configuration. Use for "review" when corrected code or edits are wanted, even for one pasted assertion or passing tests with bad failure output. Covers expected/actual labels…

dotnet/skills · 180 tokens

migrate-mstest-v1v2-to-v3

Use this skill before answering or editing whenever an MSTest v1/v2 project is being upgraded or repaired for v3. Triggers include QualityTools assembly references; MSTest.TestFramework/TestAdapter 1.x-2.x; "upgrade to MSTest v3"; comparing v1 and v2 migration paths; choosing MSTest or MSTest.Sdk; CS0411/CS1503 after…

dotnet/skills · 193 tokens