Skip to content

Commit fe906b2

Browse files
fix: replace Japanese text in SKILL.md comment with English
Language policy requires English-only in all project assets. Co-authored-by: Kota Kanbe <kotakanbe@users.noreply.github.com>
1 parent 5f201a6 commit fe906b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .claude/skills/review-until-clean

.claude/skills/review-until-clean/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ git add -A
127127

128128
# Skip commit if there's nothing staged. Without this guard, an empty
129129
# `git commit` would exit non-zero and abort the skill before Phase
130-
# B/C, breaking the documented "skip Phase A → existing PR で Copilot
131-
# review だけ iterate" use case.
130+
# B/C, breaking the "skip Phase A changes, iterate only Copilot
131+
# review on an existing PR" use case.
132132
if ! git diff --cached --quiet; then
133133
git commit -m "fix: <descriptive message>"
134134
fi

0 commit comments

Comments
 (0)