Code Quality Review
Description
Review code quality in: $ARGUMENTS
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for ChrisWiles/claude-code-showcase, shared by 6 entries
in this directory. It describes the repository, not this entry specifically.
description: Run code quality checks on a directory allowed-tools: Read, Glob, Grep, Bash(npm:*), Bash(npx:*)
Code Quality Review
Review code quality in: $ARGUMENTS
Instructions
**Identify files to review**:
- Find all
.tsand.tsxfiles in the directory - Exclude test files and generated files
- Find all
**Run automated checks**:
npm run lint -- $ARGUMENTS npm run typecheck**Manual review checklist**:
- No TypeScript
anytypes - Proper error handling
- Loading states handled correctly
- Empty states for lists
- Mutations have onError handlers
- Buttons disabled during async operations
- No TypeScript
**Report findings** organized by severity:
- Critical (must fix)
- Warning (should fix)
- Suggestion (could improve)
Related Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Open Code Review
/open-code-review
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Standards Skills
Engineering standards and compliance skills
Code Quality