From 72bf312afa77f3c68f065942132bf6464984be97 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 5 Jan 2026 08:29:40 +0000 Subject: [PATCH] Add test microagent Co-authored-by: openhands --- .openhands/microagents/test.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .openhands/microagents/test.md diff --git a/.openhands/microagents/test.md b/.openhands/microagents/test.md new file mode 100644 index 0000000..6f28f48 --- /dev/null +++ b/.openhands/microagents/test.md @@ -0,0 +1,30 @@ +--- +name: test +type: knowledge +version: 1.0.0 +agent: CodeActAgent +triggers: [] +--- + +# Test Microagent + +This microagent is designed to perform testing tasks. + +## Purpose + +The test microagent provides guidance and capabilities for running tests within the repository. + +## Usage + +This microagent can be used to: +- Run test suites +- Validate code changes +- Ensure code quality through testing + +## Instructions + +When testing is needed: +1. Identify the test files or test suites to run +2. Execute the appropriate test commands +3. Review test results and report any failures +4. Suggest fixes for failing tests if applicable