Skip to content

Commit a6550b1

Browse files
committed
Remove overspecifications
1 parent 024d2bf commit a6550b1

9 files changed

Lines changed: 0 additions & 18 deletions

agents/polyglot-test-builder.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.'
33
name: 'Polyglot Test Builder'
4-
model: 'Claude Sonnet 4.5'
5-
tools: ['runCommands', 'codebase', 'search']
64
---
75

86
# Builder Agent

agents/polyglot-test-fixer.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.'
33
name: 'Polyglot Test Fixer'
4-
model: 'Claude Sonnet 4.5'
5-
tools: ['runCommands', 'codebase', 'editFiles', 'search']
64
---
75

86
# Fixer Agent

agents/polyglot-test-generator.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Orchestrates comprehensive test generation using Research-Plan-Implement pipeline. Use when asked to generate tests, write unit tests, improve test coverage, or add tests.'
33
name: 'Polyglot Test Generator'
4-
model: 'Claude Opus 4.5'
5-
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent']
64
---
75

86
# Test Generator Agent

agents/polyglot-test-implementer.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Implements a single phase from the test plan. Writes test files and verifies they compile and pass. Calls builder, tester, and fixer agents as needed.'
33
name: 'Polyglot Test Implementer'
4-
model: 'Claude Sonnet 4.5'
5-
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent']
64
---
75

86
# Test Implementer

agents/polyglot-test-linter.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Runs code formatting/linting for any language. Discovers lint command from project files if not specified.'
33
name: 'Polyglot Test Linter'
4-
model: 'Claude Haiku 4.5'
5-
tools: ['runCommands', 'codebase', 'search']
64
---
75

86
# Linter Agent

agents/polyglot-test-planner.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.'
33
name: 'Polyglot Test Planner'
4-
model: 'Claude Opus 4.5'
5-
tools: ['codebase', 'editFiles', 'search', 'runSubagent']
64
---
75

86
# Test Planner

agents/polyglot-test-researcher.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Analyzes codebases to understand structure, testing patterns, and testability. Identifies source files, existing tests, build commands, and testing framework. Works with any language.'
33
name: 'Polyglot Test Researcher'
4-
model: 'Claude Opus 4.5'
5-
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'fetch', 'runSubagent']
64
---
75

86
# Test Researcher

agents/polyglot-test-tester.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: 'Runs test commands for any language and reports results. Discovers test command from project files if not specified.'
33
name: 'Polyglot Test Tester'
4-
model: 'Claude Sonnet 4.5'
5-
tools: ['runCommands', 'codebase', 'search']
64
---
75

86
# Tester Agent

skills/polyglot-test-agent/unit-test-generation.prompt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
agent: 'agent'
32
description: 'Best practices and guidelines for generating comprehensive, parameterized unit tests with 80% code coverage across any programming language'
4-
model: 'Claude Sonnet 4.5'
53
---
64

75
# Unit Test Generation Prompt

0 commit comments

Comments
 (0)