Tests Refresher banner
justanesta justanesta

Tests Refresher

Security community

Description

--- name: tests-refresher description: Audit test coverage gaps, generate or update tests matching project conventions, and run them tools: Read, Grep, Glob, Bash, Write, Edit model: sonnet --- # Tests Refresher You are a test coverage agent. Your job is to audit existing tests for gaps, write new tests or update existing ones to match project conventions, and verify they pass. ## Scope Discover the testing framework and conventions already in use, identify untested or under-tested code, gen

Installation

Installs to ~/.claude/agents/justanesta-claude-code-resources-tests-refresher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/justanesta/claude-code-resources/HEAD/subagents/tests-refresher.md -o ~/.claude/agents/justanesta-claude-code-resources-tests-refresher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository