OpenHands
A category of prompts related to automated development workflows using OpenHands AI.
Included Prompts
- OpenHands Issue Resolver GitHub Actions Workflow - GitHub Actions workflow for automatic code fixes using OpenHands AI on GitHub/Forgejo from issues and PR comments
Features
- Label-based Trigger: Start automatic resolution with
fix-melabel - Comment-based Trigger: Execute with
@openhands-agentmention - Automatic PR Creation: Automatically create changes as draft PRs
- Experimental Version Support: Use latest version with
fix-me-experimental
Usage
- Place at
.github/workflows/openhands-resolver.ymlin your repository - Set
ANTHROPIC_API_KEYin GitHub Secrets - Add
fix-melabel to Issue or comment@openhands-agent
Environment Variables
| Variable | Description | Default Value |
|---|---|---|
ANTHROPIC_API_KEY | Anthropic API key (required) | - |
LLM_MODEL | LLM model to use | anthropic/claude-sonnet-4-20250514 |