Skip to content

Add /code-review and /web-ui-review skills#894

Open
haeter525 wants to merge 2 commits intoev-flow:masterfrom
haeter525:add-code-and-ui-review-skills
Open

Add /code-review and /web-ui-review skills#894
haeter525 wants to merge 2 commits intoev-flow:masterfrom
haeter525:add-code-and-ui-review-skills

Conversation

@haeter525
Copy link
Copy Markdown
Member

@haeter525 haeter525 commented Mar 29, 2026

Description

Adds two Claude Code skills for automated PR review:

  1. /code-review for Python code review
  2. /web-ui-review for web UI review

Prerequisites

  1. Claude Code installed.
  2. playwright-cli installed (only needed by /web-ui-review).
    • To install: npm install -g @playwright/cli@latest

How to use

/code-review

  1. Open Claude Code at the Quark-Engine repo
  2. Check out the branch to review
  3. Type /code-review to start a review
    • Claude will read the changed files, run automated checks (black, pylint, mypy, bandit, coverage), perform a manual correctness review, and produce a summary table of all findings

Example: code-review-conversation.html

/web-ui-review

  1. Open Claude Code at the Quark-Engine repo
  2. Check out the branch containing the web UI file you want to review
  3. Type /web-ui-review to start a review
    • Claude will open the file in a Playwright browser, run functional, accessibility, responsive, and security checks, and produce a summary table of all findings

Example: web-ui-review-conversation.html

Key Changes

Tests

  • Run /code-review on #890 and verify Claude Code generates a review.
  • Run /web-ui-review on Quark web report and verify Claude Code generates a review.

@haeter525 haeter525 changed the title Add /code-review and /web-ui-review skills for Claude Code Add /code-review and /web-ui-review skills Mar 29, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.32%. Comparing base (9fb4362) to head (95e37a2).
⚠️ Report is 5 commits behind head on master.

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              
Flag Coverage Δ
unittests 81.32% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant