By shawn-sandy
Analyze code and suggest specific, purpose-driven tests tied to actual behavior and intent — not arbitrary coverage
Suggests targeted, meaningful tests for code based on actual behavior and intent. Use when the user asks to suggest tests, recommend tests, identify what to test, review testability, or find untested behavior — or says "what tests should I write", "test this code", "what would you test here", or "help me test this feature". Provides test suggestions with rationale and can write test files on request — does not run tests or perform code quality reviews.
Reviews existing tests for quality, coverage gaps, and alignment with code behavior and developer intent. Use when the user asks to review tests, audit test quality, check test coverage, improve tests, or asks "are my tests good". Also use when the user says "review these tests", "audit my test suite", "what's wrong with my tests", or "how can I improve my tests". Does not suggest new tests from scratch — reviews and improves what already exists. Not a code quality review or a test runner.
Detects the test framework, runs scoped tests, and reports pass/fail results with missing-test advisories. Use when the user asks to "run tests", "check if tests pass", "test this file", "verify my changes", or "are there missing tests". Does not review test quality — use reviewing-tests for that. Does not suggest tests — use code-testing-agent for that.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shawn-sandy/agentics --plugin code-testing-agentAutomated git commit and PR creation — stage, commit with conventional messages, and create PRs in one shot
Stress-test implementation plans with structured multi-round interviews before coding begins
Systematic code review across quality, bugs, security, and best practices
Review and plan Claude Code skills, and run tests for changed files — audit SKILL.md files, scaffold new skills, and verify test coverage
Review HTML/CSS and React/TypeScript code for WCAG 2.2 Level AA accessibility compliance
Commands for code review, testing, and analysis
Automatically generate comprehensive unit tests from source code with multiple testing framework support
Generate comprehensive tests for a specific file
Language-agnostic test plan generation and execution.
Implement code with tests from specs or direct requests
Generate comprehensive tests for a specific file