Add create-testvectors skill#1208
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the addition of the Code Review DetailsNo actionable findings.
|
🔍 SDK Breaking Change DetectionSDK Version:
Breaking change detection uses the build of the SDK from this branch, including any incompatibities pre-existing on or merged into this branch. Check the workflow logs to confirm. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1208 +/- ##
==========================================
+ Coverage 85.08% 85.09% +0.01%
==========================================
Files 464 464
Lines 63781 63866 +85
==========================================
+ Hits 54267 54348 +81
- Misses 9514 9518 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
SaintPatrck
left a comment
There was a problem hiding this comment.
Great skill. Overall this is excellent. Well scoped and concise. 👏
One minor suggestion to remove a couple permission prompts while the skill is doing its thing.
| ### 3. Run it and capture the output | ||
|
|
||
| ``` | ||
| cargo test -p <crate> <module>::tests::generate_test_vectors -- --ignored --nocapture |
There was a problem hiding this comment.
🎨 Adding Bash(cargo test:*) and Bash(npm run lint) to allowed-tools will make these command executions more seamless. Users won't have to manually approve them.
There was a problem hiding this comment.
Good point. Applied!
|



🎟️ Tracking
n/a
📔 Objective
Adds a
create-testvectorsClaude Code skill that documents how to record a serialized/encrypted format as a permanent test vector.🚨 Breaking Changes
None.