[PR #6703] [MERGED] [PM-33941] llm: Refine skills and commands for agent reliability #100183

Closed
opened 2026-05-31 04:45:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: llm/skill-refinements


📝 Commits (2)

  • ef14c4d [PM-33941] llm: Refine skills and commands for agent reliability
  • 9e9d8a4 Address code review feedback on skill and command text

📊 Changes

3 files changed (+21 additions, -9 deletions)

View changed files

📝 .claude/commands/work-on-android.md (+6 -6)
📝 .claude/skills/build-test-verify/SKILL.md (+13 -2)
📝 .claude/skills/testing-android-code/SKILL.md (+2 -1)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-33941

📔 Objective

Improves Claude Code skill and command reliability for agent-driven development:

  • work-on-android.md: Use Skill() invocation syntax so agents trigger skills correctly instead of treating references as prose
  • build-test-verify/SKILL.md: Add detekt -Pprecommit=true flag guidance and output grep filtering to capture violations on the first run
  • testing-android-code/SKILL.md: Promote @Suppress("MaxLineLength") rule from a buried bullet to a prominent blockquote warning, preventing agents from reflexively copying the annotation without verifying line length

🔄 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/6703 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 3/20/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `llm/skill-refinements` --- ### 📝 Commits (2) - [`ef14c4d`](https://github.com/bitwarden/android/commit/ef14c4dcb04d159eb2a868df3d5f40c0e6c5a0a1) [PM-33941] llm: Refine skills and commands for agent reliability - [`9e9d8a4`](https://github.com/bitwarden/android/commit/9e9d8a41fca4d2bda3a7426b953a1cb61d3eea1e) Address code review feedback on skill and command text ### 📊 Changes **3 files changed** (+21 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.claude/commands/work-on-android.md` (+6 -6) 📝 `.claude/skills/build-test-verify/SKILL.md` (+13 -2) 📝 `.claude/skills/testing-android-code/SKILL.md` (+2 -1) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-33941 ## 📔 Objective Improves Claude Code skill and command reliability for agent-driven development: - **work-on-android.md**: Use `Skill()` invocation syntax so agents trigger skills correctly instead of treating references as prose - **build-test-verify/SKILL.md**: Add detekt `-Pprecommit=true` flag guidance and output grep filtering to capture violations on the first run - **testing-android-code/SKILL.md**: Promote `@Suppress("MaxLineLength")` rule from a buried bullet to a prominent blockquote warning, preventing agents from reflexively copying the annotation without verifying line length --- <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-31 04:45:00 -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#100183