Enhance verify-on-device skill with POS navigation and logcat verification#15576
Open
malinajirka wants to merge 2 commits intotrunkfrom
Open
Enhance verify-on-device skill with POS navigation and logcat verification#15576malinajirka wants to merge 2 commits intotrunkfrom
malinajirka wants to merge 2 commits intotrunkfrom
Conversation
- Expand description to clarify use cases (UI testing, POS flows, screenshots, etc.). - Introduce logcat event verification navigation flows. - Add references for Main App and POS navigation, detailing workflows, identifiers, and tracking events.
Collaborator
Generated by 🚫 Danger |
Collaborator
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #woomob-2552
Summary
Restructures the
verify-on-deviceskill for better POS coverage, lower token usage, and faster execution.Changes
references/main-app-navigation.mdandreferences/pos-navigation.mdwith full feature treescontext: fork— skill runs in isolated forked context, keeping main conversation clean$ARGUMENTS— forked context receives the user's taskBenchmark Results (POS Checkout Flow)
context: fork(final)33% fewer tool calls, 62% faster, zero screenshots, 5 logcat events verified.
Key Design Decisions
context: forkover Agent tool — declarative, always isolates regardless of how skill is invokedTest plan