home / skills / marcelmichau / fake-survey-generator

marcelmichau/fake-survey-generator

A slightly more-than-trivial full-stack application built with DDD & CQRS concepts

8 skills
GitHub

Sponsored

build-backend

marcelmichau/fake-survey-generator

85
Builds the Fake Survey Generator backend .NET projects. Use this skill when backend code changes need to be compiled and validated for syntax errors. This skill orchestrates the dotnet build command and reports compilation errors.
fake-survey-gen-foundation

marcelmichau/fake-survey-generator

85
Foundation knowledge about the Fake Survey Generator project architecture, Aspire orchestration, service topology, and build/test infrastructure. Use this skill as reference context when working on features for this project.
implement-feature

marcelmichau/fake-survey-generator

85
High-level orchestrator skill for implementing and validating new features end-to-end in the Fake Survey Generator. This skill guides the agent through the complete workflow of analyzing requirements, implementing changes, building, testing, starting the application, and validating features work correctly.
test-backend-units

marcelmichau/fake-survey-generator

85
Executes backend unit tests and integration tests for the Fake Survey Generator project using TUnit framework. This skill validates that implemented features are covered by tests and that existing tests continue to pass. Reports test failures and code coverage metrics.
test-frontend-units

marcelmichau/fake-survey-generator

85
Executes frontend component unit tests for the Fake Survey Generator React application using Vitest. This skill validates that React components are properly tested and that existing tests continue to pass. Reports test failures and code coverage metrics.
validate-aspire-runtime

marcelmichau/fake-survey-generator

85
Starts and validates the Aspire orchestrated application runtime. Use this skill to spin up the complete application environment (database, cache, API, Worker, UI) and verify that all resources reach healthy status before running E2E tests.