Converts VitePress wiki to Azure DevOps Wiki-compatible format
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٩٦٦ من skills من rudironsoni/Synaxis. افتح أي skill لمراجعة مصدره وتفاصيله.
rudironsoni/Synaxisعرض ٤٠ من أصل ٩٦٦ skills مجمعة.
Converts VitePress wiki to Azure DevOps Wiki-compatible format
لغة النص الأصلي: الإنجليزية
Generates AGENTS.md files for coding agent context
لغة النص الأصلي: الإنجليزية
Analyzes repos and generates structured catalogues
لغة النص الأصلي: الإنجليزية
Generates structured changelog from git commits
لغة النص الأصلي: الإنجليزية
Generates llms.txt for LLM-friendly project access
لغة النص الأصلي: الإنجليزية
Generates audience-specific onboarding guides
لغة النص الأصلي: الإنجليزية
Generates pages with dark-mode Mermaid diagrams
لغة النص الأصلي: الإنجليزية
Answers questions about the repository
لغة النص الأصلي: الإنجليزية
Deep research with evidence-based analysis
لغة النص الأصلي: الإنجليزية
Packages wiki as VitePress dark-theme site
لغة النص الأصلي: الإنجليزية
AI-powered skill recommendation engine for dotnet-agent-harness. Analyzes project context and recommends relevant skills based on detected frameworks, packages, and patterns. Triggers on: recommend skill, suggest skills, what skill should I use, skill…
لغة النص الأصلي: الإنجليزية
Comprehensive testing framework for skills
لغة النص الأصلي: الإنجليزية
Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.
لغة النص الأصلي: الإنجليزية
Patterns and techniques for evaluating and improving AI agent outputs.
لغة النص الأصلي: الإنجليزية
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations.
لغة النص الأصلي: الإنجليزية
Use when user requests research requiring multiple sources, comprehensive analysis, or synthesis across topics - technical research, domain knowledge gathering, market analysis, or learning about complex subjects
لغة النص الأصلي: الإنجليزية
Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax
لغة النص الأصلي: الإنجليزية
Offline mode with local caching for air-gapped environments
لغة النص الأصلي: الإنجليزية
AI-powered skill recommendation engine for dotnet-agent-harness. Analyzes project context and recommends relevant skills based on detected frameworks, packages, and patterns. Triggers on: recommend skill, suggest skills, what skill should I use, skill…
لغة النص الأصلي: الإنجليزية
Comprehensive testing framework for skills
لغة النص الأصلي: الإنجليزية
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
لغة النص الأصلي: الإنجليزية
Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
AutoFixture and NSubstitute Integration Guide - Implementing Auto-Mocking. Use when you need to automatically create mock objects and simplify testing of complex dependency injection. Covers AutoNSubstituteDataAttribute, Frozen mechanism, Greedy construction…
لغة النص الأصلي: الإنجليزية
Using AwesomeAssertions for fluent and readable test assertion skill. Used when writing clear assertions, comparing objects, validating collections, handling complex comparisons. Covers Should(), BeEquivalentTo(), Contain(), ThrowAsync() and complete API.…
لغة النص الأصلي: الإنجليزية
Using Bogus to generate realistic fake data specialized skill. Used when generating realistic names, addresses, phone numbers, emails, company info and other test data. Covers Faker class, multi-language support, custom rules, bulk data generation, etc.…
لغة النص الأصلي: الإنجليزية