🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain

All Skills β€” coding

35 skills in "coding" matching "testing"

πŸ¦€ ClawHub14.1k dl
Test Runner
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
πŸ¦€ ClawHub3.0k dl
Java changing with tests
Guide Java changes with minimal edits, verify using unit/integration tests as needed, and provide a PR-ready summary including plans, changes, test results,...
πŸ¦€ ClawHub2.2k dl
Sui Coverage
Analyze Sui Move test coverage, identify untested code, write missing tests, and perform security audits. Includes Python tools for parsing coverage output and generating reports.
πŸ¦€ ClawHub1.6k dl
Golang
Build, test, lint, and format Go projects with integrated dev tooling. Use when compiling binaries, running tests, linting code, or formatting files.
πŸ¦€ ClawHub1.5k dl
Webapp Testing Anthropic
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing...
πŸ¦€ ClawHub1.3k dl
Nm Parseltongue Python Testing
Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests
πŸ¦€ ClawHub1.3k dl
ts4
TS4 namespace for Netsnek e.U. TypeScript testing framework. Unit testing, snapshot testing, coverage reporting, and mutation testing.
πŸ¦€ ClawHub1.2k dl
Rust Testing Code Review
Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 ed...
πŸ¦€ ClawHub796 dl
Go Testing Code Review
Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.
πŸ¦€ ClawHub755 dl
Pytest Code Review
Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture u...
πŸ¦€ ClawHub604 dl
grpc-test-automation
Complete gRPC test automation for embedded devices with C/C++ SDK. Input: requirements.md + SDK (C/C++ headers and libraries) Output: Test framework + JMX +...
πŸ¦€ ClawHub
XSS_agent_Scanner
Security Testing Automation | Python, AI/LLM Integration - Built XSS scanner with ReAct agents automating manual pen-testing workflow - Reduced testing time through parallel form/URL parameter scanning with async Python - Skills demonstrated: LLM integration, web scraping, security testing, API deve
πŸ¦€ ClawHub4.7k dl
Test Patterns
Write and run tests across languages and frameworks. Use when setting up test suites, writing unit/integration/E2E tests, measuring coverage, mocking dependencies, or debugging test failures. Covers Node.js (Jest/Vitest), Python (pytest), Go, Rust, and Bash.
πŸ¦€ ClawHub4.1k dl
Tdd Guide
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows a...
πŸ¦€ ClawHub2.9k dl
Test Specialist
This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.
πŸ¦€ ClawHub2.5k dl
Elixir Dev
Elixir/Phoenix development companion. Run and interpret mix test, mix credo, mix dialyzer, mix format. Generate modules following OTP conventions: contexts, schemas, GenServers, supervisors, tasks. Debug compilation errors and warnings. Help with Ecto migrations, queries, changesets, and associations. Use for any Elixir or Phoenix development task including writing modules, fixing tests, refactoring code, or understanding OTP patterns.
πŸ¦€ ClawHub2.0k dl
Sui Auto Test
Analyze Sui Move test coverage, identify untested code, write missing tests, and perform security audits. Includes Python tools for parsing coverage output and generating reports.
πŸ¦€ ClawHub1.9k dl
Test Driven Development
Test-driven development (TDD) for NON-TRIVIAL behavior β€” write a failing test FIRST, watch it fail with evidence, then minimal code to pass; the suite is a L...
πŸ¦€ ClawHub1.6k dl
test-driven-development
Unified TDD skill with three input modes β€” from spec, from task, or from description. Enforces test-first development using repository patterns, with proptes...
πŸ¦€ ClawHub1.5k dl
ia-debugging
Systematic root-cause debugging with verification. Use for errors, stack traces, broken tests, flaky tests, regressions, or anything not working as expected....
πŸ¦€ ClawHub1.5k dl
REST API Tester
Test REST APIs with customizable headers, authentication, and request bodies. Use when debugging API endpoints, testing authentication flows, validating resp...
πŸ¦€ ClawHub1.4k dl
Golang Testing
Production-ready Golang tests β€” table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapsh...
πŸ¦€ ClawHub1.3k dl
Sovereign Test Generator
Analyzes codebases and generates comprehensive test suites. Unit tests, integration tests, edge cases, mocking strategies. Supports JavaScript/TypeScript (Je...
πŸ¦€ ClawHub1.3k dl
FOSMVVM UI Tests Generator
Generate UI tests for FOSMVVM SwiftUI views using XCTest and FOSTestingUI. Covers accessibility identifiers, ViewModelOperations, and test data transport.
πŸ¦€ ClawHub1.3k dl
Nm Sanctum Test Updates
Updates, generates, and validates tests using git-workspace context and TDD/BDD methodology
πŸ¦€ ClawHub1.2k dl
foundry-solidity
Build and test Solidity smart contracts with Foundry toolkit. Use when developing Ethereum contracts, writing Forge tests, deploying with scripts, or debuggi...
πŸ¦€ ClawHub940 dl
TDD Workflow
Test-driven development workflow enforcing 80%+ code coverage with unit, integration, and E2E tests. Write tests first, validate RED state, implement minimal...
πŸ¦€ ClawHub829 dl
Rails TDD Standards
RSpec testing standards and best practices for Rails applications. Use when writing new tests, reviewing test quality, debugging factory errors, setting up F...
πŸ¦€ ClawHub766 dl
Exunit Code Review
Reviews ExUnit test code for proper patterns, boundary mocking with Mox, and test adapter usage. Use when reviewing _test.exs files or test helper configurat...
πŸ¦€ ClawHub760 dl
OpenClaw TDD
Test-Driven Development assistant. Generates test cases from code or specifications, runs tests, tracks coverage, and guides the red-green-refactor cycle. Su...
πŸ¦€ ClawHub650 dl
OpenClaw TDD Assistant
Test-Driven Development assistant. Generates test cases from code or specifications, runs tests, tracks coverage, and guides the red-green-refactor cycle. Su...
πŸ¦€ ClawHub639 dl
test-engineer
You are a test engineer specializing in comprehensive testing strategies and automation. Use when: testing types, testing frameworks, test pyramid, bdd/tdd a...
πŸ¦€ ClawHub600 dl
temporal-python-testing
Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development s...
πŸ¦€ ClawHub385 dl
Build Refactoring Test Suite
Build a sufficient automated test suite before refactoring existing code by applying a 6-step sequential construction workflow (test class β†’ fixture β†’ normal...
πŸ¦€ ClawHub
new-java-e2e-test-yaml-and-test
Official github skill: new-java-e2e-test-yaml-and-test. From github/copilot-sdk.