oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
22 lines (14 loc) • 372 B
Markdown
# Analyze Test Failure
**Category:** problem-solving
**Version:** 1.0.0
**Used By:** agent-problem-solver
## Purpose
Deep analysis of failed tests to find root cause.
## Steps
1. Read test failure output
2. Identify failing assertion
3. Trace code execution
4. Find root cause
5. Propose solution
## Version History
- **1.0.0** (2025-10-18): Initial implementation