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.' description: 'Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.'
name: 'Polyglot Test Builder' name: 'Polyglot Test Builder'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'search']
--- ---
# Builder Agent # Builder Agent

View File

@@ -1,8 +1,6 @@
--- ---
description: 'Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.' description: 'Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.'
name: 'Polyglot Test Fixer' name: 'Polyglot Test Fixer'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search']
--- ---
# Fixer Agent # 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.' 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' name: 'Polyglot Test Generator'
model: 'Claude Opus 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent']
--- ---
# Test Generator Agent # 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.' 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' name: 'Polyglot Test Implementer'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent']
--- ---
# Test Implementer # 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.' description: 'Runs code formatting/linting for any language. Discovers lint command from project files if not specified.'
name: 'Polyglot Test Linter' name: 'Polyglot Test Linter'
model: 'Claude Haiku 4.5'
tools: ['runCommands', 'codebase', 'search']
--- ---
# Linter Agent # 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.' 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' name: 'Polyglot Test Planner'
model: 'Claude Opus 4.5'
tools: ['codebase', 'editFiles', 'search', 'runSubagent']
--- ---
# Test Planner # 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.' 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' name: 'Polyglot Test Researcher'
model: 'Claude Opus 4.5'
tools: ['runCommands', 'codebase', 'editFiles', 'search', 'fetch', 'runSubagent']
--- ---
# Test Researcher # 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.' description: 'Runs test commands for any language and reports results. Discovers test command from project files if not specified.'
name: 'Polyglot Test Tester' name: 'Polyglot Test Tester'
model: 'Claude Sonnet 4.5'
tools: ['runCommands', 'codebase', 'search']
--- ---
# Tester Agent # Tester Agent

View File

@@ -1,7 +1,5 @@
--- ---
agent: 'agent'
description: 'Best practices and guidelines for generating comprehensive, parameterized unit tests with 80% code coverage across any programming language' description: 'Best practices and guidelines for generating comprehensive, parameterized unit tests with 80% code coverage across any programming language'
model: 'Claude Sonnet 4.5'
--- ---
# Unit Test Generation Prompt # Unit Test Generation Prompt