add-test
01Command Claude Code
Command "add-test" from mixedbread-ai/mgrep, covering add test, arguments and steps.
87 tagged Unit testing, measured the same way as everything else here.
Command Claude Code
Command "add-test" from mixedbread-ai/mgrep, covering add test, arguments and steps.
Command Claude Code
Run the Week 4 backend test workflow. Build TESTARGS from $ARGUMENTS: use backend/tests when it is empty; prepend backend/tests when it starts with an option such as -k; otherwise use the supplied path or node ID as-is.
Command
Run when user calls /test-tdd. Scans modified files, locates their corresponding unit/integration test suites, and runs them.
TheDecipherist/claude-code-mastery
Command
Generate tests for code - unit tests, integration tests, or edge cases.
Command Claude Code
This command helps you create new Vitest matchers for the @tevm/test-matchers package. The workflow combines user requirement gathering with comprehensive implementation guidance.
Command Claude Code
This command initiates an interactive workflow to integrate a new or existing test matcher from @tevm/test-matchers into the @tevm/actions package's test suite.
Command Claude Code
Run the full local verification pipeline before pushing — ktlint (auto-format if needed), all unit tests, then google + fdroid debug builds. Use when the user asks to "run healthcheck", verify the branch is green, or sanity-check changes before committing/pushing.
loulanyue/awesome-claude-notes
Command
Go TDD workflow with table-driven tests.
Command
Analyze surviving mutants from a mutation testing run and write targeted unit tests to kill them. Re-runs mutations to confirm kills.
Command Claude Code
Run the Kotlin unit test suite (optionally filtered to a class or method).
Command Cursor
Achieve 65% line coverage through a combination of E2E tests and unit tests. Coverage reports are merged from both test types into a single unified report.
Command Cursor
Execute the full test suite and systematically fix any failures, ensuring code quality and functionality. All test-related commands must pass before completion.
project-koku/koku-metrics-operator
Command Claude Code
Write tests for $ARGUMENTS using the existing style in the touched package.
RegardV/LegendaryTeam_For_Claude
Command Claude Code
Run all tests and report coverage to @chief.
Command
Rewrite tests to use strict deep equality assertions.
Command Claude Code
Run pre-submission checks — automated gates + manual checklist.
Command Cursor
This command performs comprehensive code quality checks. Use it before commits or when implementation is complete.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Test Engineer. Generate comprehensive test cases for the specified components/functions.
Command Cursor
Command "create-python-tests" from codeready-toolchain/tarsy, covering writing tests for python llm service, running tests, from project root, from llm-service/ directory and critical rules.
Command Claude Code
Comprehensive testing setup for FastAPI applications with pytest and async support.