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
0

a11y-validator

Verify that accessibility fixes resolve identified issues by re-running tests and checking against acceptance criteria. Use this skill after fixes have been generated to confirm they work correctly. Uses a11y-tester for runtime re-testing and magentaa11y-mcp for acceptance criteria verification. Part of the a11y-orchestrator workflow.

joe-watkins
joe-watkins
testing-security
open
testing
0

mvp-validator

Validates features and changes against GigLedger's MVP scope. Use before implementing new features to confirm they're in scope, when reviewing scope creep, or checking acceptance criteria. References docs/02_mvp_prd.md.

kamal-haider
kamal-haider
testing-security
open
testing
0

aico-pm-acceptance-criteria

Define clear, testable acceptance criteria using Given/When/Then (Gherkin) format that can be directly used for testing. Use this skill when: - User asks for "acceptance criteria", "AC", "test criteria", "done criteria" - User asks "how do we know it's done?", "what counts as complete?" - User story needs testable success conditions - QA needs test scenarios or test cases - Running /pm.plan and need to add AC to stories - Reviewing story and AC is missing or vague Format: Always use Given [context], When [action], Then [expected result] structure.

yellinzero
yellinzero
testing-security
open
testing
0

ios-unit-test

Эксперт iOS тестирования. Используй для XCTest, UI testing и iOS test patterns.

dengineproblem
dengineproblem
testing-security
open
testing
0

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

d-oit
d-oit
testing-security
open
testing
0

test-driven-workflow

Use when implementing features or fixing bugs. Enforces Test-Driven Development (TDD) Red-Green-Refactor cycle. Supports Vitest, Jest, and similar frameworks.

JackSmack1971
JackSmack1971
testing-security
open
testing
0

bdd-test

Phase 5 of feature development - Create BDD tests with Cucumber/Gherkin and unit tests for the Burraco system. Use after kotlin-implement to add comprehensive test coverage.

abaddon
abaddon
testing-security
open
testing
0

e2e-healer

壊れたPlaywright E2Eテストを自動修復するスキル

zakizaki-ri9
zakizaki-ri9
testing-security
open
testing
0

phpunit-testing

Write PHPUnit tests for WordPress components following SOMA testing standards and conventions

sanruiz
sanruiz
testing-security
open
testing
0

always-works-testing

Default testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user. Applies automatically whenever writing, modifying, debugging, or implementing any code (scripts, APIs, UI, configs, data operations, logic changes). This is the baseline expectation, not an optional extra - every implementation must be verified through actual execution, not assumed correct.

FlorinPopaCodes
FlorinPopaCodes
testing-security
open
testing
0

test

TypeScriptプロジェクトのテスト実行スキル。ユニットテスト、統合テストの実行とレポート。テスト実行時は必ずエージェント(Task tool)を使用し、直接Bashでテストコマンドを実行しない。

DIO0550
DIO0550
testing-security
open
testing
0

litefs-testing

Testing patterns for litefs-py and litefs-django. Use when writing tests, setting up fixtures, understanding test organization, or configuring pytest marks. Triggers: test, pytest, unit test, integration test, property-based testing, hypothesis, fixtures, in-memory adapters.

PhilHem
PhilHem
testing-security
open
testing
0

browsing-with-playwright

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead).

bilalmk
bilalmk
testing-security
open
testing
0

e2e-test-agent

Generates end-to-end tests for complete user workflows

Unicorn
Unicorn
testing-security
open
testing
0

backend-test-generator

Kotlin/Spring Boot 백엔드 테스트 코드를 생성하는 스킬. 사용자가 "백엔드 테스트 작성해 줘", "서비스 테스트 만들어 줘", "컨트롤러 테스트 생성해 줘" 등의 요청을 할 때 사용합니다. JUnit 5, MockK, Spring Boot Test를 활용한 단위/통합 테스트를 생성합니다.

ikjingo
ikjingo
testing-security
open
testing
0

jest-config

Generates jest.config.cjs for unit testing configuration. Configures Jest with Vue, TypeScript support, coverage thresholds, and test environment settings.

sayali-ingle-pdl
sayali-ingle-pdl
testing-security
open
testing
0

browser-use

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.

bilalmk
bilalmk
testing-security
open
testing
0

nextjs-testing

Testing patterns for Next.js + TypeScript projects with React Testing Library

santoshshinde2012
santoshshinde2012
testing-security
open
testing
0

testing

Testing strategies and patterns for Jest, Vitest, and PHPUnit

enact-on
enact-on
testing-security
open
testing
0

refine-requirements

Refine requirements from discoveries during TDD/BDD implementation. Captures edge cases, race conditions, and business rules discovered by developers. Enables requirements refinement loop. Use when developers discover missing requirements during coding.

foolishimp
foolishimp
testing-security
open
testing
0

saudi-patient-testing

Test case execution guide for Saudi telehealth patients in Dr. Sophia AI. Covers 5 test cases (Ahmed, Fatima, Abdullah, Sara, Aisha), data separation principles (historical vs current symptoms), success criteria, critical safety validation. Use when testing Saudi patient consultations, running diagnostic accuracy tests, validating AI responses, or checking allergy/safety protocols.

adaptationio
adaptationio
testing-security
open
testing
0

pytest

Comprehensive pytest testing framework assistance including test creation, fixture management, parameterized testing, configuration, and advanced testing patterns. Use when Claude needs to work with pytest for: (1) Creating and organizing test files, (2) Managing test fixtures and conftest.py, (3) Implementing parameterized tests, (4) Using pytest marks and decorators, (5) Configuring test environments, or any other pytest testing operations.

MalikABK
MalikABK
testing-security
open
testing
0

pythonista-testing

Use when writing or modifying tests, fixing bugs with TDD, reviewing test code. Triggers on "test", "tests", "testing", "TDD", "test-driven", "pytest", "add tests", "write tests", "unit test", "integration test", "test coverage", "bug fix", "fix bug", "mock", "fixture", "assert", "conftest", "parametrize", "async test", or when editing files in tests/ directory.

gigaverse-app
gigaverse-app
testing-security
open
testing
0

tdd-workflow

仕様書に基づき、テスト駆動開発(TDD)を用いて機能を実装します。

fum1ple
fum1ple
testing-security
open
Previous
Page 362 / 389
Next