Testing & Security 카테고리의 모든 스킬을 탐색하고 AI 에이전트 개발 능력을 향상시키세요.
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.
2026년 2월 10일
View Details
test
242.9k
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
2026년 2월 10일
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.
2026년 2월 10일
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.
2026년 2월 10일
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.
2026년 2월 10일
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.
2026년 2월 10일
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
2026년 2월 10일
View Details
systematic-debugging
48.6k
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
2026년 2월 10일
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.
2026년 2월 10일
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.
2026년 2월 10일
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.
2026년 2월 10일
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.