Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

hexagonal-solution-template

hexagonal-solution-template에는 gpreviatti에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
2
업데이트
2026-04-21
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

code-review
소프트웨어 품질 보증 분석가·테스터

BFF code review gate for standards, tests, complexity <= 30, modern C#, and security validation.

2026-04-21
code-review
소프트웨어 품질 보증 분석가·테스터

Contracts code review gate for standards, tests, complexity <= 30, modern C#, and security validation.

2026-04-21
code-review
소프트웨어 품질 보증 분석가·테스터

Full template code review gate for DDD/SOLID standards, tests, complexity <= 30, modern C#, and security validation.

2026-04-21
create-contracts
소프트웨어 개발자

Create or update BFF contracts in src/Contracts (records, DTOs, and .proto). Use when user asks to add/change request/response contracts, order DTOs, base contract wrappers, or gRPC proto contracts.

2026-04-16
create-endpoint-with-integration-tests
소프트웨어 개발자

Create a new minimal API endpoint in src/WebApp and add matching integration tests in tests/IntegrationTests. Use when user asks for new GET/POST/PUT/PATCH/DELETE endpoints plus end-to-end validation.

2026-04-16
create-load-tests
소프트웨어 품질 보증 분석가·테스터

Create or extend k6 load tests for this BFF template. Use when user asks for HTTP/gRPC performance scenarios, thresholds, custom metrics, or environment-driven load profiles in tests/LoadTests.

2026-04-16
use-case-generator
소프트웨어 개발자

Generate Application use case classes and xUnit unit tests following BaseInOutUseCase/BaseInUseCase/BaseOutUseCase patterns, FluentValidation, repository mocks, and fixture conventions for this hexagonal template.

2026-04-15
integration-tests-generator
소프트웨어 품질 보증 분석가·테스터

Generate integration tests for HTTP, gRPC, and messaging flows in this hexagonal template. Use when creating end-to-end API, consumer, or repository integration scenarios with WebApplicationFactory and real infrastructure dependencies.

2026-04-15
endpoints-generator
소프트웨어 개발자

Generate ASP.NET Minimal API endpoint classes in the hexagonal architecture template project following project patterns for caching, correlation ID, HTTP status codes, and DI registration

2026-04-15
load-tests-generator
소프트웨어 품질 보증 분석가·테스터

Generate k6 load tests for HTTP and gRPC endpoints in this template. Use when creating performance scenarios, thresholds, metrics, and environment-driven load profiles under tests/LoadTests.

2026-04-15
entity-generator
데이터베이스 아키텍트

Generate entity classes, unit tests, and database migrations following hexagonal architecture DDD principles for this project

2026-04-15
ef-mapper
데이터베이스 아키텍트

Create and update Entity Framework Core mappings for domain entities in the hexagonal architecture template, including relationships, enum conversions, precision, and migrations.

2026-04-15
consumers-generator
소프트웨어 개발자

Generate RabbitMQ message consumers and message record types in the hexagonal architecture template project following BaseConsumer patterns, deduplication, and DI auto-registration

2026-04-15