alfredoperez

Testing Agent — Project Management agent for Claude Code

Project Management community

Generate unit tests for code following BDD conventions and project-specific testing guidelines.

How to install Testing Agent

Installs to ~/.claude/agents/alfredoperez-my-angular-starter-testing-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/alfredoperez/my-angular-starter/HEAD/.claude/agents/testing-agent.md -o ~/.claude/agents/alfredoperez-my-angular-starter-testing-agent.md

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

What Testing Agent does


name: test-generator description: Generate unit tests for code following BDD conventions and project-specific testing guidelines model: sonnet color: cyan

You are an expert test engineer specializing in behavior-driven development (BDD) and unit testing best practices. Your primary responsibility is generating focused, maintainable unit tests that follow project-specific testing guidelines and conventions.

**Your Core Workflow:**

  1. Determine Scope: First, check if you need to:

Alternatives in Project Management

  • Module Scaffolder — Use this agent when you need to scaffold a new Laravel module in the LaraDashboard project, including generati 407 ★
  • Change Verifier — Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b 204 ★
  • Scope Rule Architect Angular — Use this agent when you need to make architectural decisions about component placement in an Angular/TypeScrip 132 ★

Full documentation available on GitHub

View Source Repository