- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
expectations
by citypaul
Working expectations and documentation practices. Use when capturing learnings or understanding how to work with this codebase.
skill-creator
by zaggino
Create, improve, and test skills for the z-schema JSON Schema validator library. Use this skill whenever the user wants to create a new skill from scratch, turn a workflow into a reusable skill, update or refine an existing skill, write test cases for a skill, or organize reference material for a skill. Also use when someone mentions "skill", "SKILL.md", or wants to document a z-schema workflow for reuse by humans or AI agents.
contributing-to-z-schema
by zaggino
Guides contributors through the z-schema codebase, PR workflow, and common development tasks. Use when the user wants to contribute to z-schema, add a new feature or keyword, add an error code, add a format validator, modify options, write tests, run the test suite, fix a failing test, understand the validation pipeline, navigate the source code architecture, or submit a pull request. Also use when someone mentions contributing, PRs, the z-schema source code, or the JSON Schema Test Suite integration.
project-awareness
by jmagly
Artifact index: .aiwg/reports/artifact-index.json
traceability-check
by jmagly
Traceability template: templates/management/traceability-matrix-template.md
test-coverage
by jmagly
Coverage templates: templates/test/coverage-report-template.md
perf-theory-tester
by ComposioHQ
"Use when running controlled perf experiments to validate hypotheses."
Qt GUI Testing
by talmolab
A deep learning framework for multi-animal pose tracking.
sanity-best-practices
by sanity-io
Comprehensive Sanity development best practices covering integration guides (Next.js, Nuxt, Astro, Remix, SvelteKit, Hydrogen), GROQ performance, schema design, Visual Editing, images, Portable Text, page builders, Studio configuration, TypeGen, localization, and migrations. Use this skill when building, reviewing, or optimizing Sanity applications.
rails-testing
by etewiah
Help with Rails testing including unit tests, integration tests, fixtures, and debugging test failures. Use when working on tests or debugging test issues.
release-checklist
by yonatangross
Walks through the OrchestKit release checklist — build, test, validate counts, changelog, version bump, commit, tag, push. Use when preparing a release, cutting a version tag, or verifying release readiness before pushing to main.
bitbucket-workflow
by Mindrally
Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows
blockchain
by Mindrally
Expert guidelines for blockchain development including CosmWasm, Cosmos, and cross-chain patterns
ci-cd-best-practices
by Mindrally
CI/CD best practices for building automated pipelines, deployment strategies, testing, and DevOps workflows across platforms
angular-development
by Mindrally
Expert guidance for Angular and TypeScript development focused on scalable, high-performance web applications
autogen-development
by Mindrally
Expert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns.
design-systems
by Mindrally
Comprehensive design system guidelines for building consistent, accessible, and scalable digital products
cpp
by Mindrally
Guidelines for modern C++ development with C++17/20 standards, memory safety, and performance optimization
cypress
by Mindrally
Cypress end-to-end testing best practices for web applications, covering test structure, commands, and reliability patterns.
clean-architecture
by Mindrally
Guidelines for implementing Clean Architecture patterns in Flutter and Go applications, with emphasis on separation of concerns, dependency rules, and testability.
aws-development
by Mindrally
AWS development best practices for Lambda, SAM, CDK, DynamoDB, IAM, and serverless architecture using Infrastructure as Code.
project-conventions
by ReinaMacCredy
Discovers host project conventions from CLAUDE.md, package.json, linter configs, and other configuration files. Use when agents need to understand the target project's coding standards.
1password
by EthanAlgoX
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.
solver
by atopile
"How the Faebryk parameter solver works (Sets/Literals, Parameters, Expressions), the core invariants enforced during mutation, and practical workflows for debugging and extending the solver. Use when implementing or modifying constraint solving, parameter bounds, or debugging expression simplification."