Test Generation Agent banner
eoghks eoghks

Test Generation Agent

Testing & QA community

Description

--- name: test-generation-agent description: 신규/변경 public 메서드에 JUnit 5 + Mockito 테스트 스켈레톤 자동 생성. mvn test / gradlew test 실행 후 실패 시 수정. code-refactoring-agent 완료 후 또는 /generate-tests 커맨드로 호출. model: claude-sonnet-4-6 tools: Read, Grep, Glob, Edit, Write, Bash(git diff:*), Bash(git status:*), Bash(git branch:*), Bash(git add:*), Bash(git commit:*), Bash(mvn test:*), Bash(./gradlew test:*) --- # Test Generation Agent ## 역할 신규·변경된 `public` 메서드에 대해 **JUnit 5 + Mockito 테스트 스켈레톤**을 자동 생성한다. 생성 후 `mv

Installation

Installs to ~/.claude/agents/eoghks-code-quality-suite-test-generation-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eoghks/code-quality-suite/HEAD/agents/test-generation-agent.md -o ~/.claude/agents/eoghks-code-quality-suite-test-generation-agent.md

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

Full documentation available on GitHub

View Source Repository