đź”’

Unit Testing

5220 skills in Testing & Security > Unit Testing

pytest-runner

Marketplace

Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

flaky-fix

Marketplace

Suggest and apply fixes for flaky tests based on detected patterns. Use after flaky-detect identifies unreliable tests that need repair.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

test-sync

Marketplace

Detect orphaned tests, obsolete assertions, and test-code misalignment. Use for test suite maintenance, cleanup, and traceability validation. Use when relevant to the task.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

test-sync

Marketplace

Detect orphaned tests, obsolete assertions, and test-code misalignment. Use for test suite maintenance, cleanup, and traceability validation.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

mutation-test

Marketplace

Run mutation testing to validate test quality beyond code coverage. Use when assessing test effectiveness, finding weak tests, or validating test suite quality.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

mutation-test

Marketplace

Run mutation testing to validate test quality beyond code coverage. Use when assessing test effectiveness, finding weak tests, or validating test suite quality.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

test-coverage

Marketplace

Analyze test coverage, identify gaps, and recommend test improvements. Use when relevant to the task.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

vitest-runner

Marketplace

Execute JavaScript/TypeScript tests with Vitest, supporting coverage, watch mode, and parallel execution. Use for JS/TS test automation.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

generate-factory

Marketplace

Auto-generate test data factories from schemas, types, or models. Use when creating test data infrastructure, setting up fixtures, or reducing test setup boilerplate.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

tdd-enforce

Marketplace

Configure TDD enforcement via pre-commit hooks and CI coverage gates. Use when setting up test-first development workflow, adding coverage gates, or enforcing TDD practices.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

generate-factory

Marketplace

Auto-generate test data factories from schemas, types, or models. Use when creating test data infrastructure, setting up fixtures, or reducing test setup boilerplate.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

flaky-detect

Marketplace

Identify flaky tests from CI history and test execution patterns. Use when debugging intermittent test failures, auditing test reliability, or improving CI stability.

jmagly/ai-writing-guide
51
4
Mis Ă  jour 6d ago

writing-openrewrite-recipes

Marketplace

Use when creating/writing/building OpenRewrite recipes, working with .java recipe files, RewriteTest files, recipe YAML files, LST visitors, JavaTemplate, visitor patterns, or when discussing recipe types (declarative YAML, Refaster templates, imperative Java recipes) - guides creation of OpenRewrite recipes for automated code transformations, AST manipulation, custom refactoring rules, and code migration.

openrewrite/rewrite-docs
49
75
Mis Ă  jour 6d ago

threat-hunting

Proactively search for security threats, vulnerabilities, and suspicious patterns in applications and infrastructure before they cause damage. Use when conducting security audits, identifying vulnerabilities, analyzing security logs, detecting suspicious patterns, investigating potential breaches, performing penetration testing, or implementing security monitoring.

korallis/Droidz
49
6
Mis Ă  jour 6d ago

test-driven-development

Implement test-driven development (TDD) workflow using the red-green-refactor cycle. Use when writing new features, fixing bugs, or refactoring existing code. Always write the failing test first, then implement minimal code to pass, then refactor. Essential for ensuring code reliability, preventing regressions, improving design through testability requirements, documenting expected behavior through tests, enabling confident refactoring, and maintaining high code quality standards throughout the development process.

korallis/Droidz
49
6
Mis Ă  jour 6d ago

refactoring

Improve code structure, readability, and maintainability without changing external behavior through systematic refactoring techniques like extracting functions, removing duplication, simplifying conditionals, and applying design patterns. Use when reducing technical debt, extracting functions or classes, removing code duplication, simplifying complex conditionals, renaming for clarity, applying design patterns, improving code organization, reducing coupling, increasing cohesion, or maintaining test coverage during structural improvements.

korallis/Droidz
49
6
Mis Ă  jour 6d ago

ci-cd-pipeline

Set up and maintain continuous integration and continuous deployment pipelines with GitHub Actions, GitLab CI, Jenkins, or similar tools to automate testing, building, and deployment. Use when configuring automated builds, setting up test automation, implementing deployment automation, creating release workflows, managing environment deployments, configuring build caching, implementing blue-green deployments, setting up rollback strategies, or automating the entire software delivery pipeline.

korallis/Droidz
49
6
Mis Ă  jour 6d ago

code-review

Systematically review pull requests, feature implementations, and code changes to ensure quality, maintainability, security, and adherence to best practices. Use when reviewing code before merging, conducting peer reviews, performing self-reviews, auditing code quality, checking for security vulnerabilities, ensuring consistent coding standards, verifying test coverage, assessing performance implications, evaluating architectural decisions, or providing constructive feedback to improve team code quality.

korallis/Droidz
49
6
Mis Ă  jour 6d ago

accessibility-wcag

Build accessible web applications following WCAG 2.1/2.2 guidelines with proper semantic HTML, ARIA attributes, keyboard navigation, screen reader support, and inclusive design. Use when implementing ARIA labels and roles, ensuring keyboard navigation, supporting screen readers, providing text alternatives for images, managing focus, creating accessible forms, building inclusive UI components, testing with accessibility tools, meeting WCAG compliance levels, or designing for users with disabilities.

korallis/Droidz
49
6
Mis Ă  jour 6d ago

debugging-systematic

Apply systematic root cause analysis and debugging methodologies to diagnose and fix bugs, test failures, and unexpected behavior. Use when encountering production issues, investigating test failures, diagnosing performance problems, tracing error sources through call stacks, analyzing logs and stack traces, reproducing inconsistent bugs, debugging race conditions, investigating memory leaks, or applying scientific method to problem-solving before proposing fixes.

korallis/Droidz
49
6
Mis Ă  jour 6d ago