Skip to content

Commit c45fc64

Browse files
committed
Merge branch 'master' into feature/MBL-19529-Learner-Dashboard-Settings-Enhancements
# Conflicts: # Student/Student/LearnerDashboard/Container/View/LearnerDashboardScreen.swift # Student/Student/LearnerDashboard/Container/ViewModel/LearnerDashboardViewModel.swift # Student/Student/LearnerDashboard/Settings/View/LearnerDashboardSettingsWidgetCardView.swift
2 parents 0e49fc8 + b9b9baa commit c45fc64

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.claude/commands/review-branch.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Review the current branch against a base branch. Usage: /review-branch [base-branch] (defaults to `master`)
2+
3+
The base branch is: $ARGUMENTS (use `master` if empty)
4+
5+
Run these read-only git commands to gather context:
6+
7+
```bash
8+
git rev-parse --abbrev-ref HEAD
9+
git log <base>...HEAD --oneline
10+
git diff <base>...HEAD --name-status
11+
git diff <base>...HEAD
12+
```
13+
14+
If more than 100 files changed, list them grouped by top-level module (Student/, Core/, Horizon/, Teacher/, Parent/) and ask which modules to focus on before proceeding.
15+
16+
Please review this diff and provide feedback. Use CLAUDE.md files in this repository for guidance on style, architecture, and conventions. Be constructive and helpful.
17+
18+
Review focus areas:
19+
- Code quality and best practices
20+
- Potential bugs or issues
21+
- Performance considerations
22+
- Security concerns
23+
- Test coverage

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": {
88
"source": "github",
99
"repo": "AvdLee/SwiftUI-Agent-Skill",
10-
"ref": "1.1.2"
10+
"ref": "2.3.0"
1111
}
1212
}
1313
}

.github/workflows/claude-code-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run Claude Code Review
3939
id: claude-review
4040
continue-on-error: true
41-
uses: anthropics/claude-code-action@v1
41+
uses: anthropics/claude-code-action@ba7fa4bcf054319261202aef93d71a89112a8d00
4242
with:
4343
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4444
prompt: |
@@ -92,5 +92,5 @@ jobs:
9292
9393
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
9494
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
95-
claude_args: '--allowedTools "mcp__github__create_pending_pull_request_review,mcp__github__add_comment_to_pending_review,mcp__github__submit_pending_pull_request_review,mcp__github__get_pull_request_diff,mcp__github__list_reviews,mcp__github__get_review,mcp__github__list_review_comments,mcp__github__update_review_comment,mcp__github__create_or_update_pull_request_review_comment,mcp__github__create_or_update_issue_comment,mcp__github__list_issue_comments,mcp__github__resolve_review_thread"'
95+
claude_args: '--allowedTools mcp__github__create_pending_pull_request_review,mcp__github__add_comment_to_pending_review,mcp__github__submit_pending_pull_request_review,mcp__github__get_pull_request_diff,mcp__github__list_reviews,mcp__github__get_review,mcp__github__list_review_comments,mcp__github__update_review_comment,mcp__github__create_or_update_pull_request_review_comment,mcp__github__create_or_update_issue_comment,mcp__github__list_issue_comments,mcp__github__resolve_review_thread'
9696

0 commit comments

Comments
 (0)