ワンクリックで
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 職業分類に基づく
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.
| 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.