원클릭으로
result-web-feedback
Apply Result<T>-based feedback patterns in Razor Pages and HTMX flows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply Result<T>-based feedback patterns in Razor Pages and HTMX flows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add or extend MoreSpeakers Domain Result types with explicit factory methods and structured errors.
Fix xUnit v3 test projects that compile but show zero discovered tests under dotnet test.
Use reflection-based tests to lock an API contract before the implementation lands.
Expert .NET 10 Full-Stack Developer skill. Use this when implementing new features, vertical slices, or modifying existing logic in the MoreSpeakers application. It covers Domain, Data (EF Core), Managers, and Web (Razor Pages + HTMX).
QA Automation Engineer skill. Use this to write or refactor unit tests. Ensures tests follow the project's xUnit, FluentAssertions, and Moq standards.
Database Architect skill. Use this when you need to modify the database schema, add tables, or seed data. This project uses RAW SQL SCRIPTS orchestrated by .NET Aspire, NOT Entity Framework Migrations.
| name | result-web-feedback |
| description | Apply Result<T>-based feedback patterns in Razor Pages and HTMX flows. |
| domain | web-ui |
| confidence | high |
| source | earned |
Use this when a Web-layer flow moves from sentinel values to Result/Result<T>. It covers Razor Page handlers, redirect feedback, and HTMX partial re-renders.
TempData["ErrorMessage"] so _ToastMessages renders it after the redirect.ModelState errors and return Page() so validation summaries show the failure.Model.NewExpertiseResponse) when re-rendering instead of creating a new one.Result fails.Areas\Admin\Pages\Catalog\Expertises\Categories\Index.cshtml.csAreas\Identity\Pages\Account\Register.cshtml.csPages\Profile\Edit.cshtml.csPages\Speakers\Index.cshtml.cs