# Dotnet Change

> Use for any change in C#/.NET projects. Do NOT trigger for frontend-only work. Always update or add tests and run the standard test command before finishing.

- Skill: `askaret/dotnet-change` (Agent Skill)
- Install (CLI): `npx skillmds@latest add askaret/dotnet-change`
- Raw SKILL.md: https://api.skillmd.com/api/skills/askaret/dotnet-change/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: askaret (https://skillmd.com/u/askaret)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/askaret/dotnet-change

---


Workflow:
1) Identify impacted projects and test projects.
2) Make minimal code changes consistent with existing patterns.
3) Add/adjust tests (xUnit/NUnit/etc. as used in repo).
4) Run: dotnet test (and dotnet format if repo uses it).
5) Summarize changes + list tests run + any follow-ups.

