Example Workflows
Ready-to-use workflow examples for common development tasks.
Available Examples
Using Examples
1. Copy the Manifest
Each example includes a complete HMS manifest you can copy.
2. Customize for Your Project
Update the context section with your project details:
{
"context": {
"repo": "your-project-name",
"language": "your-language",
"framework": "your-framework"
}
}3. Deploy
Create a new workflow in the Hydra Dashboard and paste the manifest.
Categories
Development
- Bug Fix Workflow - Find and fix bugs
- Refactoring - Improve code quality
Quality
- Code Review - Review code changes
- Test Generation - Generate tests
More Coming Soon
- Database Migration
- API Documentation
- Security Audit
- Performance Optimization
Contributing Examples
Want to share your workflow? Publish it to the Marketplace!