Remove overspecifications

This commit is contained in:
Jan Krivanek
2026-02-16 16:23:26 +01:00
parent 024d2bfca7
commit a6550b1025
9 changed files with 0 additions and 18 deletions

View File

@@ -1,8 +1,6 @@
---
description: 'Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.'
name: 'Polyglot Test Builder'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'search']
---
# Builder Agent

View File

@@ -1,8 +1,6 @@
---
description: 'Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.'
name: 'Polyglot Test Fixer'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search']
---
# Fixer Agent

View File

@@ -1,8 +1,6 @@
---
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.'
name: 'Polyglot Test Generator'
model: 'Claude Opus 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent']
---
# Test Generator Agent

View File

@@ -1,8 +1,6 @@
---
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.'
name: 'Polyglot Test Implementer'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent']
---
# Test Implementer

View File

@@ -1,8 +1,6 @@
---
description: 'Runs code formatting/linting for any language. Discovers lint command from project files if not specified.'
name: 'Polyglot Test Linter'
model: 'Claude Haiku 4.5'
tools: ['runCommands', 'codebase', 'search']
---
# Linter Agent

View File

@@ -1,8 +1,6 @@
---
description: 'Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.'
name: 'Polyglot Test Planner'
model: 'Claude Opus 4.5'
tools: ['codebase', 'editFiles', 'search', 'runSubagent']
---
# Test Planner

View File

@@ -1,8 +1,6 @@
---
description: 'Analyzes codebases to understand structure, testing patterns, and testability. Identifies source files, existing tests, build commands, and testing framework. Works with any language.'
name: 'Polyglot Test Researcher'
model: 'Claude Opus 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'fetch', 'runSubagent']
---
# Test Researcher

View File

@@ -1,8 +1,6 @@
---
description: 'Runs test commands for any language and reports results. Discovers test command from project files if not specified.'
name: 'Polyglot Test Tester'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'search']
---
# Tester Agent