security-validation
Comprehensive security validation for password generator applications. Use when auditing, implementing, or reviewing security measures for password handling and generation.
Find the perfect capability for your agent.
Comprehensive security validation for password generator applications. Use when auditing, implementing, or reviewing security measures for password handling and generation.
后端测试开发规范。强调函数式测试优先,详细说明了 fixtures 的使用、pytest markers 的分类约定以及数据库隔离策略。
Terraformコードの整合性と内部一貫性を検証します。ユーザーがコードの品質チェックやレビューを求めた場合に使用してください。
This document describes how to write unit tests for the Electron main process (`src/main`). Use this when asked to create or update and fix unit tests.
Standard procedure for checking test coverage using pytest-cov in the airline-discount-ml project.
End-to-end testing patterns with Playwright. Use when writing or debugging E2E tests, focusing on reliability, isolation, and flakiness prevention.
Standard procedure for generating comprehensive pytest test suites following airline-discount-ml project patterns and test instructions.
Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or Firebase App.
Use when about to claim work is complete, fixed, or passing. Run verification commands and confirm output before making any success claims. Evidence before assertions.
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Run and extend the end-to-end HTTP integration tests (SQLite in-memory) for mjr.wtf, covering auth, create/list/delete, redirects, and analytics. Use when changing handlers, middleware, or API contracts.
Enforces Test-Driven Development workflow with automated test-first validation. Use when implementing features, fixing bugs, running @Coder workflow, or when the user mentions TDD, testing, red-green-refactor, or verification gates. Ensures tests are written BEFORE implementation code.
Run, debug, and structure tests for this Go project (unit + integration), including generation prerequisites. Use when changing domain logic, repositories, HTTP handlers, or migrations.