Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .openhands/microagents/test.md
Original file line number Diff line number Diff line change
@@ -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