Testing

Page 11 of 13

Browse skills in this category.

891 skills · Showing 721-792
Sort by:

by aiskillstore

Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

CI/CD pipelines, containerization, Kubernetes, and infrastructure as code patterns

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Code quality standards, linting rules, and CI/CD principles.

85
Jan 19, 2026, 04:39 AM

by 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

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Docker Compose generation, optimization, and troubleshooting assistance.

85
Jan 19, 2026, 04:39 AM

docker-k8s

Testing

by 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.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Auto-invoke when reviewing try/catch blocks, API error responses, async operations, or user feedback patterns. Enforces graceful degradation and meaningful error messages.

85
Jan 19, 2026, 04:39 AM

evaluation

Testing

by aiskillstore

Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Pattern for efficiently exploring codebases using parallel subagents. Use when you need to understand code structure, find patterns, or gather context.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

古代遗迹 - Stella深入探索盖亚星球的古代文明遗迹,解开失落文明的秘密

85
Jan 19, 2026, 04:39 AM

by 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.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

FigJam plugin development workflow. Use when working on plugin code (code.ts, ui.ts), debugging WebSocket communication, or building the plugin.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

神秘接触 - Stella终于与盖亚星球的智慧生命面对面接触,一次改变一切的遭遇

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Problem validation and solution design. Use when discovering customer problems, generating solution hypotheses, or defining MVP scope.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

A conceptual skill for building an API client in Next.js that handles JWT tokens

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Design and build reusable, composable UI components following single responsibility principle with clear props, proper encapsulation, and minimal state management. Use this skill when creating or modifying React, Vue, Svelte, or web components, defining component props or interfaces, managing component state, building component libraries, or refactoring UI code. Apply when working with .jsx, .tsx, .vue, .svelte files, component directories, or any code that defines reusable UI building blocks with configurable interfaces and composable architectures.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Functional programming patterns that promote testability, composability, and maintainability.

85
Jan 19, 2026, 04:39 AM

gen-env

Testing

by aiskillstore

Creates, updates, or reviews a project's gen-env command for running multiple isolated instances on localhost. Handles instance identity, port allocation, data isolation, browser state separation, and cleanup.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Generates RBS type signatures from Ruby source files. Triggers when creating type definitions, adding types to Ruby code, or generating .rbs files for classes/modules without existing RBS signatures.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Generates RBS-inline type annotations directly in Ruby source files as comments. Triggers when adding inline type signatures, annotating Ruby methods with rbs-inline syntax, or generating type comments without existing inline annotations.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Guide for basic Git operations

85
Jan 19, 2026, 04:39 AM

github-cli

Testing

by aiskillstore

Encourages proactive use of GitHub CLI (gh) for gathering context on PRs, issues, comments, and repository information when working with GitHub-related tasks.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Use when implementing GitHub OAuth + GitHub App authentication with Nango - provides two-connection pattern for user login and repo access with webhook handling

85
Jan 19, 2026, 04:39 AM

by aiskillstore

MUST use this skill when user asks to merge PR, close PR, finalize PR, or mentions "PR 머지/병합". This skill OVERRIDES default PR merge behavior. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

MUST use this skill when user asks to resolve PR comments, handle review feedback, fix review comments, or mentions "리뷰 코멘트/피드백". This skill OVERRIDES default behavior. Fetches comments via GitHub CLI, classifies by severity, applies fixes with user confirmation, commits with proper format, replies to threads.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

查看/更新 GitLab Issue、MR(含评论与 diff),并按团队规范非交互创建或修改 MR/Issue;涉及 GitLab(含自建实例)Issue/MR 的操作时使用。

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Implement comprehensive server-side validation with allowlists, type checking, input sanitization, and consistent error messages, while using client-side validation for user experience. Use this skill when validating user input, form data, API requests, implementing security checks, preventing injection attacks, checking data types/formats/ranges, or providing validation feedback. Apply when working with form validation, API endpoint validation, input sanitization, business rule enforcement, or any code that accepts and validates external data to ensure security, data integrity, and proper user feedback across all entry points.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Quantitative trading expertise for DeFi and crypto derivatives. Use when building trading strategies, signals, risk management. Triggers on signal, backtest, alpha, sharpe, volatility, correlation, position size, risk.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Manage network hosts and devices across all UniFi sites. Monitor host status, device configuration, and infrastructure health for comprehensive inventory management.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Maven build system, dependency management, and Java project configuration assistance.

85
Jan 19, 2026, 04:39 AM

jira

Testing

by aiskillstore

Jira Cloud integration for issue management and search. This skill should

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Validate, format, and fix JSON data. Use this skill when working with JSON files, API responses, or configuration files that need validation or formatting.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Create new jutsu/skills for SHINOBI WAY game. Use when user wants to add abilities, techniques, jutsu, or combat skills. Guides through all parameters and generates TypeScript code.

85
Jan 19, 2026, 04:39 AM

by Smana

Validates KCL Crossplane compositions with comprehensive checks including formatting, syntax validation, and rendering tests. Automatically activates when working with KCL files, Crossplane compositions, or before commits touching infrastructure/base/crossplane/configuration/. Prevents CI failures and catches critical bugs like the mutation pattern.

85
Jan 18, 2026, 08:27 PM

by aiskillstore

