测试
单元测试、集成测试与测试自动化
expectations
citypaul
Working expectations and documentation practices. Use when capturing learnings or understanding how to work with this codebase.
skill-creator
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
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
jmagly
Artifact index: .aiwg/reports/artifact-index.json
traceability-check
jmagly
Traceability template: templates/management/traceability-matrix-template.md
test-coverage
jmagly
Coverage templates: templates/test/coverage-report-template.md
perf-theory-tester
ComposioHQ
"Use when running controlled perf experiments to validate hypotheses."
Qt GUI Testing
talmolab
A deep learning framework for multi-animal pose tracking.
sanity-best-practices
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
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
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
Mindrally
Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows
blockchain
Mindrally
Expert guidelines for blockchain development including CosmWasm, Cosmos, and cross-chain patterns
ci-cd-best-practices
Mindrally
CI/CD best practices for building automated pipelines, deployment strategies, testing, and DevOps workflows across platforms
angular-development
Mindrally
Expert guidance for Angular and TypeScript development focused on scalable, high-performance web applications
autogen-development
Mindrally
Expert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns.
design-systems
Mindrally
Comprehensive design system guidelines for building consistent, accessible, and scalable digital products
cpp
Mindrally
Guidelines for modern C++ development with C++17/20 standards, memory safety, and performance optimization
cypress
Mindrally
Cypress end-to-end testing best practices for web applications, covering test structure, commands, and reliability patterns.
clean-architecture
Mindrally
Guidelines for implementing Clean Architecture patterns in Flutter and Go applications, with emphasis on separation of concerns, dependency rules, and testability.
aws-development
Mindrally
AWS development best practices for Lambda, SAM, CDK, DynamoDB, IAM, and serverless architecture using Infrastructure as Code.
project-conventions
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
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
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."