Install
openclaw skills install easyclass-auto-improveAutomated development workflow with task board management, code quality checks, and continuous improvement. Perfect for auto-coding projects every 30 minutes.
openclaw skills install easyclass-auto-improveAutomated development workflow with task board management, code quality checks, and continuous improvement.
This skill provides a comprehensive automated development workflow that runs every 30 minutes (configurable). It's perfect for:
This skill includes robust error handling for API rate limits and other transient errors:
## 错误处理机制
如果遇到 API 速率限制或其他错误:
1. 等待 5 分钟后重试
2. 如果重试失败,等待 15 分钟后再次重试
3. 如果仍然失败,记录错误并跳过本次执行
4. 不要因为错误而停止整个任务
The workflow can be customized by modifying the task prompt in your cron job. Key configurable areas:
Create a TASKS.md file in your project root:
# Project Tasks
## P0 - MVP (Must Have)
- [ ] User authentication system
- [ ] Database models
- [ ] API endpoints
## P1 - Important
- [ ] Input validation
- [ ] Error handling
- [ ] Logging system
## P2 - Nice to Have
- [ ] Performance optimization
- [ ] Documentation
- [ ] Unit tests
Add verbose logging to your workflow for debugging:
set -x # Enable debug output
This skill is designed to be extended. Common customizations:
MIT License - Feel free to modify and distribute.