Explore all skills in the Testing & Security category and enhance your AI agent development capabilities.
feature-flags
242.9k
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
Feb 10, 2026
View Details
test
242.9k
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
Feb 10, 2026
View Details
1password
180.6k
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Feb 10, 2026
View Details
frontend-testing
129.2k
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
Feb 10, 2026
View Details
writing-bundler-tests
87.2k
Guides writing bundler tests using itBundled/expectBundled in test/bundler/. Use when creating or modifying bundler, transpiler, or code transformation tests.
Feb 10, 2026
View Details
writing-dev-server-tests
87.2k
Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.
Feb 10, 2026
View Details
test-writer
66.2k
Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines
Feb 10, 2026
View Details
systematic-debugging
48.6k
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Feb 10, 2026
View Details
write-e2e-tests
45.1k
Writing Playwright E2E tests for tldraw. Use when creating browser tests, testing UI interactions, or adding E2E coverage in apps/examples/e2e or apps/dotcom/client/e2e.
Feb 10, 2026
View Details
write-unit-tests
45.1k
Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.
Feb 10, 2026
View Details
golang-testing
43.0k
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
Feb 10, 2026
View Details
tidb-test-guidelines
39.7k
Decide where to place TiDB tests and how to write them (basic structure, naming, testdata usage). Use when asked about test locations, writing conventions, shard_count limits, casetest categorization, or when reviewing test changes in code review.