SlashAI

Your AI Command Vault

Loading creativity modules…

TestWriting

Testing & QA

TestWriting

72 commands

/SnapshotApiClient

Add snapshot tests for an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/MockReactHook

Add proper mocks and fixtures for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/CoverUtilityFunction

Close coverage gaps in a utility function — e.g. a date-formatting utility used across the app.

Testing & QAeasy#unit#function

/ParametrizeErrorHandling

Convert repetitive tests into parametrized cases for error-handling logic — e.g. a module that swallows errors without logging them.

Testing & QAadvanced#errors#exceptions

/SnapshotCustomHookLibrary

Add snapshot tests for a shared library of custom hooks — e.g. an internal hooks package used by four apps.

Testing & QAmedium#hooks#library

/MockLegacyModule

Add proper mocks and fixtures for an untested legacy module — e.g. a five-year-old module with zero test coverage.

Testing & QAeasy#legacy#coverage

/CoverParsingLogic

Close coverage gaps in a data parsing function — e.g. a csv parser handling malformed rows.

Testing & QAadvanced#parsing#data

/WriteAuthMiddleware

Write thorough unit tests for authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.

Testing & QAmedium#auth#middleware

/ReviewAuthMiddleware

Review test quality and gaps in authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.

Testing & QAmedium#auth#middleware

/ParametrizeDateUtility

Convert repetitive tests into parametrized cases for a date and timezone utility — e.g. a utility converting timestamps across timezones.

Testing & QAeasy#dates#timezone

/SnapshotPaymentCalculation

Add snapshot tests for a payment calculation module — e.g. a module calculating tax and discounts on an order.

Testing & QAadvanced#payments#calculation

/MockValidationSchema

Add proper mocks and fixtures for a form validation schema — e.g. a schema validating signup form fields.

Testing & QAmedium#validation#schema

/CoverReducerLogic

Close coverage gaps in state reducer logic — e.g. a shopping cart reducer with add.

Testing & QAeasy#reducer#state

/WriteApiClient

Write thorough unit tests for an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/ReviewApiClient

Review test quality and gaps in an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/ParametrizeReactHook

Convert repetitive tests into parametrized cases for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/SnapshotUtilityFunction

Add snapshot tests for a utility function — e.g. a date-formatting utility used across the app.

Testing & QAeasy#unit#function

/CoverErrorHandling

Close coverage gaps in error-handling logic — e.g. a module that swallows errors without logging them.

Testing & QAadvanced#errors#exceptions

/WriteCustomHookLibrary

Write thorough unit tests for a shared library of custom hooks — e.g. an internal hooks package used by four apps.

Testing & QAmedium#hooks#library

/ReviewCustomHookLibrary

Review test quality and gaps in a shared library of custom hooks — e.g. an internal hooks package used by four apps.

Testing & QAmedium#hooks#library

/ParametrizeLegacyModule

Convert repetitive tests into parametrized cases for an untested legacy module — e.g. a five-year-old module with zero test coverage.

Testing & QAeasy#legacy#coverage

/SnapshotParsingLogic

Add snapshot tests for a data parsing function — e.g. a csv parser handling malformed rows.

Testing & QAadvanced#parsing#data

/MockAuthMiddleware

Add proper mocks and fixtures for authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.

Testing & QAmedium#auth#middleware

/CoverDateUtility

Close coverage gaps in a date and timezone utility — e.g. a utility converting timestamps across timezones.

Testing & QAeasy#dates#timezone

/WritePaymentCalculation

Write thorough unit tests for a payment calculation module — e.g. a module calculating tax and discounts on an order.

Testing & QAadvanced#payments#calculation

/ReviewPaymentCalculation

Review test quality and gaps in a payment calculation module — e.g. a module calculating tax and discounts on an order.

Testing & QAadvanced#payments#calculation

/ParametrizeValidationSchema

Convert repetitive tests into parametrized cases for a form validation schema — e.g. a schema validating signup form fields.

Testing & QAmedium#validation#schema

/SnapshotReducerLogic

Add snapshot tests for state reducer logic — e.g. a shopping cart reducer with add.

Testing & QAeasy#reducer#state

/MockApiClient

Add proper mocks and fixtures for an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/CoverReactHook

Close coverage gaps in a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/WriteUtilityFunction

Write thorough unit tests for a utility function — e.g. a date-formatting utility used across the app.

Testing & QAeasy#unit#function

/ReviewUtilityFunction

Review test quality and gaps in a utility function — e.g. a date-formatting utility used across the app.

Testing & QAeasy#unit#function

/SnapshotErrorHandling

Add snapshot tests for error-handling logic — e.g. a module that swallows errors without logging them.

Testing & QAadvanced#errors#exceptions

/MockCustomHookLibrary

Add proper mocks and fixtures for a shared library of custom hooks — e.g. an internal hooks package used by four apps.

Testing & QAmedium#hooks#library

/CoverLegacyModule

Close coverage gaps in an untested legacy module — e.g. a five-year-old module with zero test coverage.

Testing & QAeasy#legacy#coverage

/WriteParsingLogic

Write thorough unit tests for a data parsing function — e.g. a csv parser handling malformed rows.

Testing & QAadvanced#parsing#data

/ReviewParsingLogic

