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
security
0

authentication-strategies

Authentication patterns including JWT, sessions, and OAuth. Use when implementing user authentication.

IvanTorresEdge
IvanTorresEdge
testing-security
open
security
0

docusaurus-auth

Expert skill for implementing authentication in Docusaurus static sites. Handles FastAPI backend setup for authentication, JWT token management, and secure API communication. Includes setup for static site generation, client-side authentication, and user data protection. Use when adding authentication to Docusaurus static sites, implementing FastAPI backend for authentication services, or securing API routes with JWT tokens in static site context.

MuhammedSuhaib
MuhammedSuhaib
testing-security
open
security
0

api-client

REST API client builder with authentication, error handling, retry logic, and request management. Supports OAuth, JWT, API keys. Use when building API integrations, creating API clients, or working with REST services.

adaptationio
adaptationio
testing-security
open
security
0

auth-security

JWT authentication with Better Auth, token verification, user isolation, and security middleware. Use when implementing auth, protecting endpoints, or verifying tokens.

Jawad-Chaudhary
Jawad-Chaudhary
testing-security
open
security
0

api-jwt-authenticator

A conceptual skill for securing FastAPI REST APIs with JWT authentication

Abdul-Haseeb360
Abdul-Haseeb360
testing-security
open
security
0

php-symfony-api-platform-security

Secure API Platform resources with security expressions, voters, and operation-level access control. WHEN: Adding security to API operations, writing security expressions, creating custom voters, implementing role-based access, protecting resources. WHEN NOT: General Symfony security (use Symfony docs), API filters (use php-symfony-api-platform-filters), serialization (use php-symfony-api-platform-serialization).

LounisBou
LounisBou
testing-security
open
security
0

fastapi-auth-patterns

Implement and validate FastAPI authentication strategies including JWT tokens, OAuth2 password flows, OAuth2 scopes for permissions, and Supabase integration. Use when implementing authentication, securing endpoints, handling user login/signup, managing permissions, integrating OAuth providers, or when user mentions JWT, OAuth2, Supabase auth, protected routes, access control, role-based permissions, or authentication errors.

vanman2024
vanman2024
testing-security
open
testing
0

obsidian-publish

Enables Claude to publish and manage content on Obsidian Publish sites via Playwright MCP

Andrejones92
Andrejones92
testing-security
open
testing
0

worldcrafter-test-generator

Generate comprehensive tests following three-layer pyramid - unit (Vitest), integration (real database), E2E (Playwright). Use when user needs "add tests", "improve coverage", "test [feature]", "write E2E tests", "generate test factory", or mentions testing auth, forms, database, AI features, visualizations, real-time collaboration, performance, accessibility, or import/export. Provides templates and patterns for 80%+ coverage including AI mocking, chart testing, WebSocket testing, and Page Object Models. Do NOT use when building new features (use worldcrafter-feature-builder which includes tests), database-only changes (use worldcrafter-database-setup), or simple routes (use worldcrafter-route-creator).

hopeoverture
hopeoverture
testing-security
open
code-quality
0

skill-reviewer

Reviews Claude Code skills against official best practices and quality standards. Validates YAML frontmatter, checks SKILL.md length under 500 lines, verifies progressive disclosure patterns, assesses description specificity. Use when reviewing SKILL.md files, auditing skill quality, validating against official best practices, or checking skill structure before distribution.

bolasblack
bolasblack
testing-security
open
code-quality
0

css-scss-human-made

Human Made CSS and SCSS standards. Apply when writing styles, reviewing CSS/SCSS, or working on theme styling. Covers BEM naming, CSS custom properties, theme.json integration, and Stylelint configuration.

humanmade
humanmade
testing-security
open
testing
0

testing-n8n-testing

Test n8n nodes using Jest, nock for HTTP mocking, and local testing workflows with npm link. Use this skill when writing test files in __tests__ folders, mocking HTTP requests with nock, creating mock IExecuteFunctions contexts, testing helper functions, setting up golden file tests, running the linter before publishing, or locally testing nodes in the n8n UI. Apply when organizing test files, mocking external APIs, validating node execution output, or following the pre-publish checklist.

