一键导入
aspnet
Build and review ASP.NET Core endpoints, minimal APIs, controllers, middleware, and services following thin-handler and boundary-validation patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and review ASP.NET Core endpoints, minimal APIs, controllers, middleware, and services following thin-handler and boundary-validation patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Import existing specs/docs/planning documents or migrate an old `.worklog` tree into `.specs`. Use only when invoked manually by the user as /spec-import SOURCE_FOLDER.
Rebuild or update `.specs/INDEX.md` from current Spec Guided Dev documents, archived history, and temporary deviations.
Compare implementation with Spec Guided Dev documents and decide whether no update, cleanup, replacement, or temporary deviation is needed.
Review whether current changes follow Spec Guided Dev rules. Use before commits or when checking spec structure.
Create the next numbered Spec Guided Dev document before significant implementation work. Use when starting durable product intent, an ADR, a spike, or a temporary deviation.
Build and review Blazor components with correct render mode selection, component design, state management, and MudBlazor integration.
| name | aspnet |
| description | Build and review ASP.NET Core endpoints, minimal APIs, controllers, middleware, and services following thin-handler and boundary-validation patterns. |
| compatibility | Requires an ASP.NET Core project (.NET 6+, preferably .NET 8+). |
| Input | Required | Description |
|---|---|---|
| Endpoint intent | Yes | What the endpoint or service should do |
| API style | No | Minimal API, controller, gRPC, SignalR |
| Auth requirements | No | Anonymous, JWT bearer, cookie, policy-based |
Results.* or IActionResult) that make status code and shape explicit.CancellationToken from the request context and pass it through every async I/O call.CancellationToken is accepted and forwarded through all async calls.