Testing and QA
Testing and QA skills are designed for regression checks, automated validation, browser testing, and release confidence. Developers here will find tools that help verify behavior, catch breakages early, and keep changes from shipping without evidence.
2,058 skills
Skills in this category
aixyz-on-openclaw
by agentlyhq/aixyz
This guide is written for openclaw users who want to ship a live, paid AI agent using aixyz. You do not need prior coding experience or knowledge of crypto infrastructure — every step is explained from scratch.
google-adk-python
by cnemri/google-genai-skills
This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets.
scorecard-marketing
by wondelai/skills
A proven 4-step system for generating qualified leads through interactive assessments. This approach generates warm leads with rich data about each prospect.
apple-on-device-ai
by dpearson2699/swift-ios-skills
Guide for selecting, deploying, and optimizing on-device ML models. Covers Apple Foundation Models, Core ML, MLX Swift, and llama.cpp.
gmail-skill
by idanbeck/claude-skills
Read, search, and send Gmail emails. Access Google contacts.
ios-localization
by dpearson2699/swift-ios-skills
Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start.
shared
by boshu2/agentops
Source details, install context, and public review data are available on the full page.
dead-code
by parcadei/continuous-claude-v3
Find unused functions and dead code using TLDR static analysis.
iterate-pr
by getsentry/skills
Continuously iterate on the current branch until all CI checks pass and review feedback is addressed.
app-intents
by dpearson2699/swift-ios-skills
Implement, review, and extend App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence.
app-store-review
by dpearson2699/swift-ios-skills
Guidance for catching App Store rejection risks before submission. Apple reviewed 7.7 million submissions in 2024 and rejected 1.9 million. Most rejections are preventable with proper preparation.
github-to-skills
by kkkkhazix/khazix-skills
This skill automates the conversion of GitHub repositories into fully functional AI skills.
go-testing
by cxuu/golang-skills
Guidelines for writing clear, maintainable Go tests following Google's style.
ios-networking
by dpearson2699/swift-ios-skills
Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs.
pytorch-fsdp
by davila7/claude-code-templates
Comprehensive assistance with pytorch-fsdp development, generated from official documentation.
swiftui-uikit-interop
by dpearson2699/swift-ios-skills
Bridge UIKit and SwiftUI in both directions. Wrap UIKit views and view controllers for use in SwiftUI, embed SwiftUI views inside UIKit screens, and synchronize state across the boundary. Targets iOS 26+ with Swift 6.2 patterns; notes backward-compatible to iOS 16 unless stated otherwise.
write-concept
by leonardomso/33-js-concepts
Use this skill when writing or improving concept documentation pages for the 33 JavaScript Concepts project.
context-compression
by sickn33/antigravity-awesome-skills
When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request. The correct optimization target is tokens per task: total tokens consumed to complete a task, including re-fetching costs when compression...
contributing
by nuxt/ui
Guidelines for contributing to the Nuxt UI component library.
mongodb-query-and-index-optimize
by romiluz13/mongodb-agent-skills
Query patterns and indexing strategies for MongoDB, maintained by MongoDB. Contains 46 rules across 5 categories , prioritized by impact. Includes MongoDB 8.0 features: bulkWrite command, $queryStats (introduced in MongoDB 6.0.7, with 8.1/8.2 enhancements), Query Settings, and updateOne sort option. Indexes are the...
session-compression
by bobmatnyc/claude-mpm-skills
Compress long AI conversations to fit context windows while preserving critical information.
axiom-sre
by axiomhq/skills
CRITICAL: ALL script paths are relative to this SKILL.md file's directory. Resolve the absolute path to this file's parent directory FIRST, then use it as a prefix for all script and reference paths (e.g., /scripts/init ). Do NOT assume the working directory is the skill folder.
mapkit-location
by dpearson2699/swift-ios-skills
Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing.
startup-idea-validation
by vasilyu1983/ai-agents-public
Systematic validation for testing ideas before building: define hypotheses, collect evidence, score the opportunity, and make a decision you can defend.