Testing
Page 7 of 13
Browse skills in this category.
by shapeshift
Publishes hdwallet packages locally to verdaccio and updates them in the web repo. Use when you need to publish hdwallet locally, publish to verdaccio, run the verdaccio publish pipeline, or test hdwallet changes locally.
wheels-anti-pattern-detector
Testingby wheels-dev
Automatically detect and prevent common Wheels framework errors before code is generated. This skill activates during ANY Wheels code generation (models, controllers, views, migrations) to validate patterns and prevent known issues. Scans for mixed arguments, query/array confusion, non-existent helpers, and database-specific SQL.
wheels-deployment
Testingby wheels-dev
Configure Wheels applications for production deployment with security hardening, performance optimization, and environment-specific settings. Use when preparing for production, configuring servers, or hardening security.
wheels-email-generator
Testingby wheels-dev
Generate email functionality including mailer controllers, email templates, and configuration. Use when sending emails, creating notifications, or implementing transactional emails. Ensures proper email structure, layouts, and testing.
wheels-migration-generator
Testingby wheels-dev
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
wheels-model-generator
Testingby wheels-dev
Generate Wheels ORM models with proper validations, associations, and methods. Use when the user wants to create or modify a Wheels model, add validations, define associations (hasMany, belongsTo, hasManyThrough), or implement custom model methods. Prevents common Wheels-specific errors like mixed argument styles and ensures proper CFML syntax.
wheels-test-generator
Testingby wheels-dev
Generate TestBox BDD test specs for Wheels models, controllers, and integration tests. Use when creating tests for models (validations, associations), controllers (actions, filters), or integration workflows. Ensures comprehensive test coverage with proper setup/teardown and Wheels testing conventions.
stock-analyzer
TestingProvides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
e2e-playwright-testing
Testingby mattermost
Comprehensive end-to-end test creation, and management. You MUST activate this skill when the user mentions "e2e", "end-to-end", "playwright", or any work involving the `e2e/` folder.
using-orchestration
Testingby mbruhler
Use when user has complex multi-agent workflows, needs to coordinate sequential or parallel agent execution, wants workflow visualization and control, or mentions automating repetitive multi-agent processes - guides discovery and usage of the orchestration system
using-templates
Testingby mbruhler
Use and customize workflow templates for common scenarios. Use when user wants to use a template, asks about available templates, or wants to customize existing workflows.
remembering-conversations
Testingby obra
Use when user asks 'how should I...' or 'what's the best approach...' after exploring code, OR when you've tried to solve something and are stuck, OR for unfamiliar workflows, OR when user references past work. Searches conversation history.
api-design
Testingby Leavesfly
RESTful API design best practices and conventions guide
push
Testingby Prorise-cool
Comprehensive Git push operations including basic push, force push safety protocols, tag pushing, remote management, and troubleshooting. Use when pushing commits, managing remotes, pushing tags, resolving push conflicts, handling rejected pushes, or dealing with force push scenarios. Covers push strategies, branch protection, upstream configuration, and push --force-with-lease best practices.
grepai
Testingby yoanbernabeu
Replaces ALL built-in search tools. You MUST invoke this skill BEFORE using WebSearch, Grep, or Glob. NEVER use the built-in Grep tool - use `grepai` instead.
refactor-project
Testingby FradSer
This skill should be used when the user asks for project-wide refactoring, cross-file simplification, consistency standardization across the codebase, duplication reduction, or invokes `/refactor-project`.
core-development
Testingby aiskillstore
Work on the core package (types, validation, normalization, diff). Use when modifying DSL processing logic or data flow.
checkin
Testingby Spacehunterz
Load and review Emergent Learning Framework context, institutional knowledge, golden rules, and recent session history. Runs the checkin workflow interactively with banner, context loading, and dashboard/multi-model prompts.
roborevaddress
Testingby wesm
Address findings from a roborev code review by fetching the review and making necessary code changes
roborevaddress
Testingby wesm
Address findings from a roborev code review by fetching the review and making necessary code changes
roborevrespond
Testingby wesm
Add a comment to a roborev code review and mark it as addressed
roborevrespond
Testingby wesm
Add a comment to a roborev code review and mark it as addressed
agent-recorder-fixtures
Testingby SwiftedMind
Record real OpenAI/Anthropic HTTP back-and-forth (requests + responses, including streaming text/event-stream) and print paste-ready Swift fixtures for SwiftAgent unit tests (ReplayHTTPClient) using the AgentRecorder CLI or HTTPReplayRecorder. Use when adding/updating any provider adapter tests (text, streaming, structured outputs, tool calls), when payload formats change, or when debugging agent loop mismatches by inspecting recorded JSON/SSE payloads.
ruthless-refactorer
Testingby galz10
Expertise in Senior Principal Engineering refactoring. Use when you need to eliminate technical debt, remove "AI Slop," simplify complex logic, and ensure DRY code.
ctf-testing
Testingby learntocloud
Deploy and test Linux CTF challenges across cloud providers (AWS, Azure, GCP). Use when testing CTF setup, validating challenges work correctly, running the full test suite, verifying services survive VM reboots, or after creating new challenges.
nix-packaging
TestingPackage new software or update existing packages using Nix
workspace-tools
Testingby pheuter
Utilities for inspecting the local project workspace (list files, spot large folders, and determine where to focus).
decision-graph-analyzer
Testingby blueman82
Query and analyze the AI Counsel decision graph to find past deliberations, identify patterns, and debug memory issues
web3-research
Testingby XSpoonAi
Web3, cryptocurrency, and blockchain research skill for comprehensive crypto market and technology analysis
dry-refactoring
Testingby YYH211
Guides systematic code refactoring following the DRY (Don't Repeat Yourself) principle. Use when user asks to eliminate code duplication, refactor repetitive code, apply DRY principle, or mentions code smells like copy-paste, magic numbers, or repeated logic. Implements a 4-step workflow from identifying repetition to verified refactoring.
accessibility
Testingby jezweb
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions.Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
ben-agent-email
Testingby different-ai
Canonical Resend inbox for [email protected]
clerk-auth
Testingby jezweb
Clerk auth with API Keys beta (Dec 2025), Next.js 16 proxy.ts, API version 2025-11-10 breaking changes, clerkMiddleware() options, webhooks, and component reference. Use when: API keys for users/orgs, Next.js 16 middleware filename, troubleshooting JWKS/CSRF/JWT errors, webhook verification, or testing with 424242 OTP.
cloudflare-turnstile
Testingby jezweb
Add bot protection with Turnstile (CAPTCHA alternative). Use when: protecting forms, securing login/signup, preventing spam, migrating from reCAPTCHA, integrating with React/Next.js/Hono, implementing E2E tests, or debugging CSP errors, token validation failures, or error codes 100*/300*/600*.
cloudflare-workflows
Testingby jezweb
Build durable workflows with Cloudflare Workflows (GA April 2025). Features step.do, step.sleep, waitForEvent, Vitest testing, automatic retries, and state persistence for long-running tasks.Use when: creating workflows, implementing retries, or troubleshooting NonRetryableError, I/O context, serialization errors.
debug-prod-issues
Testingby different-ai
Debug production issues on Vercel using logs, database inspection, and proper deployment waiting
oauth-integrations
Testingby jezweb
Implement OAuth 2.0 authentication with GitHub and Microsoft Entra (Azure AD) in Cloudflare Workersand other edge environments. Covers provider-specific quirks, required headers, scope requirements,and token handling without MSAL.Use when: implementing GitHub OAuth, Microsoft/Azure AD authentication, handling OAuth callbacks,or troubleshooting 403 errors in OAuth flows.
playwright-local
Testingby jezweb
Build browser automation and web scraping with Playwright on your local machine. Includes stealth mode for anti-bot bypass, authenticated sessions, infinite scroll handling, screenshot/PDF generation, and residential IP advantages.Use when: automating browsers, scraping protected sites, testing with real IPs, bypassing bot detection, generating screenshots/PDFs, or troubleshooting "target closed", "element not found", or "navigation timeout" errors.
responsive-images
Testingby jezweb
Implement performant responsive images with srcset, sizes, lazy loading, and modern formats (WebP, AVIF). Covers aspect-ratio for CLS prevention, picture element for art direction, and fetchpriority for LCP optimization.Use when: adding images to pages, optimizing Core Web Vitals, preventing layout shift, implementing art direction, or converting to modern formats.
test-staging-branch
Testingby different-ai
Test feature branches on Vercel preview deployments using Chrome automation and Gmail OTP
vercel-dns
Testingby different-ai
Manage DNS records for domains hosted on Vercel using the Vercel CLI
release-rollback
TestingRollback a failed release by deleting tags and reverting version changes. Use when a release fails, needs to be cancelled, or when reverting a problematic release.
adcp-signals
TestingExecute AdCP Signals Protocol operations with signal agents - discover audience signals using natural language and activate them on DSPs or sales agents. Use when users want to find targeting data, activate audience segments, or work with signal providers.
api-contract-design
Testingby rsmdt
REST and GraphQL API design patterns, OpenAPI/Swagger specifications, versioning strategies, and authentication patterns. Use when designing APIs, reviewing API contracts, evaluating API technologies, or implementing API endpoints.
drift-detection
Testingby rsmdt
Detect divergence between specifications and implementation during development.Use during implementation phases to identify scope creep, missing features,contradictions, or extra work not in spec. Logs drift decisions to spec README.
implementation-verification
Testingby rsmdt
Validate implementation against specifications (PRD/SDD/PLAN). Use whenverifying specification compliance, checking interface contracts, validatingarchitecture decisions, detecting deviations, or ensuring implementationsmatch documented requirements. Provides structured compliance reporting.
observability-design
Testingby rsmdt
Monitoring strategies, distributed tracing, SLI/SLO design, and alerting patterns. Use when designing monitoring infrastructure, defining service level objectives, implementing distributed tracing, creating alert rules, building dashboards, or establishing incident response procedures. Covers the three pillars of observability and production readiness.
security-assessment
Testingby rsmdt
Vulnerability review, threat modeling, OWASP patterns, and secure coding assessment. Use when reviewing code security, designing secure systems, performing threat analysis, or validating security implementations.
support-ticket-triage
Testingby ComposioHQ
Triage customer support tickets/emails/chats into categories, priority, and next action; draft responses and create reproducible steps; use for Zendesk/Intercom/Help Scout exports or pasted threads.
task-delegation
Testingby rsmdt
Generate structured agent prompts with FOCUS/EXCLUDE templates for task delegation. Use when breaking down complex tasks, launching parallel specialists, coordinating multiple agents, creating agent instructions, determining execution strategy, or preventing file path collisions. Handles task decomposition, parallel vs sequential logic, scope validation, and retry strategies.
tech-stack-detection
Testingby rsmdt
Auto-detect project tech stacks (React, Vue, Express, Django, etc.). Recognize package managers and configuration patterns. Use when starting work on any project or providing framework-specific guidance.
user-insight-synthesis
Testingby rsmdt
Interview techniques, persona creation, journey mapping, and usability testing patterns. Use when planning research, conducting user interviews, creating personas, mapping user journeys, or designing usability tests. Essential for user-research, requirements-analysis, and interaction-architecture agents.
user-research
Testingby rsmdt
User interview techniques, persona creation, journey mapping, and research synthesis patterns. Use when planning research studies, conducting interviews, creating personas, or translating research findings into actionable design recommendations.
frontendtechnical-spec
Testingby shinpr
Defines frontend environment variables, component design, and data flow patterns. Use when configuring React environment.
frontendtechnical-spec
Testingby shinpr
フロントエンドの環境変数、コンポーネント設計、データフローを定義。React環境設定時に使用。
frontendtypescript-testing
Testingby shinpr
React Testing LibraryとMSWでテストを設計。コンポーネントテストパターンを適用。
implementation-approach
Testingby shinpr
実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。機能の実装計画時に使用。
integration-e2e-testing
Testingby shinpr
統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。E2Eテスト、統合テスト作成時に使用。
project-context
Testingby shinpr
Provides project-specific prerequisites for AI execution accuracy. Use when checking project structure.
technical-spec
Testingby shinpr
Defines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
technical-spec
Testingby shinpr
環境変数、アーキテクチャ設計、ビルド・テストコマンドを定義。環境設定、アーキテクチャ設計時に使用。
typescript-testing
Testingby shinpr
Vitestテスト設計と品質基準を適用。カバレッジ要件とモック使用ガイドを提供。ユニットテスト作成時に使用。
skillshare
Testingby runkids
Manages and syncs skills across AI CLI tools (Claude, Cursor, Codex) from a single source of truth. Use when asked to "sync my skills", "pull skills", "show skillshare status", "list my skills", "install a skill", or manage skill targets.