Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/code-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Review code quality in: $ARGUMENTS

2. **Run automated checks**:
```bash
npm run lint -- $ARGUMENTS
npm run lint -- "$ARGUMENTS"
npm run typecheck
```

Expand Down
4 changes: 2 additions & 2 deletions .claude/commands/pr-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Review the pull request: $ARGUMENTS
## Instructions

1. **Get PR information**:
- Run `gh pr view $ARGUMENTS` to get PR details
- Run `gh pr diff $ARGUMENTS` to see changes
- Run `gh pr view "$ARGUMENTS"` to get PR details
- Run `gh pr diff "$ARGUMENTS"` to see changes

2. **Read review standards**:
- Read `.claude/agents/code-reviewer.md` for the review checklist
Expand Down