dpietersz
dpietersz
testing-security
open
testing
0

portfolio-testing

E2E testing skill for Pawel Lipowczan portfolio project (Playwright + React/Vite). Use when user wants to create new E2E tests, debug flaky tests, extend test coverage, verify test completeness for features, or run/interpret test results. Covers navigation, forms, blog, SEO, accessibility (WCAG 2.1 AA), responsiveness. References docs/portfolio/testing/{README.md,TESTING_QUICKSTART.md}. Complements portfolio-code-review skill.

plipowczan
plipowczan
testing-security
open
testing
0

webapp-testing

Playwright E2E testing patterns for TaxHelper. Use for auth redirects, insights drill-down, mobile viewport checks, and PWA verification.

mattleonard16
mattleonard16
testing-security
open
code-quality
0

php-human-made

Human Made PHP coding standards for WordPress development. Apply when writing PHP, reviewing PHP code, or working on WordPress plugins and themes. Covers PHPCS HM-Minimum ruleset, namespacing conventions, bootstrap patterns, type hints, and file organization.

humanmade
humanmade
testing-security
open
testing
0

smith-nuxt

Nuxt 3 development patterns including auto-import stubbing for tests, environment variable conventions, and middleware testing. Use when working with Nuxt projects, testing Nuxt components/middleware, or configuring Nuxt environment variables.

tianjianjiang
tianjianjiang
testing-security
open
security
0

laravel-permission

Spatie Laravel Permission - roles, permissions, middleware, Blade directives. Use when implementing RBAC, role-based access control, or user authorization.

fusengine
fusengine
testing-security
open
testing
0

storybook

Develops and documents UI components in isolation with Storybook's interactive workshop environment. Use when building component libraries, documenting design systems, or when user mentions Storybook, component documentation, or UI development.

mgd34msu
mgd34msu
testing-security
open
testing
0

test-writer

Generate comprehensive test suites ensuring 80%+ coverage for DevPortfolio. Use when asked to write tests, generate test suites, increase coverage, or create test cases. Generates Vitest + React Testing Library tests following AAA pattern with accessibility and i18n tests.

GMNAPI
GMNAPI
testing-security
open
testing
0

pest-testing

Comprehensive guidance for writing Pest v4 tests in Laravel applications, including feature tests, unit tests, and browser tests. Use this skill when writing tests, implementing test-driven development, testing APIs, creating browser automation tests, or ensuring code quality through testing.

matula
matula
testing-security
open
testing
0

storybook-journeys

Create Storybook "user journey" storyboards for React apps (page/screen stories, MSW API mocking, interaction play functions, and optional Storybook test-runner setup). Use when the user wants Storybook demos of flows (not just atomic components), e.g., signup/login/checkout, with mocked APIs and scripted interactions.

jagreehal
jagreehal
testing-security
open
testing
0

test-data-generation

Provides patterns and examples for generating test data using factory libraries. Use this skill when you need to create realistic and maintainable test data for your application. It covers factory patterns (e.g., Factory Boy for Python, Polly.js for JavaScript), handling relationships between models, using traits for data variations, sequence generation for unique values, and cleanup strategies. Trigger this skill for tasks involving test fixtures, data seeding for tests, or factory implementation.

MUmerRazzaq
MUmerRazzaq
testing-security
open
security
0

authhub

Use when implementing authentication, user management, organization/tenant management, team invitations, role-based access control (RBAC), or multi-tenant architecture in a Supabase project. Provides complete schema, API templates, and frontend components for AuthHub-style authentication.

awudevelop
awudevelop
testing-security
open
testing
0

testing

TDD patterns for React Native with Jest, Testing Library, and XState. Trigger: When writing tests, implementing TDD, or setting up test infrastructure.

333-333-333
333-333-333
testing-security
open
Previous
Page 294 / 389
Next