一键导入
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 页面并帮你完成安装。
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.
基于 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.