Logo
Agent Skills Guide

Testing

Kotlin Tooling Standards

@hoangnguyen0403/agent-skills-standard

320

Build tools (Gradle KTS), Static Analysis (Detekt), and Testing standards. Use when configuring Gradle KTS build scripts, Detekt rules, or Kotlin build tooling.

Software Development

Android Testing

@hoangnguyen0403/agent-skills-standard

320

Standards for Unit Tests, UI Tests (Compose), and Hilt Integration. Use when writing unit tests, Compose UI tests, or Hilt test modules in Android.

Software Development

verify

@mcsdodo/kniha-jazd

Use before claiming work is complete - runs tests, checks git status, verifies changelog

Software Development

stagehand

@majiayu000/claude-skill-registry-data

2

Stagehand automation patterns and best practices. Scripted browser flows, data seeding, and test orchestration. Trigger: When automating browser flows or test setup with Stagehand.

Software Development

code-check

@rp1-run/rp1

11

Fast code hygiene validation (lints, formatters, tests, coverage) for quick development loop feedback.

Software Development

verify

@pierreb-devkit/vue

20

Run the quality loop (lint + test + build) to verify code quality and correctness. Use after making any code changes, before committing, or when asked to check/verify the project works.

Software Development

pentest-vuln-verify-test

@jd-opensource/joysafeter

173

通过原始 HTTP 请求操作和严格验证自动验证 Web 漏洞(开放重定向、XSS)。

DevOps & Infrastructure

coding.update_expected_vars

@causify-ai/helpers

143

Run failing tests and update expected variables to match actual output from pytest

Software Development

engram-testing-coverage

@gentleman-programming/engram

1240

TDD and coverage standards for Engram. Trigger: When implementing behavior changes in any package.

Software Development

playwright-browser-navigate-back

@majiayu000/claude-skill-registry-data

2

To go back in browser history, navigate to the previous page from the current page.

Software Development

snapshot-testing

@majiayu000/claude-skill-registry-data

2

Snapshots are useful for detecting unintended UI changes but shouldn't be the only testing strategy Use when writing and organizing tests. Testing category skill.

Software Development

testing

@egavrin/devagent

Keep DevAgent changes paired with focused verification and only the necessary test updates.

Software Development

workload-regression-maintainer

@doljae/kotlin-logging-extensions

5

Maintain realistic workload examples and regression tests that verify generated log extension behavior across edge cases.

Software Development

pest-testing

@erinrugas/artisan-agents

1

Writes and maintains test suites with a project-appropriate framework. Use when adding or fixing unit/feature/integration/e2e tests and release gates.

Software Development

desktop-quality-gates

@nachobasilio/athenea-desktop

5

Ejecutar compuertas minimas de calidad para la app desktop y detectar desviaciones de configuracion.

Software Development

qa-enforcer

@nexypy/nexy

4

Enforces ≥95% coverage on critical modules and adds missing tests. Invoke before merges or after significant changes.

Software Development

http-testing

@agenticdevops/aof

13

HTTP API testing and debugging

Software Development

Auggie

@hivellm/rulebook

10

Tool: TDD mode and intelligent refactoring

Software Development

api-testing

@vspo-lab/vspo-portal

21

Build API client tests with Vitest and MockHandler. Validate OpenAPI contract compliance with table-driven tests and minimal mocks.

Software Development

nostrstack-lightning

@majiayu000/claude-skill-registry-data

2

Lightning/LNbits integration for nostrstack, including regtest flows, staging/prod config, observability, and payment/zap behavior. Use when editing payment flows, Lightning provider code, or running LNbits-related tests.

Software Development

contract-checker

@majiayu000/claude-skill-registry-data

2

Validates contract JSON Schemas and fixtures, fails fast on breaking format issues.

Software Development

playwright

@diegosouzapw/awesome-omni-skill

4

Playwright E2E testing patterns and best practices. Cross-browser automation, selectors, fixtures, and CI integration. Trigger: When writing or running end-to-end tests with Playwright.

Software Development

testing

@diegosouzapw/awesome-omni-skill

4

Guide for testing practices and frameworks

Software Development

contrast-solver-helper

@majiayu000/claude-skill-registry-data

2

Implement APCA/WCAG2 contrast requirements and solver behavior per src/planning/spec-v0.3.md and src/planning/roadmap-v0.3.md, with minimal tests.

Software Development

react-testing-library

@majiayu000/claude-skill-registry-data

2

React Testing Library patterns and best practices. User-centric testing, queries, events, and assertions. Trigger: When testing React components with RTL.

Software Development

xcodebuildmcp

@majiayu000/claude-skill-registry-data

2

Build/test Xcode projects via the XcodeBuildMCP MCP server using a local CLI wrapper for pi (no MCP support). Use when the user mentions Xcode, xcodebuild, iOS builds/tests, or XcodeBuildMCP.

Software Development

ab-testing-infrastructure

@majiayu000/claude-skill-registry-data

2

Build high-integrity experimentation frameworks within React applications.

Software Development

ticket

@majiayu000/claude-skill-registry-data

