Skip to main content
GitHub 仓库

purview-aspire-resourcekit

purview-aspire-resourcekit 收录了来自 purview-dev 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
1
更新
2026-08-02
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

aspire-apphost-to-resourcekit
软件开发工程师

Use when converting an Aspire AppHost (typically Program.cs/AppHost.cs) into Purview.Aspire.ResourceKit patterns: generate a HostKit, split resources into ResourceKits with BuildResource/ConfigureResource, map existing config into generated options (IsEnabled/Name), replace direct wiring with AddAspireResourceKit, and update tests/fixtures/configuration to use OptionsHelper and ResourceKit semantics.

2026-08-02
project-placement-defaults
软件开发工程师

Use when creating, moving, or splitting projects in a repository that uses Purview.DotNetProjectSdk, especially for src/tests placement, test suffix naming, namespace alignment, and automatic project-reference behavior.

2026-08-02
changesets-prerelease
软件开发工程师

Create and apply a prerelease bump using Changesets CLI, with the new changeset markdown summarizing the actual changes since the last shipped release.

2026-07-22
dotnet-tunit
软件质量保证分析师与测试员

Use when creating or refactoring .NET tests with TUnit conventions (AAA pattern, naming, async assertions, and CancellationToken usage).

2026-07-22
git-conventional-commits
软件开发工程师

Git workflow and conventional commit guidance.

2026-07-22
lefthook-integration
网络与计算机系统管理员

Lefthook Git hook integration.

2026-07-22
tunit-filtering
软件质量保证分析师与测试员

Use for quick TUnit --treenode-filter patterns.

2026-07-22
tunit-test-runner
软件质量保证分析师与测试员

Run, filter, and select TUnit tests through `dotnet test`. Use this whenever executing .NET tests in a project that depends on TUnit (built on Microsoft.Testing.Platform / MTP, not VSTest), when `dotnet test --filter` reports "Zero tests ran", or when tests must be narrowed by assembly, namespace, class, test name, [Category], or other custom properties. Covers the `--treenode-filter` path-based query syntax, its operators, the `--` separator rules across SDK versions, and common 0-tests troubleshooting.

2026-07-22