What problem does it solve?
This skill ensures that staged changes are safe to commit by combining static code review, runtime health checks, and automated functional login tests to catch issues early and reduce broken builds.
Core Features & Use Cases
- Static Code Review: Integrates with the project's code-review guidance to detect security, correctness, and stylistic issues in staged files.
- Runtime Validation: Checks Aspire resource states, aggregates console and structured logs, and highlights errors or failing services.
- Functional Login Tests: Executes Playwright-based or dotnet-script login tests for system and tenant admin flows to verify real user paths.
- Use Case: Before pushing a feature branch, run this skill to verify no critical code issues, ensure services start correctly, and confirm tenant/admin logins succeed.
Quick Start
Run the pre-commit validation on staged changes to perform code review, runtime health checks, and login tests.