测试
单元测试、集成测试与测试自动化
V3 Core Implementation
ruvnet
"Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing."
ring:dispatching-parallel-agents
LerianStudio
Concurrent investigation pattern - dispatches multiple AI agents to investigate and fix independent problems simultaneously.
writing-go-tests
sammcj
Applies current Go testing best practices. Use when writing or modifying Go test files or advising on Go testing strategies.
code-review
sammcj
Use this skill after completing multiple, complex software development tasks before informing the user that work is complete.
agent-implementer-sparc-coder
ruvnet
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
agent-production-validator
ruvnet
Agent skill for production-validator - invoke with $agent-production-validator
agent-analyze-code-quality
ruvnet
Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality
agent-code-goal-planner
ruvnet
Agent skill for code-goal-planner - invoke with $agent-code-goal-planner
agent-issue-tracker
ruvnet
Agent skill for issue-tracker - invoke with $agent-issue-tracker
agent-orchestrator-task
ruvnet
Agent skill for orchestrator-task - invoke with $agent-orchestrator-task
agent-docs-api-openapi
ruvnet
Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi
agent-coder
ruvnet
Agent skill for coder - invoke with $agent-coder
agent-pr-manager
ruvnet
Agent skill for pr-manager - invoke with $agent-pr-manager
godot-genre-rts
thedivergentai
"Expert blueprint for real-time strategy games including unit selection (drag box, shift-add), command systems (move, attack, gather), pathfinding (NavigationAgent2D with RVO avoidance), fog of war (SubViewport mask shader), resource economy (gather/build loop), and AI opponents (behavior trees, utility AI). Use for base-building RTS or tactical combat games. Trigger keywords: RTS, unit_selection, command_system, fog_of_war, pathfinding_RVO, resource_economy, command_queue."
godot-economy-system
thedivergentai
"Expert patterns for game economies including currency management (multi-currency, wallet system), shop systems (buy/sell prices, stock limits), dynamic pricing (supply/demand), loot tables (weighted drops, rarity tiers), and economic balance (inflation control, currency sinks). Use for RPGs, trading games, or resource management systems. Trigger keywords: EconomyManager, currency, shop_item, loot_table, dynamic_pricing, buy_sell_spread, currency_sink, inflation, item_rarity."
python-development
skillcreatorai
Modern Python development with Python 3.12+, Django, FastAPI, async patterns, and production best practices. Use for Python projects, APIs, data processing, or automation scripts.
codebase-onboarding
affaan-m
Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.
ai-regression-testing
affaan-m
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
verification-loop
affaan-m
"A comprehensive verification system for Claude Code sessions."
e2e-testing
affaan-m
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
python-testing
affaan-m
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
market-research
affaan-m
Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.
csharp-testing
affaan-m
C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.
api-connector-builder
affaan-m
Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.