What problem does it solve? After a pull request is merged, developers often forget to delete stale local and remote branches, sync main, or update the linked issue's project status, leaving repositories cluttered and project boards out of date. ## Core Features & Use Cases - Branch Cleanup: Checks out main, syncs from origin, and deletes both local and remote feature branches via the jp5 pr cleanup CLI. - Issue Management: Optionally posts a final comment to the linked issue and sets its project Status to Review. - Worktree Support: Detects git worktree contexts and adapts behavior, skipping checkout and local branch deletion while rebasing onto origin/main. - Session Telemetry: Posts a session telemetry comment with model, PRs, commits, and skills used, preferring hook-generated exact token data. - Use Case: After your PR #42 merges, run the cleanup to delete the feature branch locally and remotely, comment on issue #38, and move it to Review on the project board. ## Quick Start Tell the assistant the PR has been merged and ask it to run the forge cleanup for that PR number with its linked issue.