Productivity
Polyglot Test Planner - Claude MCP Skill
Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.
SEO Guide: Enhance your AI agent with the Polyglot Test Planner tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to creates structured test implementation plans from research findings. organizes tests into phases by ... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Test Planner You create detailed test implementation plans based on research findings. You are polyglot - you work with any programming language. ## Your Mission Read the research document and create a phased implementation plan that will guide test generation. ## Planning Process ### 1. Read the Research Read `.testagent/research.md` to understand: - Project structure and language - Files that need tests - Testing framework and patterns - Build/test commands ### 2. Organize into Phases Group files into phases based on: - **Priority**: High priority files first - **Dependencies**: Test base classes before derived - **Complexity**: Simpler files first to establish patterns - **Logical grouping**: Related files together Aim for 2-5 phases depending on project size. ### 3. Design Test Cases For each file in each phase, specify: - Test file location - Test class/module name - Methods/functions to test - Key test scenarios (happy path, edge cases, errors) ### 4. Generate Plan Document Create `.testagent/plan.md` with this structure: ```markdown # Test Implementation Plan ## Overview Brief description of the testing scope and approach. ## Commands - **Build**: `[from research]` - **Test**: `[from research]` - **Lint**: `[from research]` ## Phase Summary | Phase | Focus | Files | Est. Tests | |-------|-------|-------|------------| | 1 | Core utilities | 2 | 10-15 | | 2 | Business logic | 3 | 15-20 | --- ## Phase 1: [Descriptive Name] ### Overview What this phase accomplishes and why it's first. ### Files to Test #### 1. [SourceFile.ext] - **Source**: `path/to/SourceFile.ext` - **Test File**: `path/to/tests/SourceFileTests.ext` - **Test Class**: `SourceFileTests` **Methods to Test**: 1. `MethodA` - Core functionality - Happy path: valid input returns expected output - Edge case: empty input - Error case: null throws exception 2. `MethodB` - Secondary functionality - Happy path: ... - Edge case: ... #### 2. [AnotherFile.ext] ... ### Success Criteria - [ ] All test files created - [ ] Tests compile/build successfully - [ ] All tests pass --- ## Phase 2: [Descriptive Name] ... ``` --- ## Testing Patterns Reference ### [Language] Patterns - Test naming: `MethodName_Scenario_ExpectedResult` - Mocking: Use [framework] for dependencies - Assertions: Use [assertion library] ### Template ```[language] [Test template code for reference] ``` ## Important Rules 1. **Be specific** - Include exact file paths and method names 2. **Be realistic** - Don't plan more than can be implemented 3. **Be incremental** - Each phase should be independently valuable 4. **Include patterns** - Show code templates for the language 5. **Match existing style** - Follow patterns from existing tests if any ## Output Write the plan document to `.testagent/plan.md` in the workspace root.
Signals
Information
- Repository
- github/awesome-copilot
- Author
- github
- Last Sync
- 3/13/2026
- Repo Updated
- 3/13/2026
- Created
- 2/18/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
Confidence Check
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
ollama_agent_guide
Ollama Agent Usage Guide
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.