- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
ring:writing-skills
by LerianStudio
TDD for process documentation - write test cases (pressure scenarios), watch baseline fail, write skill, iterate until bulletproof against rationalization.
ring:dev-frontend-e2e
by LerianStudio
Gate 5 of frontend development cycle - ensures all user flows from product-designer have passing E2E tests with Playwright across browsers.
ring:verification-before-completion
by LerianStudio
Evidence-first completion gate - requires running verification commands and confirming output before making any success claims.
ring:testing-skills-with-subagents
by LerianStudio
Skill testing methodology - run scenarios without skill (RED), observe failures, write skill (GREEN), close loopholes (REFACTOR).
ring:dev-unit-testing
by LerianStudio
Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+) for all acceptance criteria using TDD methodology.
rails-testing
by etewiah
Help with Rails testing including unit tests, integration tests, fixtures, and debugging test failures. Use when working on tests or debugging test issues.
reverse
by AsiaOstrich
"[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions"
refactor
by AsiaOstrich
"[UDS] Guide refactoring decisions and strategy selection"
sdd
by AsiaOstrich
"[UDS] Create or review specification documents for Spec-Driven Development"
derive
by AsiaOstrich
"[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications"
atdd
by AsiaOstrich
"[UDS] Guide through Acceptance Test-Driven Development workflow"
akka-net-testing-patterns
by Aaronontheweb
Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit.
resolve-checks
by flowglad
Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.
community-building
by RefoundAI
Help users build and grow product communities. Use when someone is starting a community, scaling an ambassador program, driving community-led growth, or choosing between user, developer, or partner communities.
snapshot-testing
by Aaronontheweb
Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.
dotnet-local-tools
by Aaronontheweb
Managing local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines.
playwright-blazor-testing
by Aaronontheweb
Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.
testing
by rsmdt
Writing effective tests and running them successfully. Covers layer-specific mocking rules, test design principles, debugging failures, and flaky test management. Use when writing tests, reviewing test quality, or debugging test failures.
Root Cause Tracing
by bobmatnyc
Systematically trace bugs backward through call stack to find original trigger
flow-code
by benkruger
"Phase 3: Code — execute plan tasks one at a time with TDD. Review diff before each commit. bin/ci must pass before moving to the next task. Framework architecture standards enforced."
rust-desktop-applications
by bobmatnyc
Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives
dependency-injection-patterns
by Aaronontheweb
Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.
mailpit-integration
by Aaronontheweb
Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.
akka-hosting-actor-patterns
by Aaronontheweb
Patterns for building entity actors with Akka.Hosting - GenericChildPerEntityParent, message extractors, cluster sharding abstraction, akka-reminders, and ITimeProvider. Supports both local testing and clustered production modes.