Review test quality and gaps in a data parsing function — e.g. a csv parser handling malformed rows.

Testing & QAadvanced#parsing#data

/ParametrizeAuthMiddleware

Convert repetitive tests into parametrized cases for authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.

Testing & QAmedium#auth#middleware

/SnapshotDateUtility

Add snapshot tests for a date and timezone utility — e.g. a utility converting timestamps across timezones.

Testing & QAeasy#dates#timezone

/MockPaymentCalculation

Add proper mocks and fixtures for a payment calculation module — e.g. a module calculating tax and discounts on an order.

Testing & QAadvanced#payments#calculation

/CoverValidationSchema

Close coverage gaps in a form validation schema — e.g. a schema validating signup form fields.

Testing & QAmedium#validation#schema

/WriteReducerLogic

Write thorough unit tests for state reducer logic — e.g. a shopping cart reducer with add.

Testing & QAeasy#reducer#state

/ReviewReducerLogic

Review test quality and gaps in state reducer logic — e.g. a shopping cart reducer with add.

Testing & QAeasy#reducer#state

/ParametrizeApiClient

Convert repetitive tests into parametrized cases for an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/SnapshotReactHook

Add snapshot tests for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/MockUtilityFunction

Add proper mocks and fixtures for a utility function — e.g. a date-formatting utility used across the app.

Testing & QAeasy#unit#function

/WriteErrorHandling

Write thorough unit tests for error-handling logic — e.g. a module that swallows errors without logging them.

Testing & QAadvanced#errors#exceptions

/ReviewErrorHandling

Review test quality and gaps in error-handling logic — e.g. a module that swallows errors without logging them.

Testing & QAadvanced#errors#exceptions

/ParametrizeCustomHookLibrary

Convert repetitive tests into parametrized cases for a shared library of custom hooks — e.g. an internal hooks package used by four apps.

Testing & QAmedium#hooks#library

/SnapshotLegacyModule

Add snapshot tests for an untested legacy module — e.g. a five-year-old module with zero test coverage.

Testing & QAeasy#legacy#coverage

/MockParsingLogic

Add proper mocks and fixtures for a data parsing function — e.g. a csv parser handling malformed rows.

Testing & QAadvanced#parsing#data

/CoverAuthMiddleware

Close coverage gaps in authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.

Testing & QAmedium#auth#middleware

/WriteDateUtility

Write thorough unit tests for a date and timezone utility — e.g. a utility converting timestamps across timezones.

Testing & QAeasy#dates#timezone

/ReviewDateUtility

Review test quality and gaps in a date and timezone utility — e.g. a utility converting timestamps across timezones.

Testing & QAeasy#dates#timezone

/ParametrizePaymentCalculation

Convert repetitive tests into parametrized cases for a payment calculation module — e.g. a module calculating tax and discounts on an order.

Testing & QAadvanced#payments#calculation

/SnapshotValidationSchema

Add snapshot tests for a form validation schema — e.g. a schema validating signup form fields.

Testing & QAmedium#validation#schema

/MockReducerLogic

Add proper mocks and fixtures for state reducer logic — e.g. a shopping cart reducer with add.

Testing & QAeasy#reducer#state

/CoverApiClient

Close coverage gaps in an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/WriteReactHook

Write thorough unit tests for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/ReviewReactHook

Review test quality and gaps in a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/ParametrizeUtilityFunction

Convert repetitive tests into parametrized cases for a utility function — e.g. a date-formatting utility used across the app.

Testing & QAeasy#unit#function

/MockErrorHandling

Add proper mocks and fixtures for error-handling logic — e.g. a module that swallows errors without logging them.

Testing & QAadvanced#errors#exceptions

/CoverCustomHookLibrary

Close coverage gaps in a shared library of custom hooks — e.g. an internal hooks package used by four apps.

Testing & QAmedium#hooks#library

/WriteLegacyModule

Write thorough unit tests for an untested legacy module — e.g. a five-year-old module with zero test coverage.

Testing & QAeasy#legacy#coverage

/ReviewLegacyModule

Review test quality and gaps in an untested legacy module — e.g. a five-year-old module with zero test coverage.

Testing & QAeasy#legacy#coverage

/ParametrizeParsingLogic

Convert repetitive tests into parametrized cases for a data parsing function — e.g. a csv parser handling malformed rows.

Testing & QAadvanced#parsing#data

/SnapshotAuthMiddleware

Add snapshot tests for authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.

Testing & QAmedium#auth#middleware

/MockDateUtility

Add proper mocks and fixtures for a date and timezone utility — e.g. a utility converting timestamps across timezones.

Testing & QAeasy#dates#timezone

/CoverPaymentCalculation

Close coverage gaps in a payment calculation module — e.g. a module calculating tax and discounts on an order.

Testing & QAadvanced#payments#calculation

/WriteValidationSchema

Write thorough unit tests for a form validation schema — e.g. a schema validating signup form fields.

Testing & QAmedium#validation#schema

/ReviewValidationSchema

Review test quality and gaps in a form validation schema — e.g. a schema validating signup form fields.

Testing & QAmedium#validation#schema

/ParametrizeReducerLogic

Convert repetitive tests into parametrized cases for state reducer logic — e.g. a shopping cart reducer with add.

Testing & QAeasy#reducer#state