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
1 change: 1 addition & 0 deletions .claude/commands/process-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ For each open issue (`gh issue list --state open`), in order by issue number:
### 9. Merge & close
- Squash-merge the PR (`gh pr merge --squash --delete-branch`)
- Add resolution comment on the issue if helpful
- Rebase on latest main before starting next issue: `git checkout main && git pull origin main`
- Move to next issue

### 10. Review ignored tests
Expand Down
Loading