Agent Skills by Kevin Tseng
Showing 34 vetted skills indexed across 2 GitHub repositories.
openspec-apply-change
Implement OpenSpec change tasks and update task statuses.
openspec-explore
Explore ideas and investigate codebase problems through natural language interaction.
openspec-archive-change
Archive completed changes with status checks and optional delta spec sync.
openspec-propose
Generate proposal, design, and task documents using the openspec CLI.
dotnet-test
Execute selective .NET tests via dotnet test with filtering.
dotnet-testing-fluentvalidation-testing
Automate FluentValidation validator tests with FluentValidation.TestHelper and xUnit.
dotnet-testing-bogus-fake-data
Generate realistic .NET test data with the Bogus library.
dotnet-testing-test-naming-conventions
Standardize .NET unit test naming with three-part method formats.
dotnet-testing-autodata-xunit-integration
Generate .NET test data by integrating AutoFixture with xUnit theories.
dotnet-testing-advanced-aspnet-integration-testing
Validate ASP.NET Core Web API integration scenarios with WebApplicationFactory and in-memory databases.
dotnet-testing-test-data-builder-pattern
Generate .NET test data with fluent builders and default values.
dotnet-testing-advanced-testcontainers-nosql
Automate NoSQL integration testing with Testcontainers for MongoDB and Redis.
dotnet-testing-autofixture-customization
Implement custom AutoFixture ISpecimenBuilder and fluent extensions for deterministic test data.
dotnet-testing-advanced-aspire-testing
Orchestrate AppHost containers for end-to-end integration testing of distributed .NET Aspire applications.
dotnet-testing-awesome-assertions-guide
Generates .NET test assertion patterns and templates using AwesomeAssertions library.
dotnet-testing-autofixture-basics
Generate .NET test data with AutoFixture and xUnit integration.
dotnet-testing-xunit-project-setup
Scaffold a .NET xUnit testing project with solution and test references.
dotnet-testing-complex-object-comparison
Compare complex .NET object graphs using the AwesomeAssertions BeEquivalentTo API.
dotnet-testing-autofixture-nsubstitute-integration
Automate mock creation for .NET unit tests using AutoFixture.AutoNSubstitute with xUnit.
dotnet-testing-test-output-logging
Automate test output and logging validation for .NET xUnit tests.
dotnet-testing-private-internal-testing
Automate design-first testing for private and internal .NET members.
dotnet-testing-advanced-xunit-upgrade-guide
Guide xUnit 2.x to 3.x upgrades with migration steps and checklists.
dotnet-testing-advanced-testcontainers-database
Provision and tear down containerized SQL Server and PostgreSQL instances for .NET integration tests.
dotnet-testing-unit-test-fundamentals
Create and review xUnit unit tests using FIRST principles and the 3A pattern.