Add /code-review and /web-ui-review skills#894
Open
haeter525 wants to merge 2 commits intoev-flow:masterfrom
Open
Add /code-review and /web-ui-review skills#894haeter525 wants to merge 2 commits intoev-flow:masterfrom
haeter525 wants to merge 2 commits intoev-flow:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #894 +/- ##
==========================================
+ Coverage 81.31% 81.32% +0.01%
==========================================
Files 80 80
Lines 6946 6952 +6
==========================================
+ Hits 5648 5654 +6
Misses 1298 1298
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adds a checklist item to the code-review skill: when a commit borrows ideas or code from an open-source project, the commit body must name the referenced project and its license, and include a notice that Quark will remove the code upon request from the original authors.
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.
Description
Adds two Claude Code skills for automated PR review:
/code-reviewfor Python code review/web-ui-reviewfor web UI reviewPrerequisites
/web-ui-review).npm install -g @playwright/cli@latestHow to use
/code-review/code-reviewto start a reviewExample: code-review-conversation.html
/web-ui-review/web-ui-reviewto start a reviewExample: web-ui-review-conversation.html
Key Changes
/code-review)/web-ui-review)Tests
/code-reviewon #890 and verify Claude Code generates a review./web-ui-reviewon Quark web report and verify Claude Code generates a review.