Testing
Page 10 of 13
Browse skills in this category.
Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.
integration-tests
Testingby genlayerlabs
Setup Python virtual environment and run integration tests with gltest
systematic-debugging
TestingUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
aws-cost-operations
Testingby zxkane
This skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment.
devops-cloud
Testingby baz-scm
Skill in automating software deployment pipelines and managing cloud infrastructure for scalable, reliable systems.
new-analyzer
Testingby Piebald-AI
Guide for adding a new AI coding agent analyzer to Splitrail. Use when implementing support for a new tool like Copilot, Cline, or similar.
team-collaboration
Testingby baz-scm
Working effectively with others in coding projects – including code reviews, clear communication, and contributing to shared or open-source codebases.
wp-abilities-api
Testingby Automattic
Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.
wp-phpstan
Testingby Automattic
Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins/themes/sites): phpstan.neon setup, baselines, WordPress-specific typing, and handling third-party plugin classes.
wp-project-triage
Testingby Automattic
Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.
add-dependency
Testingby aiskillstore
Add a new third-party dependency to the project following the version catalog and approval workflow.
add-event-type
Testingby aiskillstore
Add a new event type to the frontend feed system with corresponding React component. Use when user mentions "new event", "add event type", "event block", "new block type", or wants to display new agent output types.
agile-ceremonies
Testingby aiskillstore
Agile ceremonies and sprint management specialist. Use when running standups,
aiops
Testingby aiskillstore
Generic AIOps (AI for IT Operations) patterns and best practices for 2025. Provides comprehensive implementation strategies for intelligent monitoring, automation, incident response, and observability across any infrastructure. Framework-agnostic approach supporting multiple monitoring platforms, cloud providers, and automation tools.
api-contract-design
Testingby aiskillstore
Design APIs using schema-first approach with OpenAPI/Swagger. Use when creating new APIs, documenting existing ones, or when frontend/backend teams need to work in parallel. Covers OpenAPI spec, validation, and code generation.
api-design
Testingby aiskillstore
REST API design best practices for consistent, intuitive APIs
api-jwt-authenticator
Testingby aiskillstore
A conceptual skill for securing FastAPI REST APIs with JWT authentication
api-organization
Testingby aiskillstore
Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure. Covers the 5-file system (endpoint-types, endpoints, api-client, admin-api-client, protected-endpoints), role-based access patterns (admin vs regular users), and TypeScript type safety across the API layer. All API code lives in src/lib/api/ following this exact pattern.
apscheduler
Testingby aiskillstore
Advanced Python Scheduler - Task scheduling and job queue system
architectural-forensics
Testingby aiskillstore
Master protocol for deconstructing agent frameworks to inform derivative system architecture. Use when (1) analyzing an agent framework's codebase comprehensively, (2) comparing multiple frameworks to select best practices, (3) designing a new agent system based on prior art, (4) documenting architectural decisions with evidence, or (5) conducting technical due diligence on AI agent implementations. This skill orchestrates sub-skills for data substrate, execution engine, cognitive architecture, and synthesis phases.
architecture-reference
Testingby aiskillstore
Quick reference for Portfolio Buddy 2 project structure. Use when: adding new features, modifying existing components, understanding data flow, or onboarding to the codebase. Contains component hierarchy, hook patterns, and utility functions.
ask-user
Testingby aiskillstore
Pattern for effectively interacting with users to gather information or get decisions. Use when you need user input.
autonomous-ci
Testingby aiskillstore
Ensures Claude verifies both local tests AND remote CI before claiming completion. Use BEFORE any completion claims, commits, or pull requests. Mandatory verification with evidence.
backend-architect
Testingby aiskillstore
Expert senior en architecture backend pour accompagner le développement (conception, implémentation, review, refactoring). Architecture hexagonale, DDD, SOLID, clean code, tests. Utiliser pour concevoir de nouvelles features, développer du code, reviewer, refactorer, ou résoudre des problèmes architecturaux.
backend-hang-debug
Testingby aiskillstore
Diagnose and fix FastAPI hangs caused by blocking ThreadPoolExecutor shutdown in the news stream route; includes py-spy capture and non-blocking executor pattern.
bases
Testingby aiskillstore
Query Obsidian Bases via the Bases Query plugin (RPC). Use when you need to read structured data from Obsidian bases.
branch
Testingby aiskillstore
ブランチ作成Skill。仕様策定用(spec/*)または実装用(impl/*)のブランチを作成。/spec や spec-workflow から呼び出される。
by aiskillstore
【强制】所有浏览器操作必须使用本技能,禁止在主对话中直接使用 mcp__chrome-devtools 工具。触发关键词:打开/访问/浏览网页、点击/填写/提交表单、截图/快照、性能分析、自动化测试、数据采集/爬取、网络模拟。本技能通过 chrome-devtools-expert agent 执行浏览器操作,避免大量页面快照、截图、网络请求数据污染主对话上下文。
building-agent-tools
Testingby aiskillstore
Guide for creating effective tools for AI agents. Use when building MCP tools, agent APIs, or any tool interface that agents will consume. Focuses on token efficiency, meaningful context, and proper namespacing.
cave-exploration
Testingby aiskillstore
洞穴探险 - Stella发现一个深邃的洞穴系统,深入探索发现bioluminescent晶体、地下水源和神秘的古老痕迹
checkpoint
Testingby aiskillstore
Save current progress to memory-keeper to prevent work loss.
ci
Testingby aiskillstore
Diagnoses and fixes CI/CD pipeline failures. Use when user mentions 'CI', 'GitHub Actions', 'GitLab CI', 'ビルドエラー', 'テスト失敗', 'パイプライン', 'CIが落ちた', or asks to analyze build/test failures. Do NOT load for: ローカルビルド, 通常の実装作業, レビュー, セットアップ.
claude-hooks
Testingby aiskillstore
Claude Code hooks configuration specialist. Use when creating hooks for
cluster-management
Testingby aiskillstore
Monitor and manage Proxmox cluster nodes, resources, and infrastructure health. Track node status, cluster quorum, and resource allocation across your virtualization platform.
code-review-assistant
Testingby aiskillstore
Comprehensive PR review using multi-agent swarm with specialized reviewers for security, performance, style, tests, and documentation. Provides detailed feedback with auto-fix suggestions and merge readiness assessment.
code-review-expert
Testingby aiskillstore
Comprehensive code review expertise. Use when reviewing code, evaluating architecture, or assessing quality. Triggers on review, evaluate, assess, audit, code quality, best practices.
code-stats
Testingby aiskillstore
Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics.
common-pitfalls
Testingby aiskillstore
Orchestrates pitfall prevention skills for common development issues. Auto-triggered during code review to check for TanStack Query, Drizzle ORM, Express API, React, WebSocket, blockchain RPC, and security pitfalls.
completion-integrity
Testingby aiskillstore
Prevents shortcuts and cheating when completing tasks. Blocks commits with warning suppressions, commented tests, or deleted assertions.
config-auditing
Testingby aiskillstore
Neovim configuration audit knowledge base. Use when: reviewing config files for issues, checking deprecated APIs, optimizing settings, or performing health checks. Provides checklists, best practices, and version-specific deprecated API detection patterns.
container-management
Testingby aiskillstore
Create, manage, and optimize LXC containers in Proxmox. Control container lifecycle, manage resources, and coordinate container deployments across nodes.
containerizing-applications
Testingby aiskillstore
Containerizes applications with Docker, docker-compose, and Helm charts.Use when creating Dockerfiles, docker-compose configurations, or Helm charts for Kubernetes.Includes Docker Hardened Images (95% fewer CVEs), multi-stage builds, and 15+ battle-tested gotchas.
context7
Testingby aiskillstore
Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.
coordinator
Testingby aiskillstore
Autonomous penetration testing coordinator using ReAct methodology. Automatically activates when user provides a target IP or asks to start penetration testing. Orchestrates reconnaissance, exploitation, and privilege escalation until both user and root flags are captured. (project)
create-unit-test
Testingby aiskillstore
Create and run unit tests following the project's architecture and guidelines (Robolectric, naming, location).
current-location-weather
Testingby aiskillstore
Get current weather conditions for a location. Use this skill when users ask about weather, temperature, current conditions, forecasts, or any weather-related queries like "What's the weather?", "Is it raining?", "How hot is it outside?", "What's the temperature?", or "Should I bring an umbrella?". Supports automatic location detection via IP or specific location queries.
data-visualization
Testingby aiskillstore
Create charts, graphs, and visualizations from data. Use when the user needs to visualize data, create charts, or generate reports with graphics.
database-orm
Testingby aiskillstore
Interaction with NeonDB Postgres using Drizzle ORM.
db-connection
Testingby aiskillstore
Use when setting up database connections, especially for Neon PostgreSQL.Triggers for: Neon Postgres connection, connection pooling configuration,connection string management, SSL configuration, or SQLAlchemy engine setup.NOT for: CRUD operations (use @sqlmodel-crud) or migration scripts (use @db-migration).
debug-connection
Testingby aiskillstore
Debug WebSocket connection issues between CLI and FigJam plugin. Use when diagrams aren't syncing or connection fails.
debugging
Testingby aiskillstore
Four-phase debugging framework that ensures root cause identification before fixes. Use when encountering bugs, test failures, unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline ('debug this', 'fix this error', 'test is failing', 'not working').
defi-registry-manager
Testingby aiskillstore
Manages expansion of tokens, pools, chains, networks, and DEXes across the codebase. Use when adding new tokens, protocols, chains, networks, or updating existing DeFi registry data. Triggers on add token, new coin, add protocol, new DEX, add chain, new network, add RPC, update address.
dependency-audit-assistant
Testingby aiskillstore
Reviews package dependencies for security vulnerabilities, outdated versions, and license compliance. Use when user asks about dependencies, security audits, or before releases.
dependency-auditor
Testingby aiskillstore
Automated security auditing of project dependencies to identify known vulnerabilities.
deploying-cloud-k8s
Testingby aiskillstore
Deploys applications to cloud Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines.Use when deploying to production, setting up GitHub Actions, troubleshooting deployments.Covers build-time vs runtime vars, architecture matching, and battle-tested debugging.
deployment-management
Testingby aiskillstore
Track and manage UniFi deployments across your infrastructure. Monitor deployment status, configuration, and progress for coordinated infrastructure updates.
dev-tools-skill
Testingby aiskillstore
Use when the user says "use the DevTools skill" or when they need help debugging a web app with Chrome DevTools MCP (UI bugs, incorrect behavior, console errors, network/API failures, or performance/lag), especially if the user seems inexperienced and needs guided, step-by-step diagnosis.
device-management
Testingby aiskillstore
Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
devops-deployment
Testingby aiskillstore
CI/CD pipelines, containerization, Kubernetes, and infrastructure as code patterns
devops-quality
Testingby aiskillstore
Code quality standards, linting rules, and CI/CD principles.
dispatching-parallel-agents
Testingby aiskillstore
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
docker-helper
Testingby aiskillstore
Docker Compose generation, optimization, and troubleshooting assistance.
docker-k8s
Testingby aiskillstore
Master containerization and orchestration with security-first approach. Expert in Docker multi-stage builds, Kubernetes zero-trust deployments, security hardening, GitOps workflows, and production-ready patterns for cloud-native applications. Includes 2025 best practices from CNCF and major cloud providers.
emergency-card
Testingby aiskillstore
生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。
error-handling-fundamentals
Testingby aiskillstore
Auto-invoke when reviewing try/catch blocks, API error responses, async operations, or user feedback patterns. Enforces graceful degradation and meaningful error messages.
evaluation
Testingby aiskillstore
Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.
explore-codebase
Testingby aiskillstore
Pattern for efficiently exploring codebases using parallel subagents. Use when you need to understand code structure, find patterns, or gather context.
exploring-ancient-ruins
Testingby aiskillstore
古代遗迹 - Stella深入探索盖亚星球的古代文明遗迹,解开失落文明的秘密
expo-build-deploy
Testingby aiskillstore
Building and deploying Expo React Native apps to iOS. Use when configuring EAS Build, submitting to TestFlight, App Store deployment, managing certificates, or troubleshooting build issues.
figjam-plugin
Testingby aiskillstore
FigJam plugin development workflow. Use when working on plugin code (code.ts, ui.ts), debugging WebSocket communication, or building the plugin.