·csharp-test-develop
</>

csharp-test-develop

jeongheonk/c-sharp-custom-marketplace

C#/.NET 테스트 코드 작성. 기존 코드에 대한 단위/통합 테스트를 xUnit, Moq, FluentAssertions 기반으로 생성. csharp-expert agent에 위임.

11Installs·0Trend·@jeongheonk

Installation

$npx skills add https://github.com/jeongheonk/c-sharp-custom-marketplace --skill csharp-test-develop

SKILL.md

기존 C# 코드에 대한 테스트 코드를 작성하는 스킬. TDD 워크플로우 없이 구현된 코드를 분석하고 테스트를 생성합니다.

| 목적 | 새 기능 TDD 개발 | 기존 코드에 테스트 추가 | | 워크플로우 | Red-Green-Refactor | 분석 → 테스트 작성 → 검증 | | 구현 코드 | 테스트 후 작성 | 이미 존재 | | 시점 | 개발 시작 | 개발 후 / 레거시 코드 |

| src/Services/UserService.cs | tests/UnitTests/Services/UserServiceTests.cs | | src/ViewModels/MainViewModel.cs | tests/UnitTests/ViewModels/MainViewModelTests.cs | | src/Repositories/UserRepository.cs | tests/IntegrationTests/Repositories/UserRepositoryTests.cs |

C#/.NET 테스트 코드 작성. 기존 코드에 대한 단위/통합 테스트를 xUnit, Moq, FluentAssertions 기반으로 생성. csharp-expert agent에 위임. Source: jeongheonk/c-sharp-custom-marketplace.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jeongheonk/c-sharp-custom-marketplace --skill csharp-test-develop
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is csharp-test-develop?

C#/.NET 테스트 코드 작성. 기존 코드에 대한 단위/통합 테스트를 xUnit, Moq, FluentAssertions 기반으로 생성. csharp-expert agent에 위임. Source: jeongheonk/c-sharp-custom-marketplace.

How do I install csharp-test-develop?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jeongheonk/c-sharp-custom-marketplace --skill csharp-test-develop Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jeongheonk/c-sharp-custom-marketplace