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
5

webapp-testing

使用 Playwright 与本地 Web 应用交互与测试的工具包。支持验证前端功能、调试 UI 行为、捕获浏览器截图以及查看浏览器日志。

ChuDiRen
ChuDiRen
testing-security
open
testing
5

testing-strategy-guide

Test automation expert covering unit tests, integration tests, TDD, and testing best practices

sandraschi
sandraschi
testing-security
open
testing
5

testing-vitest

Your approach to handling testing vitest. Use this skill when working on files where testing vitest comes into play.

leaderiop
leaderiop
testing-security
open
testing
5

writing-tests

Writes tests following project conventions. Handles test file organization, runtime vs type tests, table-driven tests with Test module, and type assertions with Assert API.

jasonkuhrt
jasonkuhrt
testing-security
open
testing
5

python-testing

Python-specific testing practices with pytest, fixtures, mocking, async testing, coverage configuration, and uv execution rules. Activate when working with pytest files, conftest.py, test directories, pyproject.toml testing configuration, or Python test-related tasks.

ilude
ilude
testing-security
open
testing
5

testing-verification

Use when testing UI changes, verifying builds work, or validating extension behavior on PoE trade website or Storybook

HazAT
HazAT
testing-security
open
testing
5

testing-type-testing

Your approach to handling testing type testing. Use this skill when working on files where testing type testing comes into play.

leaderiop
leaderiop
testing-security
open
testing
5

frappe-integration-test-generator

Generate integration tests for multi-DocType workflows in Frappe. Use when testing end-to-end workflows, state transitions, or complex business processes.

Venkateshvenki404224
Venkateshvenki404224
testing-security
open
testing
5

tdd-full-coverage

Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement

troykelly
troykelly
testing-security
open
testing
5

test-guidelines

Comprehensive testing guidelines for Vitest and React Testing Library. Covers quality standards, AAA pattern, naming conventions, branch coverage, and best practices. Reference this skill when creating or updating test code during Phase 2 (Testing & Stories).

imaimai17468
imaimai17468
testing-security
open
testing
5

javascript-testing-patterns

Jest、Vitest、Testing Libraryを使用した包括的なテスト戦略を実装し、モッキング、フィクスチャ、テスト駆動開発を用いたユニットテスト、統合テスト、エンドツーエンドテストを行います。JavaScript/TypeScriptテストの作成、テストインフラの設定、TDD/BDDワークフローの実装時に使用してください。

amurata
amurata
testing-security
open
testing
5

environment-bootstrap

Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions

troykelly
troykelly
testing-security
open
testing
5

packages-testing

Your approach to handling packages testing. Use this skill when working on files where packages testing comes into play.

leaderiop
leaderiop
testing-security
open
code-quality
4

readme-writing-readme-files

README quality standards for engaging, accessible, scannable content including problem-solution hooks, plain language (no unexplained jargon), acronym context, paragraph limits (≤5 lines), benefits-focused language, visual hierarchy, and progressive disclosure. Essential for creating effective README files that welcome and guide users.

wahidyankf
wahidyankf
testing-security
open
security
4

permission-patterns

Rules for evaluating, classifying, and deduplicating AI tool permissions

JacobPEvans
JacobPEvans
testing-security
open
testing
4

test-strategy

Comprehensive test strategy guidance including test pyramid design, coverage goals, test categorization, CI/CD integration, and risk-based prioritization. Use when planning testing approaches, setting up test infrastructure, or optimizing test suites. Trigger keywords: test strategy, test pyramid, coverage goals, what to test, test organization, CI/CD testing, test prioritization, testing approach.

cosmix
cosmix
testing-security
open
security
4

swagger-ui

Swagger UI を用いた OpenAPI ドキュメントの公開・統合を支援するスキル。静的HTML/React/Next.js/サーバー埋め込みの構成を整理し、安全なAPI Explorerを構築する。 Anchors: • OpenAPI Specification / 適用: API仕様互換 / 目的: 定義の一貫性確保 • Swagger UI Documentation / 適用: UI構成 / 目的: 設定項目の正確な適用 • OWASP ASVS / 適用: 公開・認証設計 / 目的: セキュリティ要件の確認 Trigger: Use when embedding or publishing Swagger UI, configuring OpenAPI docs, or securing API explorer access. swagger ui, openapi docs, api explorer, swagger config, authentication

daishiman
daishiman
testing-security
open
security
4

rate-limiting

API rate limiting and quota management implementation. Use when implementing request throttling, API quotas, backpressure handling, or protection against abuse. Keywords: rate limiting, throttling, token bucket, sliding window, leaky bucket, quota, Redis, backpressure, API limits, DDoS protection.

cosmix
cosmix
testing-security
open
testing
4

storybook-stories

Write comprehensive Storybook stories for React components with proper TypeScript types, args, controls, decorators, and interaction tests. Use this skill when the user asks to create or improve Storybook stories for components in the /components workspace.

andersnygaard
andersnygaard
testing-security
open
testing
4

test-vue-composable

Guide for unit testing Vue 3 Composables using Vitest. Use this skill when writing tests for Vue logic to determine the correct testing strategy based on whether the composable is independent, relies on lifecycle hooks (onMounted), or uses dependency injection (provide/inject).

alexanderop
alexanderop
testing-security
open
security
4

secrets-management-gha

GitHub Actionsワークフローでの安全な秘密情報管理を実現する。 リポジトリ/環境/組織/Dependabotの4種類のシークレット使い分け、OIDCによるクラウド認証、ローテーション、監査を包括的に提供する。 Anchors: • Web Application Security (Andrew Hoffman) / 適用: 脅威モデリング・セキュア設計 / 目的: シークレット管理戦略の基盤 • GitHub Actions Secrets API / 適用: シークレット設定・アクセス制御 / 目的: 各タイプの正確な使い分け • OpenID Connect (OIDC) Specification / 適用: クラウドプロバイダー認証 / 目的: 長期認証情報の排除 Trigger: Use when configuring GitHub Actions secrets, implementing cloud OIDC authentication, rotating secrets, or auditing secret access patterns. GitHub secrets, OIDC, secret rotation, environment secrets, organization secrets, cloud authentication

daishiman
daishiman
testing-security
open
testing
4

testing

Creates comprehensive test suites including unit tests, integration tests, and end-to-end tests. Trigger keywords: test, testing, unit test, integration test, e2e, coverage, TDD, mock, fixture.

cosmix
cosmix
testing-security
open
testing
4

testing-strategies

This skill should be used for test coverage, test pyramid, unit/integration/E2E test design, TDD, BDD, mocking strategies, test doubles, test architecture

Zate
Zate
testing-security
open
Previous
Page 217 / 389
Next