- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
infrastructure
by williamzujkowski
Infrastructure standards for infrastructure in Devops environments. Covers
nosql
by williamzujkowski
Nosql standards for nosql in Database environments. Covers best practices,
skill-loader
by williamzujkowski
Skill-Loader standards and best practices for Skill Loader. Includes implementation guidelines, common patterns, and testing strategies.
serverless
by williamzujkowski
'Benefits:'
swift-package-manager
by nonameplum
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
typescript-coding-standards
by williamzujkowski
TypeScript coding standards covering strict type system, advanced types, decorators, generics, and best practices for type-safe applications. Use for TypeScript projects requiring robust type safety and maintainable code.
Swift Unit Testing: Agent Playbook
by nonameplum
Runs in < 100ms
healthtech-hipaa
by williamzujkowski
HIPAA establishes national standards for protecting patient health information
functional-programming-developer
by nonameplum
Functional architecture guidance for Swift (immutability, pure functions, reducers, DI via functions).
orchestration
by williamzujkowski
Orchestration standards for orchestration in Data Engineering environments.
pre-write-checklist
by wordflowlab
"Activates automatically before chapter writing to enforce the 9-item mandatory file reading checklist - prevents AI focus degradation in long-form fiction by ensuring all context is loaded before each writing session"
story-consistency-monitor
by wordflowlab
"Use during chapter writing to automatically check character behavior, world rules, and timeline consistency - alerts when detecting potential contradictions before they become major issues"
unity-architect
by DmitriyYukhanov
Use when designing Unity architecture, creating component hierarchies, defining interfaces, or generating test stubs and Mermaid diagrams for Unity projects
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.
typescript-architect
by DmitriyYukhanov
Creates high-level TypeScript architecture with interfaces, test stubs, and module structure. Use when designing TypeScript/JavaScript projects or features.
code-reviewer
by Ven0m0
Review code for correctness, maintainability, and adherence to project standards. Supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). Use when asked to review code, check a PR, or analyze changes.
typescript-testing
by DmitriyYukhanov
TypeScript testing patterns with Jest/Vitest including unit tests, integration tests, mocking strategies, and coverage. Use when writing or running TypeScript tests.
python-architect
by DmitriyYukhanov
Creates high-level Python architecture with protocols, test stubs, and module structure. Use when designing Python projects or features.
skill-authoring
by Ven0m0
'Guide to effective Claude Code skill authoring using TDD methodology
unity-testing
by DmitriyYukhanov
Use when writing or running Unity tests, including EditMode tests, PlayMode tests, performance testing, and code coverage
python-coder
by DmitriyYukhanov
Implements Python code following PEP 8, type hints, and project conventions. Use when implementing features designed by python-architect.
finishing-a-development-branch
by axiomantic
"Use when implementation is complete, all tests pass, and you need to decide how to integrate the work"
executing-plans
by axiomantic
"Use when you have a written implementation plan to execute"
resolving-merge-conflicts
by axiomantic
"Use when git merge or rebase fails with conflicts, you see 'unmerged paths' or conflict markers (<<<<<<< =======), or need help resolving conflicted files"