mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Remove overspecifications
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user