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

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

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

State: closed
Merged: Yes


🎟️ 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
**Original Pull Request:** https://github.com/bitwarden/android/pull/6573 **State:** closed **Merged:** Yes --- ## 🎟️ 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
GiteaMirror added the pull-request label 2026-04-11 03:51:58 -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#12830