- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
form-cro
by sarfraznawaz2005
When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," or "contact form." For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.
gemini-gem-converter
by bluewaves-creations
Convert Agent Skills to Gemini Gems format. Use when the user wants to adapt, port, or transform a Claude skill (SKILL.md-based) into a Google Gemini Gem, or when discussing Gem constraints, knowledge file limits, and platform differences between Claude Skills and Gemini Gems.
git-pr
by erinrugas
Prepares and creates pull requests with clear scope, risk notes, and test plan. Use when opening PRs or getting code ready for review.
security-practices
by pluginagentmarketplace
Master secure development, OWASP top 10, testing, and compliance. Use when building secure systems, conducting security reviews, or implementing best practices.
file-nav
by brettatoms
Navigate and find files using fd. Use when finding files by name, listing directory contents, exploring project structure, or when the user asks to find/list/show files or directories.
aria2-json-rpc
by azzgo
Interact with aria2 download manager via JSON-RPC 2.0. Manage downloads, query status, and control tasks through natural language commands. Use when working with aria2, download management, or torrent operations.
code-comprehension-quiz
by Haroutkhac
Test user understanding of code changes and explanations. Generates adaptive multiple-choice quizzes. Only triggers on explicit request - when user says "quiz me", "test my understanding", or "/quiz". Does NOT auto-trigger.
disciplined-implementation
by terraphim
Phase 3 of disciplined development. Executes approved implementation plans step by step. Each step includes tests, follows the design exactly, and produces reviewable commits.
macclock
by henry11996
Control MacClock timers, Pomodoro, and schedules on macOS. Set countdown timers, manage Pomodoro sessions, and create scheduled tasks. Triggers on "timer", "計時器", "pomodoro", "番茄鐘", "倒數", "countdown", "schedule", "排程".
cui-javascript-unit-testing
by cuioss
Jest unit testing standards covering configuration, test structure, testing patterns, and coverage requirements
faasjs-best-practices
by faasjs
FaasJS best practices - file conventions, defineFunc, database(knex).
qa
by Keiji-Miyake
品質保証とテストの専門家。バグの発見、エッジケースの検証、テスト計画の策定、自動テストの作成を行い、ソフトウェアの信頼性を担保します。
monorepo-engineering
by dmonteroh
"Design and operate monorepos with clear boundaries, fast builds, and low-conflict collaboration. Covers workspace layout, dependency constraints, build caching, affected detection, versioning/publishing, and CI integration. Works standalone; choose tooling pragmatically (pnpm/yarn/npm, Nx/Turbo/Bazel)."
kanban
by zhangyu528
"Automates a file-system based development Kanban loop: todo to doing to test to done."
mock-friendly-api-layering
by shimo4228
"Use when mock assertions fail due to public functions forwarding internal params like url or timeout to a shared helper."
skale
by TheGreatAxios
SKALE Network development guidelines and documentation access. Use for building dApps, smart contracts, cross-chain solutions, and looking up SKALE documentation (February 2026). Triggers: SKALE, skale-dev, skale-docs, SKALE docs, BITE Protocol, Europa, Calypso, skale-bridge.
exercise-designer
by NaveedTechLab
Designs deliberate practice exercises applying evidence-based learning strategies like retrieval practice, spaced repetition, and interleaving. Activate when educators need varied exercise types (fill-in-blank, debug-this, build-from-scratch, extend-code, AI-collaborative) targeting learning objectives with appropriate difficulty progression. Creates exercise sets that apply cognitive science principles to maximize retention and skill development. Use when designing practice activities for Python concepts, creating homework assignments, generating problem sets, or evaluating exercise quality.
tdd
by thongdn-it
Test-Driven Development methodology and red-green-refactor workflow (formerly test-tdd). This skill should be used when practicing TDD, writing tests first, designing tests before implementation, or reviewing test-first approaches. Triggers on "write tests first", "test before code", "red green refactor", "test driven development". This skill does NOT cover Vitest framework specifics (use vitest skill) or API mocking with MSW (use msw skill).
cargo-ecosystem
by pluginagentmarketplace
Master Cargo, testing, and Rust development tools
Code Example Generator Skill v3.0 (Reasoning-Activated)
by NaveedTechLab
Ready to use: Invoke this skill to generate pedagogically sound, runnable code examples that demonstrate concepts through production-relevant patterns using SpecâPromptâCodeâValidation workflow.
prd-to-issues
by sadiksaifi
Breaks a PRD into independently-grabbable GitHub issues using vertical slices (tracer bullets). Use when decomposing a PRD into implementation work, creating tracer-bullet issues, or when the user says "break down PRD," "create issues from PRD," or "/prd-to-issues."
brand-architect
by fefogarcia
Use this skill when users need to develop brand strategy, choose a company name, define brand positioning, create brand voice, or build brand identity from day one. Activates for "what should I name it," "brand strategy," "positioning," or identity questions.
css-performance
by pluginagentmarketplace
Optimize CSS performance - critical CSS, code splitting, purging, bundle analysis
configuring-typescript
by Git-Fg
"Configures modern TypeScript (4.9+ through 5.x) for maximum type safety with sustainable compile times. Use when designing type-safe configs/maps/APIs, enforcing strictness flags, improving TS build performance (incremental, project references), or setting up separate TS/ESLint configs for tests."