One-click install
npx skills add https://github.com/utkudarilmaz/claude-code-setup --skill tester-utkudarilmaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tester
Source: https://github.com/utkudarilmaz/claude-code-setup/tree/main/.claude/skills/tester
Command: npx skills add https://github.com/utkudarilmaz/claude-code-setup --skill tester-utkudarilmaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifying, creating, and updating test coverage across a codebase can be tedious and error-prone; this skill automates those tasks to keep tests aligned with code changes.

Core Features & Use Cases

  • Verify existing tests and ensure they cover recent changes.
  • Generate missing tests for new features or refactors.
  • Run scoped or full-project test audits with default, scoped, and all modes.
  • Produce a clear execution plan and actionable todos to drive testing work.

Quick Start

Run /tester all to perform a comprehensive test audit across the project and ensure full coverage.

Frequently Asked Questions about tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate test coverage verification for recent code changes?

Automated test coverage verification scans your codebase to ensure existing tests align with recent code changes. It produces an actionable execution plan and checklist to drive missing test creation and updates.

What is the best way to generate missing tests after a refactoring?

Running a scoped test audit identifies coverage gaps after refactoring and generates a structured execution plan with actionable todos. This ensures newly modified code paths receive appropriate test generation.

Can I run a full-project test audit across my entire codebase?

Yes, you can run a comprehensive full-project test audit using the all mode. This mode verifies existing coverage and generates a structured checklist of missing tests to ensure complete alignment across the entire codebase.

Does automated test coverage work for both new features and bug fixes?

Yes, automated test coverage verification is applicable to both new feature development and bug fixes. It implements a structured execution flow to verify, create, and update tests ensuring alignment with all code changes.

How does a scoped test audit differ from a full-project audit?

A scoped test audit targets specific recent code changes, while a full-project audit evaluates the entire codebase. Both modes generate execution plans and checklists, but scoped audits focus verification and test creation on targeted modifications.