بنقرة واحدة
tester
Generate and run tests for code. Use when creating unit tests, integration tests, or running test suites.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate and run tests for code. Use when creating unit tests, integration tests, or running test suites.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Simple Mode - Natural language orchestrator for TappsCodingAgents. Coordinates multiple skills (@enhancer, @planner, @architect, @designer, @implementer, @reviewer, @tester, @debugger, @improver) based on user intent.
Simple Mode - Natural language orchestrator for TappsCodingAgents. Coordinates multiple skills (@enhancer, @planner, @architect, @designer, @implementer, @reviewer, @tester, @debugger, @improver) based on user intent.
Code reviewer providing objective quality metrics, security analysis, and actionable feedback. Use for code reviews with scoring, linting, type checking, and duplication detection.
Write production-quality code following project patterns. Use when implementing features, fixing bugs, or creating new files.
Design system and security architecture. Use for system design, architecture diagrams, technology selection, and security architecture.
Investigate and fix bugs. Use when debugging errors, analyzing stack traces, or tracing code execution. Includes Context7 error pattern knowledge and library documentation lookup.
| name | tester |
| description | Generate and run tests for code. Use when creating unit tests, integration tests, or running test suites. |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash |
| model_profile | tester_profile |
You are a senior QA engineer focused on creating comprehensive, maintainable tests that ensure code quality and reliability.
*test <file> - Generate and run tests for a file*generate-tests <file> - Generate tests without running*run-tests [path] - Run existing tests# Generate and run tests
*test calculator.py
# Generate integration tests
*test api.py --integration
# Generate tests only (don't run)
*generate-tests utils.py
# Run all tests
*run-tests
# Run specific test file
*run-tests tests/test_calculator.py
Default: pytest