Browse Skills

9063 skills found

mutation-testing.md
6
1 export mutation-testing
2 laurigates from "laurigates/dotfiles"
3 Validate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript)and mutmut (Python). Find weak tests that pass despite code mutations.Use when user mentions mutation testing, Stryker, mutmut, test effectiveness,finding weak tests, or improving test quality through mutation analysis.
2026-01-05
playwright-browser-network-requests.md
6
1 export playwright-browser-network-requests
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To inspect network activity since page load, list network requests to review API calls and resources.
2026-01-05
dart-hot-reload.md
6
1 export dart-hot-reload
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To apply latest code changes to a running Flutter app, trigger hot reload after connecting to the Dart Tooling Daemon.
2026-01-05
vscode-test-setup.md
6
1 export vscode-test-setup
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides comprehensive guidance for setting up and configuring test environments for VS Code extension projects. Use when initializing a new test infrastructure, configuring test runners (Mocha, Jest), setting up CI/CD test pipelines, integrating coverage tools (c8, nyc), or troubleshooting test configuration issues.
2026-01-05
testing-test-writing.md
6
1 export testing-test-writing
2 coreyja from "coreyja/coreyja.com"
3 Write focused tests for core user flows and critical business logic, testing behavior rather than implementation, with clear names and fast execution. Use this skill when writing unit tests, integration tests, or end-to-end tests. When testing critical user workflows and primary application features. When creating tests that focus on what code does rather than how it does it. When mocking external dependencies like databases, APIs, or file systems. When naming tests to clearly describe the scenario and expected outcome. When keeping tests fast and independent. When completing feature implementation and adding strategic tests at logical completion points. When working with test files or test frameworks.
2026-01-05
playwright-browser-console-messages.md
6
1 export playwright-browser-console-messages
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To read console logs from the current page, retrieve console messages for debugging JavaScript output.
2026-01-05
testing.md
6
1 export testing
2 jkomoros from "jkomoros/community-patterns"
3 Test patterns with Playwright browser automation. Navigate to deployed patterns, interact with UI elements, verify functionality. Use when testing patterns after deployment or when debugging pattern behavior in browser.
2026-01-05
buck2-target-determination.md
6
1 export buck2-target-determination
2 thoughtpolice from "thoughtpolice/a"
3 This skill should be used when determining which Buck2 targets are affected by code changes for incremental builds and tests. Use this when users ask to test/build changed code, find affected targets, or run incremental workflows with jj revisions.
2026-01-05
moai-security.md
6
1 export moai-security
2 modu-ai from "modu-ai/claude-plugins"
3 Auth0 security specialist covering attack protection, multi-factor authentication, token security, sender constraining, and compliance. Use when implementing Auth0 security features, configuring attack defenses, setting up MFA, or meeting regulatory requirements.
2026-01-05
test-tier-selection.md
6
1 export test-tier-selection
2 laurigates from "laurigates/dotfiles"
3 Automatic selection of appropriate test tiers based on change scope. Guides unit tests for small changes, full suite for larger changes. Use when running tests, discussing testing strategy, or after code modifications.
2026-01-05
knip-dead-code-detection.md
6
1 export knip-dead-code-detection
2 laurigates from "laurigates/dotfiles"
3 Knip finds unused files, dependencies, exports, and types in JavaScript/TypeScript projects.Plugin system for frameworks (React, Next.js, Vite), test runners (Vitest, Jest), and build tools.Use when cleaning up codebases, optimizing bundle size, or enforcing strict dependency hygiene in CI.
2026-01-05
x-cmd-security.md
6
1 export x-cmd-security
2 x-cmd from "x-cmd/skill"
3 This skill provides comprehensive security assessment and vulnerability management tools through x-cmd CLI, including network reconnaissance with Shodan, vulnerability scanning with OSV, and known exploited vulnerability tracking with KEV. This skill should be used when users need to perform security assessments, vulnerability research, network reconnaissance, or security monitoring from command line interfaces.
2026-01-05
report-bug.md
6
1 export report-bug
2 newpush from "newpush/coach"
3 Automatically generate and post detailed bug reports to GitHub Issues for the active project repository. This skill should be used when documenting bugs discovered during development, creating professionally formatted GitHub Issues with reproduction steps, technical insights, and recommended E2E tests.
2026-01-05
release-workflow.md
6
1 export release-workflow
2 openshift from "openshift/release-tests"
3 OpenShift z-stream release workflow and orchestration expert. Use when discussing release tasks, build promotion, test analysis, advisory workflows, or any aspect of the Konflux/Errata release pipeline. Provides context on task sequencing, checkpoints, and MCP execution for releases 4.12-4.20.
2026-01-05
test-driven-development.md
6
1 export test-driven-development
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 eXtreme Programming Test-Driven Development (XP-style TDD) Skill. This skill provides both reference documentation AND execution capabilities for the full PLAN -> RED -> GREEN -> REFACTOR workflow.
2026-01-05
test-and-fix-connector.md
6
1 export test-and-fix-connector
2 databrickslabs from "databrickslabs/lakeflow-community-connectors"
3 Validate a connector by running the test suite, diagnosing failures, and applying fixes until all tests pass.
2026-01-05
cargo-llvm-cov.md
6
1 export cargo-llvm-cov
2 laurigates from "laurigates/dotfiles"
3 Code coverage for Rust using LLVM instrumentation with support for multiple output formats and CI integration.Use when measuring test coverage, generating coverage reports, enforcing coverage thresholds, or integrating with codecov/coveralls.Trigger terms: coverage, llvm-cov, code coverage, test coverage, coverage report, codecov, coveralls, branch coverage.
2026-01-05
vscode-webview-expert.md
6
1 export vscode-webview-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides expert-level guidance for implementing VS Code WebView features. Use when creating WebView panels, implementing secure CSP policies, handling Extension-WebView communication, managing WebView state persistence, optimizing WebView performance, or debugging WebView rendering issues. Covers security best practices, message protocols, and VS Code-specific WebView patterns.
2026-01-05
gh-check-ci-status.md
6
1 export gh-check-ci-status
2 mvillmow from "mvillmow/ml-odyssey"
3 Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.
2026-01-05
hardened-outline-driven-development.md
6
1 export hardened-outline-driven-development
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Automated validation orchestration across proof, spec, type, contract, and test artifacts with configurable precedence and gating. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> EXECUTE -> REPORT workflow.
2026-01-05
jj-workspace-experiments.md
6
1 export jj-workspace-experiments
2 thoughtpolice from "thoughtpolice/a"
3 Create isolated jj workspaces for testing changes, running experiments in parallel, and exploring alternative implementations. Use when testing breaking changes, comparing different approaches, or running long-running operations without blocking other work. (project)
2026-01-05
self-test-skill-invocation.md
6
1 export self-test-skill-invocation
2 konflux-ci from "konflux-ci/skills"
3 Use when user asks to "test skill invocation framework" or mentions "canary skill test". This is a self-test skill to verify the test framework correctly loads and invokes skills.
2026-01-05
component-testing-patterns.md
6
1 export component-testing-patterns
2 spences10 from "spences10/devhub-crm"
3 Vitest browser mode component testing. Use for testing Svelte 5 components with real browsers, locators, accessibility patterns, and reactive state.
2026-01-05
mcp-playwright.md
6
1 export mcp-playwright
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides guidance for using Playwright MCP for browser automation. Use when navigating web pages, interacting with web elements, taking screenshots, filling forms, running browser tests, or automating any browser-based tasks.
2026-01-05