Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions .claude/commands/merge-cleanup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
description: Post-merge cleanup: switch to main, pull, delete merged branch, prune
---

## Context

- Current branch: !`git branch --show-current`
- All local branches: !`git branch`
- Remote branches: !`git branch -r`

## Task

Michelle has merged her PR and wants to clean up. Please:

1. Switch to main branch
2. Pull latest changes
3. Delete the previous branch (the one shown above that is not main)
4. Prune stale remote-tracking references: `git fetch --prune`
5. Check both Git and GitHub to ensure clean status
6. Create narrow summary table with emojies to show everything is clean

If already on main with no other branches, just confirm everything is clean.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
Loading
Loading