Claude Code Skills · page 115
Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.
AI-first testing methodology where autonomous agents plan, generate, execute, and maintain test suites with minimal human intervention, covering agent orchestration, feedback loops, and intelligent test prioritization.
PramodDutta/qaskillsInstallComprehensive evaluation patterns for AI agents including multi-turn conversation testing, LLM-as-judge frameworks, benchmark suites, regression detection, and systematic eval pipelines for measuring agent quality and safety.
PramodDutta/qaskillsInstallTesting machine learning models including accuracy validation, bias detection, drift monitoring, A/B testing, and model regression testing.
PramodDutta/qaskillsInstallSystematic patterns for prompting AI coding agents to generate high-quality tests including prompt engineering for test creation, coverage-driven generation, mutation-aware testing, and review checklists for AI-generated test code.
PramodDutta/qaskillsInstallAI-powered test orchestration skill covering intelligent test selection, risk-based test prioritization, flaky test management, test impact analysis, parallel execution optimization, and predictive test failure detection using machine learning.
PramodDutta/qaskillsInstallTesting monitoring and alerting configurations including threshold validation, alert routing, escalation policies, and false-positive rate monitoring.
PramodDutta/qaskillsInstallConfigure and generate rich Allure test reports with test categorization, historical trends, environment details, and CI/CD integration for comprehensive test visibility
PramodDutta/qaskillsInstallAdvanced Allure test reporting with custom categories, environment info, test history trends, flaky test detection, and CI/CD dashboard integration.
PramodDutta/qaskillsInstallSimulate aggressive user behavior patterns including rapid clicking, random navigation, form abuse, tab spamming, and unexpected interaction sequences to find UI resilience issues
PramodDutta/qaskillsInstallAngular application testing with TestBed, component harness, service testing, directive testing, and Angular-specific testing utilities.
PramodDutta/qaskillsInstallAutomated detection of breaking API changes including response format changes, removed endpoints, type changes, and deprecation enforcement.
PramodDutta/qaskillsInstallValidate API responses against OpenAPI/Swagger specifications, JSON Schema definitions, and consumer-driven contracts to prevent breaking changes
PramodDutta/qaskillsInstall- API Fuzzing145
API endpoint fuzzing for discovering unexpected behaviors, crashes, and security vulnerabilities through malformed requests, boundary values, and protocol violations.
PramodDutta/qaskillsInstall API gateway testing skill covering rate limiting validation, request routing, authentication proxy testing, load balancing verification, circuit breaker testing, and gateway configuration validation for Kong, Envoy, and AWS API Gateway.
PramodDutta/qaskillsInstallTesting API rate limiting implementations including throttling behavior, burst handling, rate limit headers, and distributed rate limiting patterns.
PramodDutta/qaskillsInstallTesting API schema evolution patterns including additive changes, field deprecation, type widening, and backward-compatible migration strategies.
PramodDutta/qaskillsInstallComprehensive API security testing based on OWASP API Security Top 10 including broken authentication, injection attacks, rate limiting, BOLA/BFLA vulnerabilities, and automated security scanning with ZAP and custom scripts.
PramodDutta/qaskillsInstallAutomatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge cases
PramodDutta/qaskillsInstallComprehensive RESTful API testing patterns covering HTTP methods, status codes, request/response validation, authentication, error handling, and contract testing.
PramodDutta/qaskillsInstallTesting API versioning strategies including URL path, header, and query parameter versioning with backward compatibility validation.
PramodDutta/qaskillsInstallMobile application testing skill using Appium for iOS and Android, covering device capabilities, selectors, gestures, and cross-platform testing strategies.
PramodDutta/qaskillsInstallApproval testing methodology using ApprovalTests library for verifying complex outputs against human-approved results with diff-based review.
PramodDutta/qaskillsInstallTesting augmented and virtual reality applications including spatial tracking, gesture recognition, performance on headsets, and motion sickness testing.
PramodDutta/qaskillsInstallWrite and run Artillery load tests with YAML phases and scenarios, CSV data payloads, the expect plugin for functional checks, and ensure thresholds that fail CI when latency or error budgets are breached.
PramodDutta/qaskillsInstallComprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.
PramodDutta/qaskillsInstallComprehensive authentication and authorization bypass testing including session hijacking, privilege escalation, JWT manipulation, and access control verification
PramodDutta/qaskillsInstallComprehensive authentication testing including login flows, password policies, MFA, session management, account lockout, and SSO integration.
PramodDutta/qaskillsInstallRole-based and attribute-based access control testing including permission matrices, privilege escalation prevention, and resource-level authorization.
PramodDutta/qaskillsInstallAccessibility testing skill using axe-core and Playwright for automated WCAG 2.1 compliance auditing, custom rules, and accessibility reporting.
PramodDutta/qaskillsInstallTesting library backward compatibility including public API surface verification, semver compliance, TypeScript type compatibility, and migration path validation.
PramodDutta/qaskillsInstallBehavior-Driven Development skill using Cucumber, covering feature files, step definitions, Gherkin best practices, data tables, scenario outlines, and hooks.
PramodDutta/qaskillsInstallBehavior-Driven Development with Gherkin syntax, step definitions, scenario outlines, data tables, and living documentation generation.
PramodDutta/qaskillsInstallPHP BDD testing with Behat framework using Gherkin feature files, Mink browser extension, context classes, and Symfony integration for behavior-driven acceptance testing.
PramodDutta/qaskillsInstallPython BDD testing with Behave framework using Gherkin feature files, step definitions, environment hooks, and Selenium integration for behavior-driven acceptance testing.
PramodDutta/qaskillsInstallSmart contract testing with Hardhat, Foundry, and Brownie including unit tests, gas optimization, reentrancy checks, and fork testing.
PramodDutta/qaskillsInstallGenerate boundary value test cases for numeric ranges, string lengths, date ranges, collection sizes, and domain-specific constraints using systematic analysis techniques
PramodDutta/qaskillsInstallTesting browser extensions including content script injection, background worker testing, popup UI testing, storage API testing, and cross-browser compatibility.
PramodDutta/qaskillsInstallCLI tool for persistent browser automation with multi-session support, featuring Chromium/Real/Remote browser modes, cookie management, JavaScript execution, and long-running automation workflows.
PramodDutta/qaskillsInstallCloud-based cross-browser and cross-device testing with BrowserStack including Automate, App Automate, Percy visual testing, Observability, and integration with Playwright, Selenium, and CI/CD pipelines.
PramodDutta/qaskillsInstallBug report writing skill covering clear reproduction steps, severity classification, effective communication, triage processes, and defect lifecycle management.
PramodDutta/qaskillsInstallFast test execution with Bun's built-in test runner including snapshot testing, mocking, code coverage, lifecycle hooks, DOM testing with happy-dom, and migration from Jest and Vitest to Bun test.
PramodDutta/qaskillsInstallWeb application security testing using BurpSuite for proxy-based interception, scanning, and manual penetration testing of web applications.
PramodDutta/qaskillsInstallCanary deployment validation testing including traffic splitting, metric comparison, automatic rollback triggers, and health score calculation.
PramodDutta/qaskillsInstallExpert-level Capybara acceptance testing skill for Ruby and Rails applications. Covers RSpec integration, DSL methods, scoping, Page Objects with SitePrism, JavaScript interactions, and database cleaning strategies.
PramodDutta/qaskillsInstallFuzz testing for Rust applications using cargo-fuzz and libFuzzer to discover memory safety issues, panics, and undefined behavior.
PramodDutta/qaskillsInstallTesting CDN configurations, cache hit ratios, cache invalidation, TTL policies, and edge caching behavior for optimal content delivery.
PramodDutta/qaskillsInstallMap changelog entries and release notes to affected test cases, ensuring every user-facing change has corresponding test coverage verification.
PramodDutta/qaskillsInstallAdvanced chaos engineering patterns using Chaos Monkey, Litmus, and Gremlin for testing distributed system resilience under failure conditions.
PramodDutta/qaskillsInstallChaos testing for Kubernetes workloads using Chaos Mesh, Litmus, and custom fault injection for pod, network, and disk failures.
PramodDutta/qaskillsInstallOptimize CI test pipelines through intelligent test splitting, parallelization, caching strategies, and selective test execution based on code changes.
PramodDutta/qaskillsInstallExpert-level CI/CD pipeline skill for test automation. Covers GitHub Actions, Jenkins, GitLab CI, Azure DevOps, parallel execution, matrix strategies, caching, artifact management, and deployment gates.
PramodDutta/qaskillsInstallCI/CD pipeline configuration skill for test automation, covering GitHub Actions, Jenkins, GitLab CI, test parallelization, reporting, and artifact management.
PramodDutta/qaskillsInstallTesting patterns for Clerk authentication including sign-in flow testing, protected route testing, webhook verification, middleware testing, and organization-based access control
PramodDutta/qaskillsInstallMaster code review best practices with constructive feedback patterns, quality assurance standards, review checklists, security considerations, and collaborative improvement techniques for high-quality software delivery.
PramodDutta/qaskillsInstallExpert-level Codeception testing skill for PHP applications. Covers acceptance, functional, and unit testing with the Actor pattern, BDD-style syntax, Page Objects, API testing, and database helpers.
PramodDutta/qaskillsInstallAdvanced security analysis using GitHub CodeQL to find zero-day vulnerabilities, injection flaws, and security anti-patterns in source code.
PramodDutta/qaskillsInstallEvaluate interface complexity by measuring information density, decision points, visual hierarchy, and task completion paths to reduce user cognitive burden.
PramodDutta/qaskillsInstallAutomated compliance testing using Open Policy Agent, Chef InSpec, and custom policy engines for security baseline validation.
PramodDutta/qaskillsInstallIsolating and testing individual UI components with dependency mocking, state injection, and visual snapshot verification.
PramodDutta/qaskillsInstallTesting concurrent code including race condition detection, deadlock prevention, thread safety verification, and parallel execution correctness.
PramodDutta/qaskillsInstallTesting application configurations including environment variable validation, feature flag combinations, config file parsing, and default value verification.
PramodDutta/qaskillsInstallSystematically detect, capture, and categorize browser console errors, warnings, and unhandled exceptions during automated test execution
PramodDutta/qaskillsInstallContract-first testing approach using Pact, Spring Cloud Contract, or Dredd for ensuring API consumer-provider compatibility.
PramodDutta/qaskillsInstallGenerate consumer-driven contract tests using Pact framework to verify API provider-consumer compatibility and prevent integration breaking changes
PramodDutta/qaskillsInstallContract testing for GraphQL APIs including schema breaking change detection, query compatibility testing, and federated schema validation.
PramodDutta/qaskillsInstallConsumer-driven contract testing skill using Pact, covering consumer tests, provider verification, Pact Broker integration, and CI/CD workflows.
PramodDutta/qaskillsInstallTesting cookie and session management including secure flags, SameSite policy, session fixation, timeout behavior, and cross-domain cookie handling.
PramodDutta/qaskillsInstallEffective patterns for using GitHub Copilot to generate, refactor, and maintain test code including prompt engineering for test generation, Copilot Chat for debugging, inline suggestions for assertions, and workspace context optimization.
PramodDutta/qaskillsInstallTesting Cross-Origin Resource Sharing configurations for misconfigurations, overly permissive policies, and credential handling vulnerabilities.
PramodDutta/qaskillsInstallTesting scheduled tasks and cron jobs including execution timing, idempotency, failure recovery, overlap prevention, and timezone handling.
PramodDutta/qaskillsInstallAutomated cross-browser testing across Chrome, Firefox, Safari, and Edge with visual comparison, feature detection, and polyfill verification.
PramodDutta/qaskillsInstallContent Security Policy testing and validation to prevent XSS attacks, data injection, and clickjacking through proper CSP header configuration.
PramodDutta/qaskillsInstallAuthor effective Cursor rules in .cursor/rules/*.mdc - YAML frontmatter (description, globs, alwaysApply), the four rule types, scoped QA rules, subagents, and structure that actually steers the model.
PramodDutta/qaskillsInstallEffective test automation patterns with Cursor AI IDE including Composer for test suite generation, Cmd+K for inline test edits, Chat for test debugging, codebase-aware test generation, and rules configuration for testing conventions.
PramodDutta/qaskillsInstallMeasure and enforce test coverage with Istanbul/nyc, c8, Jest, and Vitest. Covers branch versus line coverage, per-directory thresholds, CI gates, and correctly excluding generated code from reports.
PramodDutta/qaskillsInstall>
>
>
- 2026-05143iFurySt/open-browser-useInstall
- Chrome143
Browser automation for the user's Chrome browser. Use for browser tasks that require the user's cookies, logged-in sessions, existing tabs, extensions, or remote authenticated sites.
iFurySt/open-browser-useInstall Platform-neutral guidance for using Open Browser Use, the open-source Chrome automation stack for AI agents. Use when an agent needs to install, verify, troubleshoot, or operate Open Browser Use through its browser extension, native CLI, JavaScript SDK, Python SDK, Go SDK, or Browser Use style JSON-RPC methods; use for tasks involving real Chrome tabs, user tab claiming, CDP commands, downloads, file choosers, clipboard helpers, or session cleanup.
iFurySt/open-browser-useInstallPublish Markdown/HTML articles to WeChat Official Account (微信公众号) drafts via API
>
- bkt142
Bitbucket CLI for Data Center and Cloud. Use when users need to manage repositories, pull requests, branches, issues, webhooks, or pipelines in Bitbucket. Triggers include "bitbucket", "bkt", "pull request", "PR", "repo list", "branch create", "Bitbucket Data Center", "Bitbucket Cloud", "keyring timeout".
avivsinai/bitbucket-cliInstall - sim-cli142
Cross-solver operating discipline for sim-cli workflows — tool choice, input classification, acceptance semantics, and escalation rules that apply across solvers. Use alongside the solver's own plugin skill, which is self-contained for solver-specific work; this skill carries only the shared rules.
svd-ai-lab/sim-cliInstall - gui142
Cross-driver GUI actuation for CAE solvers running under sim-cli. Use to click buttons, fill fields, dismiss dialogs, and capture window screenshots against GUI-capable driver windows through `sim exec`.
svd-ai-lab/sim-cliInstall - bug-fix142
Fix bugs with regression prevention using test-first approach
- full-audit142
Run all 11 audit agents in parallel, then consolidate findings with fix-planner
- new-feature142
Develop new features with test-first approach (TDD)
- pre-commit142
Run code quality checks and tests before committing
- pre-deploy142
Validate build, environment, and dependencies before deployment
- release-prep142
Full audit + fixes + deploy validation for production release
- subagent142
Run a one-shot or flat parallel batch of provider LLM subagents (headless `cc-fleet subagent`) that return a result. Use when fanning out N independent tasks, doing bulk per-file work, or calling a specialized provider model (DeepSeek / GLM / Kimi / Qwen / MiniMax). NOT a long-lived collaborator you message back and forth (that is /cc-fleet:team); NOT a multi-phase pipeline with dependencies or resume (that is /cc-fleet:workflow); NOT trivial work the main session should just do.
ethanhq/cc-fleetInstall - team142
Spawn long-lived provider LLM teammates in tmux panes that you message via the native agent-team tools — multi-turn, collaborative, watchable. Use for sustained parallel build/work ("spawn workers", N teammates on N files), or when you need a collaborator you message across turns. NOT a fire-and-forget one-shot or a flat batch of independent prompts — that is /cc-fleet:subagent. NOT a scripted multi-phase run — that is /cc-fleet:workflow.
ethanhq/cc-fleetInstall - workflow142
Orchestrate a MULTI-PHASE, dependent, or resumable run over many provider subagents from a JS script, off the main context (`cc-fleet workflow`). Use for fan-out→barrier→synthesis, per-item pipelines, loop-until-dry, or a run that must survive a kill and `--resume` from its journal. NOT a flat fan-out of independent tasks (that is /cc-fleet:subagent — cheaper, no script); NOT interactive collaboration (that is /cc-fleet:team); NOT trivial single-shot work for the main session.
ethanhq/cc-fleetInstall - rdc-cli140
>
BANANASJIM/rdc-cliInstall >-
- recall139
>-
- coach139
Create personalized triathlon, marathon, and ultra-endurance training plans. Use when athletes ask for training plans, workout schedules, race preparation, or coaching advice. Can sync with Strava to analyze training history, or work from manually provided fitness data. Generates periodized plans with sport-specific workouts, zones, and race-day strategies.
felixrieseberg/claude-coachInstall - filetree139
>
nekocode/filetree-skillInstall