Skip to content

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

Open
haeter525 wants to merge 3 commits into
ev-flow:masterfrom
haeter525:add-code-and-ui-review-skills
Open

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

Conversation

@haeter525

@haeter525 haeter525 commented Mar 29, 2026

Copy link
Copy Markdown
Member

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

codecov Bot commented Mar 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.89%. Comparing base (1df1d49) to head (da393cf).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #894   +/-   ##
=======================================
  Coverage   78.89%   78.89%           
=======================================
  Files          81       81           
  Lines        7131     7131           
=======================================
  Hits         5626     5626           
  Misses       1505     1505           
Flag Coverage Δ
unittests 78.89% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.
…eview-skills

# Conflicts:
#	.claude/skills/code-review/SKILL.md
#	.claude/skills/web-ui-review/SKILL.md
#	CLAUDE.md
@haeter525 haeter525 requested a review from pulorsok June 27, 2026 08:23
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