2

Work a GitHub issue -- validate, test, plan, implement, report

Software Development

tdd

@cmnemoi/intrusion

How to work on a feature or a bugfix

Software Development

testing-with-vitest

@chipikaf/vizcraft

3

Testing patterns used in VizCraft: small focused Vitest suites, deterministic state, numeric assertions for animation, and avoiding brittle DOM coupling. Use when adding tests or refactoring behavior.

Software Development

perf-guard

@nexypy/nexy

4

Runs perf benchmarks and enforces ≤5% regression gate. Invoke before merges, in CI, or after performance-sensitive changes.

Software Development

playwright

@enactprotocol/enact

17

Browser automation tool using Playwright - captures screenshots and extracts content from web pages

Software Development

lint

@udecode/plate-template

57

Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.

Software Development

rubycritic

@majiayu000/claude-skill-registry-data

2

Integrate RubyCritic to analyze Ruby code quality and maintain high standards throughout development. Use when working on Ruby projects to check code smells, complexity, and duplication. Triggers include creating/editing Ruby files, refactoring code, reviewing code quality, or when user requests code analysis or quality checks.

Software Development

python-expert

@xthecapx/qiskit-qward

2

Expert Python development skill for scientific library design and best practices. Use when writing Python code, designing APIs, creating Pydantic schemas, building abstract base classes, implementing design patterns (Strategy, Factory, Observer), writing type-safe code with type hints, structuring Python packages, creating tests with pytest, managing dependencies, optimizing performance, or following PEP conventions. Tailored for the QWARD Qiskit extension library.

Software Development

performance-audit

@speedoa1/everything-opencode

6

Comprehensive performance audit workflow for web applications

Software Development

testing-for-open-redirect-vulnerabilities

@mukul975/anthropic-cybersecurity-skills

28

Identify and test open redirect vulnerabilities in web applications by analyzing URL redirection parameters, bypass techniques, and exploitation chains for phishing and token theft.

Software Development

msw

@anivar/msw-skill

1

MSW (Mock Service Worker) v2 best practices, patterns, and API guidance for API mocking in JavaScript/TypeScript tests and development. Covers handler design, server setup, response construction, testing patterns, GraphQL, and v1-to-v2 migration. Baseline: msw ^2.0.0. Triggers on: msw imports, http.get, http.post, HttpResponse, setupServer, setupWorker, graphql.query, mentions of "msw", "mock service worker", "api mocking", or "msw v2".

Software Development

recon

@franco-bianco/claude-skills

3

Systematically discover alternative endpoints, bypasses, and undocumented access paths on a target platform. Use after the normal flow works to find simpler or more efficient approaches.

Software Development

code-review

@majiayu000/claude-skill-registry-data

2

Use after completing tasks to review code for quality and spec compliance. Two-stage review: Spec Compliance first, then Code Quality.

Software Development

roast

@diegosouzapw/awesome-omni-skill

4

Multi-perspective UI/UX roasting workflow with iterative improvement cycles

Software Development

symfony:doctrine-fixtures-foundry

@majiayu000/claude-skill-registry-data

2

Create test data with Foundry factories; define states, sequences, and relationships for realistic fixtures

Software Development

robotframework-restinstance-skill

@majiayu000/claude-skill-registry-data

2

Guide AI agents in creating REST API tests using RESTinstance library. Use when building API tests with JSON Schema validation, built-in assertions, response field validation, and OpenAPI spec integration.

Software Development

speckit.analyze

@compnew2006/spec-kit-antigravity-skills

25

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

Software Development

agent-browser

@kivo360/omoios

36

Headless browser automation CLI for AI agents. Use for web scraping, testing, form filling, screenshots, and any browser interaction. Triggers: "browse", "open website", "click button", "fill form", "screenshot", "scrape", "test login flow", "automate browser", "web automation".

Software Development

init-agent

@vlad-ryzhkov/ai-qa-workshop-feb19

19

Генерирует qa_agent.md — должностную инструкцию для AI с культурой QA-команды, принципами и anti-patterns. Используй при настройке AI под проект, онбординге новых AI-агентов или стандартизации подходов к тестированию. Не используй для редактирования существующего qa_agent.md — правь вручную.

Software Development

claude-code-review

@datarecce/recce

446

Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then posts findings as a PR comment and formal GitHub review.

Software Development

dashboard

@majiayu000/claude-skill-registry-data

2

Use when reading, editing, or creating files in dlt/_workspace/helpers/dashboard/ or tests/workspace/helpers/dashboard/ or tests/e2e/

Software Development

iterate-pr

@lingxling/awesome-skills-cn

9

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

Software Development

parallel-workload

@materializeinc/materialize

6247

This skill should be used when the user wants to extend the parallel-workload test framework, add a new action, modify existing actions, or add SQL coverage to parallel workload. Trigger when the user mentions "parallel workload", "parallel-workload", "action.py" in the context of parallel workload, or wants to test for panics or unexpected query errors under concurrency. Use this skill even if the user just says "add this to parallel workload" or references a bug that panics under concurrent DDL/DML.

Software Development