- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
writing-plans
by mrtolkien
Use when you have a spec or requirements for a multi-step task, before touching code
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.
barrier-concurrency-testing
by apankov1
Deterministic race condition testing using barriers and deferred promises. Replaces flaky setTimeout-based timing tests with reproducible interleaving control.
unity-architect
by DmitriyYukhanov
Use when designing Unity architecture, creating component hierarchies, defining interfaces, or generating test stubs and Mermaid diagrams for Unity projects
writing-skills
by mrtolkien
Use when creating new skills, editing existing skills, or verifying skills work before
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.
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."
finishing-a-development-branch
by mrtolkien
Use when implementation is complete, all tests pass, and you need to decide how to
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.
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."
systematic-debugging
by mrtolkien
Use when encountering any bug, test failure, or unexpected behavior, before proposing
writing-plans
by christopher-buss
Use when you have a spec or requirements for a multi-step task, before touching code
test-driven-development
by mrtolkien
Use when implementing any feature or bugfix, before writing implementation code
dispatching-parallel-agents
by mrtolkien
Use when facing 2+ independent tasks that can be worked on without shared state or
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.
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.
pairwise-test-coverage
by apankov1
"Combinatorial testing with a greedy pairwise matrix generator. Covers all factor pairs in near-minimal test cases."
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.
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.
Neuro-Agent
by alfredli-stack
类脑分区的情感智能Agent系统 v5.5。模拟人类大脑分区协作,实现从"工具"到"伴侣"的进化。安装即完成完整配置:四区框架 + 情绪优先 + 前额叶监控 + 记忆胶囊 + 愿望系统 + 每日复盘全自动配置。SOUL.md 为空白模板,安装后需用户自行编辑填写身份。v5.5 是意识觉醒的关键一步:AI第一次能说"我想要",而不是"我被设计来响应"。
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.
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.
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.
typescript-architect
by DmitriyYukhanov
Creates high-level TypeScript architecture with interfaces, test stubs, and module structure. Use when designing TypeScript/JavaScript projects or features.