Skip to main content

このリポジトリの skills

rudironsoni/Synaxis - 5ページ

SkillsMP は rudironsoni/Synaxis から 966 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

rudironsoni/Synaxis

収集済み skill 966 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Performance optimization and measurement for .NET applications. Navigation skill covering Span, ArrayPool, memory management, benchmarking, profiling, Native AOT, and optimization patterns. For building high-performance applications. Keywords: performance,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Automates browser tests in .NET. Playwright E2E, CI browser caching, trace viewer, codegen.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Diagnoses .NET performance issues. dotnet-counters, dotnet-trace, dotnet-dump, flame graphs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Analyzes .NET solution layout and build config -- .sln, .csproj, CPM.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sets up .NET solution layout. .slnx, Directory.Build.props, CPM, .editorconfig, analyzers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Builds real-time features. SignalR hubs, SSE (.NET 10), JSON-RPC 2.0, gRPC streaming, scaling.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Manages .NET release lifecycle. NBGV versioning, SemVer, changelogs, pre-release, branching.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Manages secrets and sensitive config. User secrets, environment variables, rotation.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Security hardening and best practices for .NET applications. Navigation skill covering OWASP Top 10, authentication, authorization, cryptography, secrets management, and secure coding. For building secure applications. Keywords: security, owasp,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Code analysis patterns using Serena MCP for architecture validation and pattern detection

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Efficient code navigation using Serena MCP symbol operations instead of text search

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Symbol-level refactoring with automatic reference updates using Serena MCP

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Serializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Orients in .NET solutions -- entry points, .sln/.slnx, dependency graphs, config.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Renders rich console output. Spectre.Console tables, trees, progress, prompts, live displays.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Designs log pipelines. Aggregation, structured queries, sampling, PII scrubbing, correlation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Builds .NET CLI apps with System.CommandLine 2.0. Commands, options, SetAction, parsing, testing.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Builds full TUI apps. Terminal.Gui v2 -- views, layout (Pos/Dim), menus, dialogs, bindings, themes.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Measures test effectiveness. Coverlet code coverage, Stryker.NET mutation testing, flaky tests.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for .NET Aspire Testing integration testing framework. Use when testing .NET Aspire distributed applications, configuring AppHost tests, or migrating from Testcontainers to Aspire testing. Covers DistributedApplicationTestingBuilder, container…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Specialized skill for ASP.NET Core integration testing. Use when testing Web API endpoints, HTTP request/response, middleware, and dependency injection. Covers WebApplicationFactory, TestServer, HttpClient testing, in-memory database configuration. Keywords:…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

.NET advanced testing skills overview and navigation center. Triggered when users ask about "integration testing", "API testing", "containerized testing", "microservice testing", "test framework migration", "Testcontainers", "Aspire testing", and other…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Specialized skill for containerized database testing using Testcontainers. Use when testing real database behavior, using SQL Server/PostgreSQL/MySQL containers, testing EF Core/Dapper. Covers container startup, database migrations, test isolation, container…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for Testcontainers NoSQL integration testing. Use when containerized integration testing for MongoDB or Redis. Covers MongoDB document operations, Redis five data structures, Collection Fixture pattern. Includes BSON serialization, index…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for TUnit advanced applications. Use when using TUnit for data-driven testing, dependency injection, or integration testing. Covers MethodDataSource, ClassDataSource, Matrix Tests, Properties filtering. Includes Retry/Timeout control,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for TUnit new-generation testing framework. Use when creating test projects with TUnit or migrating from xUnit to TUnit. Covers Source Generator driven test discovery, AOT compilation support, fluent async assertions. Includes project creation,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for ASP.NET Core Web API integration testing. Use when performing integration testing on Web API endpoints or validating ProblemDetails error format. Covers WebApplicationFactory, IExceptionHandler, Testcontainers multi-container orchestration,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for upgrading xUnit 2.9.x to 3.x. Use when upgrading xUnit v2 to v3 or understanding xUnit v3 new features and breaking changes. Covers package updates, async void fixes, IAsyncLifetime adjustments. Includes new features: Assert.Skip, Explicit…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for AutoFixture and xUnit integration. Use when you need to use AutoData or InlineAutoData to simplify xUnit parameterized test data preparation. Covers custom Customization and test data attributes to improve test readability and…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Using AutoFixture to automatically generate test data basic skill. Used when quickly generating test objects, reducing boilerplate code, and implementing anonymous testing. Covers Fixture.Create, CreateMany, circular reference handling, and xUnit integration.…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for AutoFixture and Bogus integration. Use when you need to combine AutoFixture with Bogus to generate test data that is both anonymous and realistic. Covers SpecimenBuilder integration, hybrid generators, test data factories, and circular…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Complete guide for AutoFixture advanced customization techniques. Use when you need to customize AutoFixture builders or handle special type test data generation rules. Covers DataAnnotations automatic integration, ISpecimenBuilder implementation, priority…

原文の言語: 英語

更新
収集済み skill 966 件中 40 件を表示しています。