[PR #6661] llm: Capture test failures on first run in build-test-verify skill #12905

Closed
opened 2026-04-11 03:53:14 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6661

State: closed
Merged: Yes


🎟️ Tracking

Internal LLM improvement — no Jira ticket.

📔 Objective

Update the build-test-verify skill to capture test failures on the first run instead of requiring redundant re-runs to diagnose errors.

Gradle suppresses detailed failure output by default, so test commands now pipe through grep filters that surface FAILED, BUILD, expected:, and actual: lines immediately. Also adds guidance for reading HTML/XML test reports when more detail is needed.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6661 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking Internal LLM improvement — no Jira ticket. ## 📔 Objective Update the `build-test-verify` skill to capture test failures on the first run instead of requiring redundant re-runs to diagnose errors. Gradle suppresses detailed failure output by default, so test commands now pipe through `grep` filters that surface `FAILED`, `BUILD`, `expected:`, and `actual:` lines immediately. Also adds guidance for reading HTML/XML test reports when more detail is needed.
GiteaMirror added the pull-request label 2026-04-11 03:53:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12905