Skip to content

Commit 82ea8a3

Browse files
committed
Merge branch 'main' into 25.14
2 parents 976badc + 0f35a6c commit 82ea8a3

40 files changed

Lines changed: 1277 additions & 132 deletions

.claude/commands/create-jira-issue.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
---
2+
description: Create a Jira issue for Git changes
3+
argument-hint: [stage, pr, branch, commit]
4+
model: claude-sonnet-4-20250514
5+
---
16

27
# Create a Jira issue for Git Changes
38

49
Create a Jira issue based on **Git changes** by following these instructions:
510

611
## Arguments
7-
This command accept"$ARGUMENTS" to specify the type of changes to analyze:
12+
This command accept $ARGUMENTS to specify the type of changes to analyze:
813
- `stage` - Analyze staged changes
914
- `pr` - Analyze changes in current graphite stack up to current branch
1015
- `branch` - Analyze all changes in current branch

.claude/commands/create-pr-stack-for-stage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
description: Create a PR Stack and link to Jira issue.
3+
argument-hint: [FR-1234, https://lablup.atlassian.net/browse/FR-1234]
4+
model: claude-sonnet-4-20250514
5+
---
6+
17
# Create a PR Stack for Staged Changes
28

39
Create a new graphite stack branch for currently staged changes, following the project's commit message patterns and workflow.

.claude/commands/enhance-component-docs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
model: claude-sonnet-4-20250514
3+
---
4+
15
# Enhance Component Documentation
26

37
Automatically enhance React component documentation with JSDoc comments, improved Storybook stories, and autodoc configuration.

.claude/commands/fill-out-i18n.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
model: claude-sonnet-4-20250514
3+
---
4+
15
# Fill Out i18n Translations
26

37
High-performance auto-translation of missing i18n keys using Claude AI for Backend.AI WebUI locale files based on git changes.

.claude/commands/improve-release-note.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
model: claude-sonnet-4-20250514
3+
---
4+
15
# Improve Release Note
26

37
Improve GitHub release notes by fetching the specified release and formatting it according to the project's preferred markdown format with proper categorization.

.claude/commands/update-storybook-autodoc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
model: claude-sonnet-4-20250514
3+
---
4+
15
# Update Storybook with Autodoc
26

37
Update React components with comprehensive JSDoc documentation and enhanced Storybook stories with autodoc functionality.

0 commit comments

Comments
 (0)