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

Closed
opened 2026-05-27 12:16:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6661
Author: @SaintPatrck
Created: 3/13/2026
Status: Merged
Merged: 3/13/2026
Merged by: @SaintPatrck

Base: mainHead: chore/update-build-test-verify-skill


📝 Commits (2)

  • 794bcbb llm: Capture test failures on first run in build-test-verify skill
  • dd93438 Align grep patterns in code examples with IMPORTANT note

📊 Changes

1 file changed (+17 additions, -1 deletions)

View changed files

📝 .claude/skills/build-test-verify/SKILL.md (+17 -1)

📄 Description

🎟️ 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6661 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `chore/update-build-test-verify-skill` --- ### 📝 Commits (2) - [`794bcbb`](https://github.com/bitwarden/android/commit/794bcbb47b2974fabc33c772ea4178bcd1237e7d) llm: Capture test failures on first run in build-test-verify skill - [`dd93438`](https://github.com/bitwarden/android/commit/dd93438cf1e164d02c44d8adbf1084831b92d98d) Align grep patterns in code examples with IMPORTANT note ### 📊 Changes **1 file changed** (+17 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.claude/skills/build-test-verify/SKILL.md` (+17 -1) </details> ### 📄 Description ## 🎟️ 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-27 12:16:50 -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#93339