Skip to content
Merged
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
5 changes: 2 additions & 3 deletions .claude/skills/doc-pr-fix/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Then post a PR comment mirroring your task list so the writer can see what you'r

```bash
PROGRESS_COMMENT_ID=$(gh pr comment "$PR_NUMBER" --body "$(cat <<'EOF'
**Working on it...** ✏️
**Fix in progress:**

- [ ] Fix Vale issues in `path/to/file.md` (N issues)
- [ ] Fix Vale issues in `path/to/other.md` (N issues)
Expand Down Expand Up @@ -120,9 +120,8 @@ Replace the progress comment with a completion summary. Don't post a separate co
```bash
gh api repos/{owner}/{repo}/issues/comments/$PROGRESS_COMMENT_ID \
-X PATCH -f body="$(cat <<'EOF'
**Fixes applied** ✅
**Fix complete:**

- [x] Read PR diff and review comments
- [x] Fix Vale issues in `path/to/file.md` (N issues)
- [x] Fix Vale issues in `path/to/other.md` (N issues)
- [x] Verify changes
Expand Down
Loading