소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill whats-new-include-content-rules명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | whats-new-include-content-rules |
| description | > Use when this capability is needed. |
These rules encode corrections from past PR reviews. Follow them strictly when
creating or editing include files under aspnetcore/release-notes/aspnetcore-{MAJOR_VERSION}/includes/.
All include files go in:
aspnetcore/release-notes/aspnetcore-{MAJOR_VERSION}/includes/
infer-pk-display-name-preview2.md (pk is an abbreviation, and preview2 combines a word with a number)infer-passkey-display-name-preview-2.md (whole words, number separated by hyphen)-preview-{N} (where {N} is the preview number, e.g., -preview-2).
CRITICAL: Every new file MUST include the preview suffix. This was a mistake
in the initial automation — a file was created without the suffix and had to be
corrected.native-otel-tracing-preview-2.mdopenapi-3-2-support-preview-2.mdinfer-passkey-display-name-preview-2.mdperformance-improvements-preview-2.mdperformance-improvements-preview-{N}.md file.Do not create include files for Blazor features:
Do not create include files for bug fixes: The What's New article only covers new features and improvements, not bug fixes.
Community contributors list:
### (H3) headings — never # or ##. Include files are embedded inside
a parent article that already uses ## for section headings.<xref:> for API references — not inline code`AddOpenApi()`<xref:Microsoft.Extensions.DependencyInjection.OpenApiServiceCollectionExtensions.AddOpenApi%2A>`BadHttpRequestException`<xref:Microsoft.AspNetCore.Http.BadHttpRequestException><xref:fully.qualified.name>
format. The xref ID must be verified from official dotnet-api-docs, not guessed.<!-- TODO: Update to <xref:> once API docs are published --> so it can be
updated later.
format. The xref ID must be verified from official dotnet-api-docs, not guessed.PasskeyAuthenticators dictionary, not
PasskeyAuthenticators.cs dictionary.[Breaking changes in .NET]([/dotnet/core/compatibility/breaking-changes](https://learn.microsoft.com/dotnet/core/compatibility/breaking-changes))[Breaking changes in .NET](/dotnet/core/compatibility/breaking-changes)/.
Do not include https://learn.microsoft.com or the /en-us/ locale.a, b, c, and d on the request activity."a, b, c, and d."### Feature name (Breaking Change)Thank you [@username](https://github.com/username) for this contribution!-->. Never leave an unclosed HTML comment.includes/ directory) do NOT get YAML front matter
(no --- block with title, ms.date, etc.). They are raw Markdown fragments.Before completing, verify:
-preview-{N}.<xref:> IDs are verified (or explicitly flagged as needing verification).-->.Fixes dotnet/AspNetCore.Docs#{ISSUE NUMBER} (where {ISSUE NUMBER} is the number of the issue this PR addresses), followed by a blank line before any other content.Fixes dotnet/AspNetCore.Docs#{ISSUE NUMBER} format, followed by a blank line before any other content.Related: dotnet/AspNetCore.Docs#{ISSUE NUMBER} on a separate line after the Fixes line(s).Fixes dotnet/AspNetCore.Docs#10000
Summary of changes...
Fixes dotnet/AspNetCore.Docs#10000
Fixes dotnet/AspNetCore.Docs#10001
Summary of changes...
Fixes dotnet/AspNetCore.Docs#10000
Related: dotnet/AspNetCore.Docs#10001
Summary of changes...
### OpenAPI 3.2.0 support (Breaking Change)
`Microsoft.AspNetCore.OpenApi` now supports OpenAPI 3.2.0 through an updated dependency on `Microsoft.OpenApi` 3.3.1. This update includes breaking changes from the underlying library. For more information, see the [Microsoft.OpenApi upgrade guide](https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-3.md).
To generate an OpenAPI 3.2.0 document, specify the version when calling <xref:Microsoft.Extensions.DependencyInjection.OpenApiServiceCollectionExtensions.AddOpenApi%2A>:
```csharp
builder.Services.AddOpenApi(options =>
{
options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi3_2;
});
```
Subsequent updates take advantage of new capabilities in the 3.2.0 specification, such as item schema support for streaming events.
Thank you [@baywet](https://github.com/baywet) for this contribution!
### heading (H3), not ##.<xref:> used for API method reference.Source: dotnet/AspNetCore.Docs — distributed by TomeVault.