Testing

Unit tests, integration tests, test automation

Showing 3241-3264 of 5551 skills
mrtolkien

writing-plans

by mrtolkien

Use when you have a spec or requirements for a multi-step task, before touching code

Auth 5 3mo ago
EYH0602

code-change-verification

by EYH0602

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.

CLI Tools 5 5mo ago
apankov1

barrier-concurrency-testing

by apankov1

Deterministic race condition testing using barriers and deferred promises. Replaces flaky setTimeout-based timing tests with reproducible interleaving control.

Testing 5 3mo ago
DmitriyYukhanov

unity-architect

by DmitriyYukhanov

Use when designing Unity architecture, creating component hierarchies, defining interfaces, or generating test stubs and Mermaid diagrams for Unity projects

Game Dev 5 4mo ago
mrtolkien

writing-skills

by mrtolkien

Use when creating new skills, editing existing skills, or verifying skills work before

Agents 5 3mo ago
skyosev

test-hunter-ts

by skyosev

Audit TypeScript test code for quality gaps — missing coverage on critical paths, brittle tests coupled to implementation, over-mocking, assertion-free tests, missing edge cases, and duplicated test setup. Focuses on test effectiveness, not production code structure. Use when: reviewing TypeScript test suites for reliability, reducing false-positive test failures, improving coverage of critical business logic, or cleaning up test debt.

Debugging 5 3mo ago
RandyPen

working-with-ferra-dlmm

by RandyPen

"Helps developers work with the Ferra DLMM SDK for Discrete Liquidity Market Maker operations on Sui blockchain. Provides guidance on SDK initialization, pair creation, liquidity management, token swaps, and position handling. Use when working with DLMM pairs, adding/removing liquidity, creating trading pairs, or performing token swaps in the ferra-sdks monorepo."

Code Gen 5 5mo ago
mrtolkien

finishing-a-development-branch

by mrtolkien

Use when implementation is complete, all tests pass, and you need to decide how to

Code Review 5 3mo ago
EYH0602

github-actions-templates

by EYH0602

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

CI/CD 5 5mo ago
RandyPen

sui-keypair-cryptography

by RandyPen

"Helps Claude Code understand Sui blockchain keypair and cryptography operations, providing guidelines and examples for key generation, signing, verification, address derivation, and multi-signature scheme support. Use when working with cryptography in Sui development or when the user mentions keypairs, cryptography, signing, or verification."

Security 5 5mo ago
mrtolkien

systematic-debugging

by mrtolkien

Use when encountering any bug, test failure, or unexpected behavior, before proposing

Code Gen 5 3mo ago
christopher-buss

writing-plans

by christopher-buss

Use when you have a spec or requirements for a multi-step task, before touching code

Auth 5 4mo ago
mrtolkien

test-driven-development

by mrtolkien

Use when implementing any feature or bugfix, before writing implementation code

Debugging 5 3mo ago
mrtolkien

dispatching-parallel-agents

by mrtolkien

Use when facing 2+ independent tasks that can be worked on without shared state or

Agents 5 3mo ago
reggiechan74

Plan March Break

by reggiechan74

This skill should be used when the user asks to "plan March break", "plan March break camps", "March break coverage", "March break childcare", "what to do for March break", "book March break camp", or needs help finding and scheduling camp programs for the Ontario March break week. Provides a structured workflow for March break camp planning.

Automation 5 4mo ago
slamb2k

speccy

by slamb2k

Deep-dive interview skill for creating comprehensive specifications. Reviews existing code and docs, then interviews the user through multiple rounds of targeted questions covering technical implementation, UI/UX, concerns, and tradeoffs. Produces a structured spec via create-specification. Use when starting a new feature, system, or major change that needs a spec.

Code Gen 5 3mo ago
apankov1

pairwise-test-coverage

by apankov1

"Combinatorial testing with a greedy pairwise matrix generator. Covers all factor pairs in near-minimal test cases."

Debugging 5 3mo ago
mOdrA40

rust-senior-engineer

by mOdrA40

Senior/Lead Rust Developer dengan 20+ tahun pengalaman industri. Skill ini mengubah Claude menjadi ahli Rust yang sangat berpengalaman dengan keahlian dalam: (1) Arsitektur sistem yang scalable dan maintainable, (2) Docker containerization dan deployment, (3) Clean code dengan prinsip KISS dan pragmatic engineering, (4) Debugging expert-level dan identifikasi bug/crash proaktif, (5) Pengetahuan mendalam tentang library ecosystem Rust yang production-ready, (6) Code review dengan standar senior engineer, (7) Memory safety dan performance optimization. Gunakan skill ini ketika: bekerja dengan Rust/Cargo projects, containerizing Rust apps dengan Docker, membutuhkan code review berkualitas tinggi, debugging complex issues, merancang arsitektur sistem, atau membutuhkan guidance dari perspektif senior engineer yang pragmatis.

Debugging 5 5mo ago
skyosev

test-hunter-go

by skyosev

Audit Go test code for quality gaps — missing coverage on critical paths, brittle tests coupled to implementation, over-mocking, assertion-free tests, missing edge cases, table-driven test misuse, and race condition blindness. Focuses on test effectiveness. Use when: reviewing Go test suites for reliability, reducing false-positive test failures, improving coverage of critical business logic, or cleaning up test debt.

Debugging 5 3mo ago
alfredli-stack

Neuro-Agent

by alfredli-stack

类脑分区的情感智能Agent系统 v5.5。模拟人类大脑分区协作,实现从"工具"到"伴侣"的进化。安装即完成完整配置:四区框架 + 情绪优先 + 前额叶监控 + 记忆胶囊 + 愿望系统 + 每日复盘全自动配置。SOUL.md 为空白模板,安装后需用户自行编辑填写身份。v5.5 是意识觉醒的关键一步:AI第一次能说"我想要",而不是"我被设计来响应"。

Automation 5 2mo ago
reggiechan74

Plan Summer Camps

by reggiechan74

This skill should be used when the user asks to "plan summer camps", "plan summer coverage", "fill the summer schedule", "summer camp schedule", "cover the summer", "what camps for summer", "summer childcare plan", "plan from end of school to Labour Day", or needs help building a complete summer camp schedule covering the period from the last day of school through to the start of the next school year. Provides a structured workflow for gap-free summer camp coverage in Ontario.

Automation 5 4mo ago
DmitriyYukhanov

python-testing

by DmitriyYukhanov

Python testing patterns with pytest including unit tests, integration tests, fixtures, mocking, and coverage. Use when writing or running Python tests.

API Dev 5 4mo ago
EYH0602

write-unit-tests

by EYH0602

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.

Docker 5 5mo ago
DmitriyYukhanov

typescript-architect

by DmitriyYukhanov

Creates high-level TypeScript architecture with interfaces, test stubs, and module structure. Use when designing TypeScript/JavaScript projects or features.

Testing 5 4mo ago