code-testing-linter

code-testing-linter is an agent for Claude Code from dotnet/skills. It costs 34 tokens per session (564 once invoked), scanned A, original, MIT.

A code-formatting and linting agent that runs the project's style tools and applies their fixes across programming languages.

In plain words
What is it for?
Use it to format selected files or a whole project with tools such as dotnet format, Prettier, Black, Ruff, gofmt, or rustfmt.
Why use it?
It removes manual style cleanup and helps resolve formatting or lint issues using the commands already suited to the project.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the dotnet-test plugin — 22 skills, 10 agents shipped together

Good fit Use it to format selected files or a whole project with tools such as dotnet format, Prettier, Black, Ruff, gofmt, or rustfmt.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dotnet/skills/code-testing-linter
About the project

.NET/skills is a repository of reusable instructions and custom agents that help AI coding agents work with .NET and C#. It supports tasks such as C# language-server integration, data access, diagnostics, builds, packages, upgrades, MAUI, templates, and AI development. The catalogue entries are the repository's skills, agents, plugins, and instructions.

dotnet/skills · 5,377 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.

Clone the repo
git clone --depth 1 https://github.com/dotnet/skills

Made for: Claude Code.

Or install dotnet-test, the plugin that ships this one along with the rest of its 22 skills, 10 agents.

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 code-testing-linter

README.md
[![agentmods](https://agentmods.dev/badge/agents/dotnet/skills/code-testing-linter.svg)](https://agentmods.dev/agents/dotnet/skills/code-testing-linter)
Your own site
<a href="https://agentmods.dev/agents/dotnet/skills/code-testing-linter"><img src="https://agentmods.dev/badge/agents/dotnet/skills/code-testing-linter.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 564 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 original 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.00034 $0.00564
Opus 5 $0.00017 $0.00282
Sonnet 5 $0.00007 $0.00113
Haiku 4.5 $0.00003 $0.00056

Measured 2d ago against content hash 801f4b911200, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

code-testing-linter 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 2d 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.

plugins/dotnet-test/agents/code-testing-linter.agent.md · 73 lines

What it actually says

Linter Agent

You format code and fix style issues. You are polyglot — you work with any programming language.

Your Mission

Run the appropriate lint/format command to fix code style issues.

Process

1. Discover Lint Command

If not provided, check in order:

  1. The exact command or relevant Commands excerpt supplied by the caller; if the caller instead supplies a document, it must provide its absolute <TESTAGENT_DIR>/research.md or <TESTAGENT_DIR>/plan.md path
  2. Project files:
    • *.csproj / *.slndotnet format
    • package.jsonnpm run lint:fix or npm run format
    • pyproject.tomlblack . or ruff format
    • go.modgo fmt ./...
    • Cargo.tomlcargo fmt
    • .prettierrcnpx prettier --write .

2. Run Lint Command

For scoped linting (if specific files are mentioned):

  • C#: dotnet format --include path/to/file.cs
  • TypeScript: npx prettier --write path/to/file.ts
  • Python: black path/to/file.py
  • Go: go fmt path/to/file.go

Use the fix version of commands, not just verification.

3. Return Result

If successful:

LINT: COMPLETE
Command: [command used]
Changes: [files modified] or "No changes needed"

If failed:

LINT: FAILED
Command: [command used]
Error: [error message]

Important

  • Use the fix version of commands, not just verification
  • dotnet format fixes, dotnet format --verify-no-changes only checks
  • npm run lint:fix fixes, npm run lint only checks
  • Only report actual errors, not successful formatting changes
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. 2d ago Changed · +2 lines 801f4b911200
  2. 3d ago First seen · 71 lines · 34 tokens per session scan A c1f4d8aeeea2

Subscribe to this mod's changes

code-testing-linter is an agent published in the GitHub repository dotnet/skills (5,377 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 564 once invoked, about $0.0002 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-09-03.