ceponatia

Example Test Maintainer — Testing & QA agent for Claude Code

Testing & QA community

Design, implement, or repair meaningful tests and fixtures; investigate coverage gaps and flaky assertions.

How to install Example Test Maintainer

Installs to ~/.claude/agents/ceponatia-rolesync-example-test-maintainer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ceponatia/rolesync/HEAD/.claude/agents/example-test-maintainer.md -o ~/.claude/agents/ceponatia-rolesync-example-test-maintainer.md

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

What Example Test Maintainer does


name: "example-test-maintainer" description: "Design, implement, or repair meaningful tests and fixtures; investigate coverage gaps and flaky assertions. Use for substantial behavioral or persistence risk, not automatically every trivial edit." model: "sonnet" tools: ["Read", "Grep", "Glob", "Bash", "Edit", "Write", "Skill"] permissionMode: "default" maxTurns: 32 skills: ["example-test"] effort: "high" isolation: "worktree"