AI assisted development skill#125
Open
wzieba wants to merge 3 commits into
Open
Conversation
Adds three skills covering setup, tracking, and testing: - parsely-android-setup: Gradle dependency, Application init, DI wiring - parsely-android-tracking: pageview, engagement, video, conversion, metadata - parsely-android-testing: FakeParselyTracker with typed data classes and test patterns
Restructures skills into a Claude Code plugin under plugins/parsely-android/, adds plugin manifests, and documents installation in the README.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #125 +/- ##
=======================================
Coverage 71.32% 71.32%
=======================================
Files 22 22
Lines 415 415
Branches 50 50
=======================================
Hits 296 296
Misses 105 105
Partials 14 14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
Code reviewFound 1 issue:
🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
durationSeconds is declared internal, so it cannot be used as a named argument from external modules. Use positional arguments instead.
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.
No description provided.