[PR #6573] [MERGED] [PM-32657] Add build-test-verify skill and extract build/test/deploy sections #48289

Closed
opened 2026-04-26 15:54:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6573
Author: @SaintPatrck
Created: 2/24/2026
Status: Merged
Merged: 2/27/2026
Merged by: @SaintPatrck

Base: mainHead: claude/add-build-test-verify-skill


📝 Commits (4)

  • 7cc2ce6 [PM-32657] Add build-test-verify skill and extract build/test/deploy sections
  • 34bf9b5 [PM-32657] Add missing packaging files and fix cross-references
  • 28723b2 Fix formatting issues in SKILL.md
  • e36f2ec [PM-32657] Fix stale cross-reference in UI Components section

📊 Changes

7 files changed (+299 additions, -153 deletions)

View changed files

📝 .claude/CLAUDE.md (+10 -147)
.claude/skills/build-test-verify/CHANGELOG.md (+19 -0)
.claude/skills/build-test-verify/CONTRIBUTING.md (+43 -0)
.claude/skills/build-test-verify/README.md (+75 -0)
.claude/skills/build-test-verify/SKILL.md (+136 -0)
📝 .claude/skills/implementing-android-code/CHANGELOG.md (+6 -0)
📝 .claude/skills/implementing-android-code/SKILL.md (+10 -6)

📄 Description

🎟️ Tracking

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

📔 Objective

Extract build, test, lint, and deploy commands from .claude/CLAUDE.md into a dedicated build-test-verify skill. This reduces CLAUDE.md context size and makes build/test commands available on-demand via skill invocation.

📐 Changes

New skill: build-test-verify

  • SKILL.md - Build, test, lint, deploy commands and codebase structure reference with version: 0.1.0 frontmatter
  • README.md - Skill description, features, trigger phrases, and content summary
  • CHANGELOG.md - Initial [0.1.0] - 2026-02-25 entry documenting extracted content
  • CONTRIBUTING.md - Versioning rules, local testing instructions, PR requirements

Updated: implementing-android-code

  • Fixed broken cross-reference in Quick Reference section that pointed to removed CLAUDE.md sections — now references the build-test-verify skill
  • Version bumped 0.1.10.1.2 with corresponding CHANGELOG entry

Test plan

  • All skills have version field in YAML frontmatter
  • build-test-verify has consistent packaging (README, CHANGELOG, CONTRIBUTING) matching implementing-android-code
  • Cross-reference in implementing-android-code/SKILL.md correctly points to build-test-verify skill
  • CHANGELOG dates and formatting are consistent across both skills

🔄 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/6573 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `claude/add-build-test-verify-skill` --- ### 📝 Commits (4) - [`7cc2ce6`](https://github.com/bitwarden/android/commit/7cc2ce61651ba248c8e6bd041e2388dadd05b148) [PM-32657] Add build-test-verify skill and extract build/test/deploy sections - [`34bf9b5`](https://github.com/bitwarden/android/commit/34bf9b5b6a7070b22ee0c31bd57c8d4f2ff84239) [PM-32657] Add missing packaging files and fix cross-references - [`28723b2`](https://github.com/bitwarden/android/commit/28723b2964d9f6eb42de4c815bb5045e101b86a0) Fix formatting issues in SKILL.md - [`e36f2ec`](https://github.com/bitwarden/android/commit/e36f2eceead4ff92988d0c55f9682f07785986b2) [PM-32657] Fix stale cross-reference in UI Components section ### 📊 Changes **7 files changed** (+299 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `.claude/CLAUDE.md` (+10 -147) ➕ `.claude/skills/build-test-verify/CHANGELOG.md` (+19 -0) ➕ `.claude/skills/build-test-verify/CONTRIBUTING.md` (+43 -0) ➕ `.claude/skills/build-test-verify/README.md` (+75 -0) ➕ `.claude/skills/build-test-verify/SKILL.md` (+136 -0) 📝 `.claude/skills/implementing-android-code/CHANGELOG.md` (+6 -0) 📝 `.claude/skills/implementing-android-code/SKILL.md` (+10 -6) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-32657 ## 📔 Objective Extract build, test, lint, and deploy commands from `.claude/CLAUDE.md` into a dedicated `build-test-verify` skill. This reduces CLAUDE.md context size and makes build/test commands available on-demand via skill invocation. ## 📐 Changes ### New skill: `build-test-verify` - **SKILL.md** - Build, test, lint, deploy commands and codebase structure reference with `version: 0.1.0` frontmatter - **README.md** - Skill description, features, trigger phrases, and content summary - **CHANGELOG.md** - Initial `[0.1.0] - 2026-02-25` entry documenting extracted content - **CONTRIBUTING.md** - Versioning rules, local testing instructions, PR requirements ### Updated: `implementing-android-code` - Fixed broken cross-reference in Quick Reference section that pointed to removed CLAUDE.md sections — now references the `build-test-verify` skill - Version bumped `0.1.1` → `0.1.2` with corresponding CHANGELOG entry ## ⏰ Test plan - [x] All skills have `version` field in YAML frontmatter - [x] `build-test-verify` has consistent packaging (README, CHANGELOG, CONTRIBUTING) matching `implementing-android-code` - [x] Cross-reference in `implementing-android-code/SKILL.md` correctly points to `build-test-verify` skill - [x] CHANGELOG dates and formatting are consistent across both skills --- <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-04-26 15:54:11 -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#48289