Testing

Unit tests, integration tests, test automation

Showing 1729-1752 of 5904 skills
existential-birds

llm-judge

by existential-birds

LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality, security, test quality, overengineering, and dead code using weighted rubrics. Used by /beagle:llm-judge command.

Database 79 7mo ago
personamanagmentlayer

linkerd-expert

by personamanagmentlayer

Expert-level Linkerd service mesh management, traffic control, reliability, and production operations

CLI Tools 40 7mo ago
dykyi-roman

bug-regression-preventer

by dykyi-roman

Regression prevention checklist for bug fixes. Ensures API compatibility, behavior preservation, and no unintended side effects.

Processing 96 6mo ago
dykyi-roman

analyze-ci-logs

by dykyi-roman

Analyzes CI/CD pipeline logs to identify failure causes. Parses error messages, detects common failure patterns, and provides fix recommendations.

CI/CD 96 6mo ago
dykyi-roman

check-class-length

by dykyi-roman

Analyzes PHP code for class length issues. Detects classes exceeding 300 lines, God class indicators, cohesion issues, SRP violations.

Code Review 96 6mo ago
dykyi-roman

analyze-test-coverage

by dykyi-roman

Analyzes PHP codebase for test coverage gaps. Detects untested classes, methods, branches, exception paths, and edge cases. Provides actionable recommendations.

Code Gen 96 6mo ago
smallnest

Playwright Browser Automation

by smallnest

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

Automation 300 9mo ago
auth0

auth0-vue

by auth0

Use when adding authentication to Vue.js 3 applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-vue SDK for SPAs with Vite or Vue CLI

Auth 44 7mo ago
auth0

auth0-angular

by auth0

Use when adding authentication to Angular applications with route guards and HTTP interceptors - integrates @auth0/auth0-angular SDK for SPAs

API Dev 44 7mo ago
auth0

auth0-express

by auth0

Use when adding authentication to Express.js server-rendered web applications with session management - integrates express-openid-connect for traditional web apps

API Dev 44 6mo ago
auth0

auth0-react

by auth0

Use when adding authentication to React applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-react SDK for SPAs with Vite or Create React App

Auth 44 7mo ago
iliaal

testing-laravel

by iliaal

Writes and reviews Laravel tests using PHPUnit. Use when "write tests", "add tests", "review tests", "check tests", "phpunit", "laravel test", "feature test", "unit test", "mock", "factory", or testing/reviewing controllers, models, services, actions, jobs, artisan commands, or API endpoints.

API Dev 39 6mo ago
mrgoonie

backend-development

by mrgoonie

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.

Auth 2.2K 9mo ago
mrgoonie

Google ADK Python Skill

by mrgoonie

Remember: ADK treats agent development like traditional software engineering - use version control, write tests, and follow engineering best practices.

Agents 2.2K 10mo ago
alexandru

akka-streams

by alexandru

Scala reactive streaming with Akka Streams and Pekko Streams. Use for dataflow and reactive programming patterns, testing stream components, and understanding when NOT to use streams (prefer plain functions for transformations and I/O).

Debugging 50 7mo ago
paid-tw

newebpay

by paid-tw

Provides NewebPay integration overview and guides users to the appropriate skill. Use when starting NewebPay integration, setting up environment, or needing general guidance about 藍新金流.

API Dev 274 7mo ago
peterbamuhigire

Skill: Spec Architect

by peterbamuhigire

Last Updated: 2026-02-20

Code Gen 25 6mo ago
LangConfig

python-testing

by LangConfig

"Expert guidance for writing Python tests with pytest and unittest. Use when writing tests, debugging test failures, or improving test coverage for Python projects."

Auth 60 8mo ago
flowglad

resolve-checks

by flowglad

Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.

CI/CD 1.7K 7mo ago
wentout

mnemonica-core

by wentout

Instance inheritance system for JavaScript/TypeScript using prototype chains. Use when the user mentions mnemonica, define(), prototype inheritance, TypeRegistry, lookupTyped, tactica, instance inheritance, or when working with the mnemonica core library. Covers: define() patterns, type-safe lookup with tactica, Proxy-based architecture, hook system, async constructors, strict chain validation, and 100% test coverage requirements.

Design 41 4mo ago
tdimino

atk-ux-research

by tdimino

Conduct comprehensive UX research for America's Test Kitchen across any feature area (recipes, equipment, subscription, app experience, billing, etc.). Uses Exa Search, Firecrawl, Perplexity MCP, and Reddit JSON API to gather user feedback from app stores, Reddit, Trustpilot, BBB, and other review sources. Outputs structured research reports with quantitative metrics and qualitative themes.

Academic 41 6mo ago
tdimino

super-ralph-wiggum

by tdimino

Super Ralph Wiggum - autonomous iteration loops with templates, PRD support, progress tracking, and browser testing. This skill should be used when running Claude Code in autonomous loops for test coverage improvement, PRD-based feature development, documentation generation, dataset creation, lint fixing, code cleanup, or framework migrations. Combines the plugin's in-session loop mechanism with specialized templates and best practices from Geoffrey Huntley, Ryan Carson, and AI Hero.

Code Gen 41 6mo ago
tdimino

claude-md-manager

by tdimino

Create, audit, and maintain CLAUDE.md documentation files that configure Claude Code for projects. Use this skill when (1) initializing a new project with Claude Code configuration, (2) reviewing or improving existing CLAUDE.md files, (3) organizing project instructions using progressive disclosure patterns, (4) converting repeated instructions into permanent documentation, or (5) setting up agent_docs/ structures for larger codebases. Handles the WHAT/WHY/HOW framework, conciseness optimization, and file import patterns.

File Ops 41 6mo ago
hylarucoder

hai-tdd

by hylarucoder

Drives implementation through a strict red-green-refactor loop and produces a filled-in test-evidence report (target behavior, the failing RED test + why it failed for the right reason, the minimal GREEN implementation, the refactor decision, and verification commands). Use whenever the user implements a feature, fixes a bug, changes or protects behavior, refactors, or asks to add/write a test or unit test — even when they never say "TDD". Trigger on TDD, test-driven development, test first, red-green-refactor, tdd this, do it test first, add test coverage, unit test for this; and on 红绿重构, 先写测试, 用测试驱动开发, 写测试, 加测试, 补个测试, 单元测试, 给这个写个测试, 测一下, 帮我测; plus the regression-safety intent — refactor without breaking behavior, 确保不回归, 别改坏了, 保证行为不变.

Design 281 3mo ago