home/categories/testing-security
domain cluster

Testing & Security

QA, penetration testing, and code quality.

9326 اسکلزall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
testing
107

testing-anti-patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

Microck
Microck
testing-security
open
testing
107

condition-based-waiting

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

Microck
Microck
testing-security
open
testing
107

playwright-browser-automation

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

Microck
Microck
testing-security
open
code-quality
106

format-lint-assistant

Run the project's formatter, linters, and mypy checks in the required order, fixing issues and managing any needed stub dependencies via uv.

dmitriiweb
dmitriiweb
testing-security
open
testing
106

pytest-testing-assistant

Write focused pytest tests as standalone functions (one test per function), avoiding test classes.

dmitriiweb
dmitriiweb
testing-security
open
code-quality
102

coding-standards

Use this when writing or reviewing code - provides project-specific coding standards

alexeygrigorev
alexeygrigorev
testing-security
open
testing
102

bug-triage

Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps. Use when the user reports a bug, regression, or failing build/test and wants a fix.

jMerta
jMerta
testing-security
open
testing
101

nestjs-testing

Unit and E2E testing strategies with Docker.

HoangNguyen0403
HoangNguyen0403
testing-security
open
security
101

react-security

Security practices for React (XSS, Auth, Dependencies).

HoangNguyen0403
HoangNguyen0403
testing-security
open
code-quality
101

nestjs-configuration

Environment variables validation and ConfigModule setup.

HoangNguyen0403
HoangNguyen0403
testing-security
open
security
101

nestjs-security

Authentication, RBAC, and Hardening standards.

HoangNguyen0403
HoangNguyen0403
testing-security
open
security
101

nextjs-authentication

Secure token storage (HttpOnly Cookies) and Middleware patterns.

HoangNguyen0403
HoangNguyen0403
testing-security
open
testing
101

react-testing

Testing strategies with RTL and Jest/Vitest.

HoangNguyen0403
HoangNguyen0403
testing-security
open
testing
99

emacs-testing

Test changes in a dedicated Emacs session. Good for validating behavior and UI results.

jinnovation
jinnovation
testing-security
open
code-quality
96

flow-receiving-review

Handle code review feedback with technical rigor. Don't blindly agree - verify before implementing.

Dimon94
Dimon94
testing-security
open
code-quality
96

code-reviewer

Review code for best practices, potential bugs, security vulnerabilities, and performance issues

maxvaega
maxvaega
testing-security
open
code-quality
96

code-reviewer

Review code for best practices and potential issues

maxvaega
maxvaega
testing-security
open
testing
96

flow-tdd

Enforces TDD Iron Law in flow-dev. NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST.

Dimon94
Dimon94
testing-security
open
testing
96

testing-anti-patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

tilework-tech
tilework-tech
testing-security
open
Previous
Page 156 / 389
Next