Files
reader-app/.github/prompts/debug-triage-checklist.prompt.md
T
virtus 6946083aee
Build Android APK / build-apk (push) Failing after 4m37s
feat: Enhance chapter list and TTS functionality
- Introduced ChapterListQuery and ChapterListPage classes for better chapter management.
- Updated chapterListProvider to handle pagination and canonical ID resolution.
- Improved ReaderScreen with enhanced TTS features, including auto-scroll to active paragraph and better handling of TTS state.
- Added TtsPlayerWidget with compact mode and improved UI for TTS controls.
- Enhanced TtsService to manage speech segments and background mode for TTS.
- Implemented battery optimization checks for TTS background mode on Android.
- Updated main.dart to ensure proper error handling in a zoned environment.
2026-04-07 18:49:29 +07:00

1006 B

name, description, argument-hint, agent
name description argument-hint agent
Debug Triage Checklist Use when: cần phân tích nhanh lỗi runtime từ logcat/server logs, xác định root cause và đề xuất patch an toàn Dán log, stack trace, bước tái hiện, và môi trường bị lỗi Sleuth Debugger Agent

Thực hiện debug triage theo checklist chuẩn cho lỗi runtime được cung cấp.

Checklist bắt buộc:

  • Trích xuất error signature chính và stack trace quan trọng nhất.
  • Xác định giả định tái hiện lỗi và điều kiện kích hoạt.
  • Khoanh vùng root cause bằng bằng chứng từ log + code path.
  • Đề xuất patch nhỏ nhất có thể áp dụng ngay.
  • Đưa kế hoạch verify sau fix với expected behavior rõ ràng.

Kết quả bắt buộc:

  • Error signature.
  • Root cause theo chuỗi nhân quả.
  • File/symbol bị ảnh hưởng.
  • Patch proposal cụ thể.
  • Verification checklist.
  • Guardrails phòng tái phát (test/logging/alerts).