测试
单元测试、集成测试与测试自动化
task-runner
0xDarkMatter
"Run project commands with just. Check for justfile in project root, list available tasks, execute common operations like test, build, lint. Triggers on: run tests, build project, list tasks, check available commands, run script, project commands."
clerk-testing
clerk
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
食物数据库查询技能
huifer
ç»´æ¤è : WellAlly Tech
食物数据库查询技能
huifer
ç»´æ¤è : WellAlly Tech
mutation-testing
citypaul
Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests.
homebrew-publish
regenrek
Publish CLIs/TUIs to Homebrew via a personal tap. Use when asked to create or manage a Homebrew tap repo, generate or update formulae, compute sha256, test installs, or ship new releases for Go, Rust, Node/TypeScript, Python, or prebuilt binaries.
ring:dev-implementation
LerianStudio
Gate 0 of the development cycle. Executes code implementation using the appropriate specialized agent based on task content and project language. Handles TDD workflow with RED-GREEN phases. Follows project standards defined in docs/PROJECT_RULES.md.
ring:dev-frontend-e2e
LerianStudio
Gate 5 of frontend development cycle - ensures all user flows from product-designer have passing E2E tests with Playwright across browsers.
ring:using-git-worktrees
LerianStudio
Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.
ring:verification-before-completion
LerianStudio
Evidence-first completion gate - requires running verification commands and confirming output before making any success claims.
ring:dev-integration-testing
LerianStudio
Gate 6 of development cycle - ensures integration tests pass for all external dependency interactions using real containers via testcontainers.
ring:dev-frontend-accessibility
LerianStudio
Gate 2 of frontend development cycle - ensures all components pass axe-core automated accessibility scans with zero WCAG 2.1 AA violations.
ring:dev-sre
LerianStudio
Gate 2 of the development cycle. VALIDATES that observability was correctly implemented by developers. Does not implement observability code - only validates it.
ring:testing-skills-with-subagents
LerianStudio
Skill testing methodology - run scenarios without skill (RED), observe failures, write skill (GREEN), close loopholes (REFACTOR).
ring:dev-unit-testing
LerianStudio
Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+) for all acceptance criteria using TDD methodology.
python-best-practices
rohitg00
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
testing-strategies
rohitg00
Testing strategies including contract testing, snapshot testing, mutation testing, property-based testing, and test organization
git-advanced
rohitg00
Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
ci-cd-pipelines
rohitg00
CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation
capacitor-testing
Cap-go
Complete testing guide for Capacitor apps covering unit tests, integration tests, E2E tests, and native testing. Includes Jest, Vitest, Playwright, Appium, and native testing frameworks. Use this skill when users need to test their mobile apps.
capacitor-plugins
Cap-go
Complete catalog of 80+ Capgo Capacitor plugins. Use this skill when users need to add native functionality to their Capacitor apps, want to know which plugin solves a specific problem, or need help choosing between plugin options.
capacitor-ci-cd
Cap-go
Complete CI/CD guide for Capacitor apps covering GitHub Actions, GitLab CI, build automation, app signing, and deployment pipelines. Use this skill when users need to automate their build and release process.
test-expert
einverne
Testing methodologies, test-driven development (TDD), unit and integration testing, and testing best practices across multiple frameworks. Use when the user needs to write tests, implement TDD, or improve test coverage and quality.
react-component-generator
einverne
生成符合项目规范的 React 组件。当用户要求创建组件、新建 React 组件或生成组件文件时使用