feat(viz-platform): add /design-review command for design audits #368

Closed
lmiranda wants to merge 0 commits from feat/359-design-review-command into development
Owner

Summary

  • Add /design-review <path> command for detailed design system compliance audits
  • Command invokes the design-reviewer agent with the design-system-audit skill
  • Returns comprehensive findings grouped by severity (FAIL/WARN/INFO)
  • Each finding includes file path, line number, and recommended fix

Closes #359

Test Plan

  • Verify command file has correct frontmatter structure
  • Verify command follows viz-platform command conventions
  • Verify related commands section references existing commands

Generated with Claude Code

## Summary - Add `/design-review <path>` command for detailed design system compliance audits - Command invokes the design-reviewer agent with the design-system-audit skill - Returns comprehensive findings grouped by severity (FAIL/WARN/INFO) - Each finding includes file path, line number, and recommended fix ## Related Issue Closes #359 ## Test Plan - [ ] Verify command file has correct frontmatter structure - [ ] Verify command follows viz-platform command conventions - [ ] Verify related commands section references existing commands --- Generated with Claude Code
lmiranda added 1 commit 2026-02-01 23:21:20 +00:00
Add standalone command that invokes the design-reviewer agent to
perform detailed design system compliance audits on target paths.
Returns comprehensive findings grouped by severity with file paths,
line numbers, and recommended fixes.

Closes #359

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda closed this pull request 2026-02-01 23:47:53 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#368