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
983

tests-common

TDD practices and test utilities for suite-common packages, including Red-Green-Refactor workflow and @suite-common/test-utils usage. Use when writing tests for suite-common packages.

trezor
trezor
testing-security
open
testing
983

tests-native

TDD practices and test utilities for suite-native packages, including @suite-native/test-utils usage and translation ID conventions. Use when writing tests for suite-native packages.

trezor
trezor
testing-security
open
code-quality
971

simplify

Review changed code for reuse, quality, and efficiency, then fix any issues found. Use when the user wants to clean up, simplify, or review recently changed code. Launches three parallel review agents (code reuse, code quality, efficiency) and aggregates findings.

remorses
remorses
testing-security
open
testing
960

angular-testing

Write unit and integration tests for Angular v21+ applications using Jest with @testing-library/angular, focusing on user-centric testing, AAA pattern, and modern Angular patterns (Standalone components, Signals). Use for testing components, services, and HTTP interactions with Jest globals and Testing Library DOM matchers.

zard-ui
zard-ui
testing-security
open
testing
957

add-to-fedify-init

This skill is used to add an integration package to the @fedify/init package so that users can select the new framework via the `fedify init` command, and to test it with `mise test:init`.

fedify-dev
fedify-dev
testing-security
open
testing
957

create-example-app-with-integration

This skill is used to create an example application for a web framework integration package and to test it with `mise test:examples`.

fedify-dev
fedify-dev
testing-security
open
testing
956

vstest-build-test

Build, test, and validate changes in the vstest repository. Use when building vstest projects, running unit tests, smoke tests, or acceptance tests, or when deploying locally built vstest.console for manual testing.

microsoft
microsoft
testing-security
open
code-quality
953

strict-military-organization

Use when establishing military readiness through strict discipline and constant vigilance. Enforces formal formations, night watches, detailed records, and rigid standards to prevent surprise attacks and maintain combat preparedness.

baojie
baojie
testing-security
open
code-quality
951

git-commit

Use when creating git commits to ensure commit messages follow project standards. Applies the 7 rules for great commit messages with focus on conciseness and imperative mood.

cloudflare
cloudflare
testing-security
open
testing
951

testing

Use when writing or running tests for this project. Covers unit vs E2E test decisions, test file locations, mock patterns, and project-specific testing conventions. (project)

cloudflare
cloudflare
testing-security
open
code-quality
946

suricata-offline-evejson

Running Suricata against PCAPs offline and validating results via eve.json

benchflow-ai
benchflow-ai
testing-security
open
security
946

ssh-penetration-testing

This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques.

benchflow-ai
benchflow-ai
testing-security
open
code-quality
946

output-validation

Local self-check of instructions and mask outputs (format/range/consistency) without using GT.

benchflow-ai
benchflow-ai
testing-security
open
code-quality
946

manufacturing-failure-reason-codebook-normalization

This skill should be considered when you need to normalize testing engineers' written defect reasons following the provided product codebooks. This skill will correct the typos, misused abbreviations, ambiguous descriptions, mixed Chinese-English text or misleading text and provide explanations. This skill will do segmentation, semantic matching, confidence calibration and station validation.

benchflow-ai
benchflow-ai
testing-security
open
code-quality
946

python-scala-functional

Guide for translating Python code to functional Scala style. Use when converting Python code involving higher-order functions, decorators, closures, generators, or when aiming for idiomatic functional Scala with pattern matching, Option handling, and monadic operations.

benchflow-ai
benchflow-ai
testing-security
open
security
946

jackson-security

Security considerations for Jackson JSON deserialization in Java applications. Covers timing of validation, raw input interception, and common deserialization attack patterns.

benchflow-ai
benchflow-ai
testing-security
open
security
946

spring-security-6

Migrate Spring Security 5 to Spring Security 6 configuration. Use when removing WebSecurityConfigurerAdapter, replacing @EnableGlobalMethodSecurity with @EnableMethodSecurity, converting antMatchers to requestMatchers, or updating to lambda DSL configuration style. Covers SecurityFilterChain beans and authentication manager changes.

benchflow-ai
benchflow-ai
testing-security
open
testing
946

pytest-asyncio-httpx-mocking

When masking httpx.AsyncClient with unittest.mock in Pytest, AsyncMock must be used instead of MagicMock for async methods like post/get to prevent TypeError when awaited.

Project-N-E-K-O
Project-N-E-K-O
testing-security
open
testing
942

tdesign-test-component

This skill should be used when writing or maintaining unit tests for TDesign React components. It provides testing patterns, best practices, and SOP for Vitest-based component testing including snapshot tests.

Tencent
Tencent
testing-security
open
testing
940

dev-impl

This skill should be used when the user asks to "dev-impl", "タスクを実装", "テストファースト実装", "implement task", "実装を開始", "クイック修正", "quick fix", "dev-impl auth 001". TDDをガードレールとしたテストファースト実装を行う。通常モード(Plan+タスク指定)とクイックモード(直接指示)に対応。

classmethod
classmethod
testing-security
open
testing
940

dev-verify

This skill should be used when the user asks to "dev-verify", "実装の検証", "完了チェック", "verify implementation", "全テスト実行", "run all tests", "dev-verify auth". Plan単位で全タスクの完了状態とテスト・ビルド・Lintの整合性を検証し、レポートを出力する。

classmethod
classmethod
testing-security
open
testing
940

dev-webtest-plan

This skill should be used when the user asks to "dev-webtest-plan", "Webテスト計画を生成", "テスト計画を作成", "webtest plan", "E2Eテスト計画", "画面テスト計画", "generate webtest plan", "create test plan from requirements", "webtest計画を更新", "テスト計画の差分更新", "update webtest plan", "画面仕様からテスト更新". dev-planの出力からPlaywright用のWebテスト計画ファイルを自動生成する。画面仕様の変更差分からテスト計画を更新する差分更新モードも対応。

classmethod
classmethod
testing-security
open
testing
940

dev-webtest

This skill should be used when the user asks to "dev-webtest", "Webテスト", "画面の動作確認", "E2Eテスト", "web test", "visual check", "モンキーテスト", "アクセシビリティチェック", "レスポンシブテスト", "フォームテスト". Playwright CLIを使ってWebアプリの動作確認・視覚テスト・アクセシビリティ・レスポンシブ・フォームバリデーションを実行し、問題を検出・記録する。

classmethod
classmethod
testing-security
open
testing
940

vitest

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

sanity-io
sanity-io
testing-security
open
Previous
Page 115 / 389
Next