File tree Expand file tree Collapse file tree
.claude/skills/doc-pr-fix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Then post a PR comment mirroring your task list so the writer can see what you'r
6161
6262``` bash
6363PROGRESS_COMMENT_ID=$( gh pr comment " $PR_NUMBER " --body " $( cat << 'EOF '
64- **Working on it...** ✏️
64+ **Fix in progress:**
6565
6666- [ ] Fix Vale issues in `path/to/file.md` (N issues)
6767- [ ] Fix Vale issues in `path/to/other.md` (N issues)
@@ -120,9 +120,8 @@ Replace the progress comment with a completion summary. Don't post a separate co
120120``` bash
121121gh api repos/{owner}/{repo}/issues/comments/$PROGRESS_COMMENT_ID \
122122 -X PATCH -f body=" $( cat << 'EOF '
123- **Fixes applied** ✅
123+ **Fix complete:**
124124
125- - [x] Read PR diff and review comments
126125- [x] Fix Vale issues in `path/to/file.md` (N issues)
127126- [x] Fix Vale issues in `path/to/other.md` (N issues)
128127- [x] Verify changes
You can’t perform that action at this time.
0 commit comments