원클릭으로
servicestack-refactoring-review
Reviews and refactors code to enforce ServiceStack idioms and eliminate MVC / ASP.NET Core leakage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews and refactors code to enforce ServiceStack idioms and eliminate MVC / ASP.NET Core leakage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | servicestack-refactoring-review |
| description | Reviews and refactors code to enforce ServiceStack idioms and eliminate MVC / ASP.NET Core leakage. |
Use this skill when reviewing existing codebases or refactoring to better align with ServiceStack's message-based architecture.
Watch out for patterns that belong in MVC/WebAPI but not in ServiceStack:
ToUrl().base.Db, base.Cache, etc., instead of manually resolving them from IoC everywhere.AppHost or Controllers into ServiceInterface classes.if checks into FluentValidation classes./metadata page after refactoring.Designs stable, discoverable APIs using routes, metadata, and versioning conventions.
Implements authentication using ServiceStack Auth Providers and session handling.
Applies role-, permission-, and ownership-based authorization using ServiceStack idioms.
Implements AutoQuery services, custom filters, and permission-aware querying.
Designs request/response DTOs using DTO-first, message-based ServiceStack conventions.
Controls OpenAPI / metadata exposure without compromising ServiceStack-first design.