Per-call and aggregated latency tracking for MEV infrastructure. Use when implementing performance monitoring or debugging slow operations. Triggers on: latency, timing, performance, slow, speed, instrumentation.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Parse and analyze application logs to identify errors, patterns, and insights.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Reproduces the full prefill sensitivity analysis pipeline for reward hacking indicators. Use when evaluating how susceptible model checkpoints are to exploit-eliciting prefills, computing token-based trajectories, or comparing logprob vs token-count as predictors of exploitability.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Machine learning development patterns, model training, evaluation, and

85
Jan 19, 2026, 04:39 AM

by aiskillstore

>-

85
Jan 19, 2026, 04:39 AM

by aiskillstore

This skill should be used when the user asks to "read my emails", "send an email", "compose email", "check my calendar", "get calendar events", "create a meeting", "schedule an event", "add calendar event", "search emails", "list mail folders", "show unread messages", "what meetings do I have", "fetch emails from Microsoft", "access Outlook", or mentions Microsoft Graph, Office 365 email, or Outlook calendar integration.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Prevents 30+ critical AI/ML mistakes including data leakage, evaluation errors, training pitfalls, and deployment issues. Use when working with ML training, testing, model evaluation, or deployment.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Write and run tests for React Native apps using Jest and React Native Testing Library. Use when creating tests, debugging failures, or setting up test infrastructure.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Nano Banana by BlockRun - Generate images using Google's Nano Banana via x402 micropayments. Use when the user asks to generate, create, draw, or make images. Pay-per-request via USDC on Base, no API keys needed.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Monitor UniFi network infrastructure including sites, devices, and system health. Diagnose connectivity issues, track device performance, and generate network diagnostics.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

A conceptual skill for integrating Better Auth with Next.js App Router

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps.Use when working on Next.js applications, debugging routing, or inspecting app structure.NOT for general React or non-Next.js projects.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Guía completa de voz de marca NGX "Verdad Directa" con modos de comunicación, adaptación por audiencia y ejemplos aprobados

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Criterios de evaluación para auditorías de funnel NGX, incluyendo checklist visual, UX, copy y conversión

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Framework completo para venta de HYBRID. Use para calificar leads, preparar llamadas de venta, manejar objeciones y analizar pipeline.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Structured logging, metrics, distributed tracing, and alerting strategies

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Create and manage Omarchy desktop themes. Use when working with colors.toml, terminal themes (Alacritty/Kitty/Ghostty), Hyprland colors, Waybar styling, btop themes, or theme installation/removal.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Full-stack performance analysis, optimization patterns, and monitoring strategies

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Angular 21+ standalone/Material/signal conventions for Perigon WebApp

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Blockchain RPC error handling, gas estimation, multi-chain config, and transaction management. Use when interacting with smart contracts, estimating gas, or managing transactions. Triggers on: RPC, contract call, gas, multicall, nonce, transaction, revert.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Drizzle ORM patterns and migration safety rules. Use when defining schemas, running migrations, or debugging database issues. Triggers on: Drizzle, schema, migration, db:push, $inferSelect, array column.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Express API conventions and storage patterns. Use when building REST APIs, defining routes, or implementing storage interfaces. Triggers on: Express, router, API route, status code, storage interface.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Security patterns for session keys, caching, logging, and environment variables. Use when implementing authentication, caching sensitive data, or setting up logging. Triggers on: session key, private key, cache, logging, secrets, environment variable.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

TanStack Query v5 patterns and common pitfalls. Use when implementing data fetching, cache invalidation, or debugging stale data issues. Triggers on: useQuery, useMutation, queryKey, invalidate, TanStack, React Query.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Auto-loaded context for Portfolio Buddy 2 development. Use for ANY task involving: React 19 development, TypeScript, portfolio analysis features, metrics calculations, trading strategy comparison, or working with the Portfolio Buddy 2 codebase. Contains tech stack, known issues, and architectural constraints.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Use when the user asks for recommendations, next steps, best approaches, or “what should I do” guidance to achieve a goal or fix a problem.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Design reusable prompt templates that encode domain-specific patterns for recurring AI tasks.Use when you've executed similar prompts 2+ times and need to capture the pattern as reusableintelligence. NOT for one-off prompts or generic "ask AI a question" patterns.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Skill for managing model provider priorities with authentication (OAuth/Subscription/API), usage limits, and automatic fallback across all major AI providers

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Alembic migration patterns for PostgreSQL. Use when creating migrations, reviewing autogenerated migrations, or handling schema changes safely.

85
Jan 19, 2026, 04:39 AM

pydantic

Testing

by aiskillstore

Data validation and settings management using Python type annotations with Pydantic v2

85
Jan 19, 2026, 04:39 AM

pytest

Testing

by aiskillstore

Python testing framework for writing simple, scalable, and powerful tests

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Python FastAPI development with uv package manager, modular project structure, SQLAlchemy ORM, and production-ready patterns.

85
Jan 19, 2026, 04:39 AM

quality

Testing

by aiskillstore

Code quality validation, formatting, linting, and pre-commit checks.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Checkpoint framework and validation rules for all agents. Ensures quality gates are passed at every stage of development.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Lightning-fast quality check using parallel command execution. Runs theater detection, linting, security scan, and basic tests in parallel for instant feedback on code quality.

85
Jan 19, 2026, 04:39 AM