Skip to content

feat(me): add commit-push-pr command - #7

Merged
baleen37 merged 1 commit into
mainfrom
wip/add-commit-push-pr-command
Jan 14, 2026
Merged

feat(me): add commit-push-pr command#7
baleen37 merged 1 commit into
mainfrom
wip/add-commit-push-pr-command

Conversation

@baleen37

@baleen37 baleen37 commented Jan 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add new /commit-push-pr slash command for automating git workflow

Test plan

  • Command file created at plugins/me/commands/commit-push-pr.md
  • Follows project naming conventions

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Summary by CodeRabbit

  • New Features

    • Added a new commit-push-PR workflow automation that orchestrates git operations in sequence, including parallel context gathering, base branch enforcement, and merge-conflict detection.
  • Documentation

    • Added documentation for the new workflow skill.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai

coderabbitai Bot commented Jan 14, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

A new markdown documentation file is added describing the commit-push-pr skill, which orchestrates a complete git workflow combining commit, push, and pull request operations with parallel context gathering and conflict detection capabilities.

Changes

Cohort / File(s) Change Summary
Documentation
plugins/me/commands/commit-push-pr.md
New skill documentation (+5 lines) describing the commit-push-pr orchestration workflow with base branch enforcement and merge-conflict detection

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops through git with glee, 🐰
Commit, push, PR—a trinity!
No merge conflicts shall stand in the way,
Three steps in one, hip-hip-hooray! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(me): add commit-push-pr command' clearly and concisely summarizes the main change—adding a new commit-push-pr command to the me plugin.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4c5e661 and 140c344.

📒 Files selected for processing (1)
  • plugins/me/commands/commit-push-pr.md
🧰 Additional context used
📓 Path-based instructions (1)
plugins/*/commands/**/*.md

📄 CodeRabbit inference engine (CLAUDE.md)

All commands must be placed in commands/*.md with YAML frontmatter and instructions for user-executable slash commands

Files:

  • plugins/me/commands/commit-push-pr.md
🔇 Additional comments (2)
plugins/me/commands/commit-push-pr.md (2)

1-3: LGTM: Well-structured frontmatter.

The YAML frontmatter is properly formatted with a clear, descriptive summary of the command's capabilities.


5-5: No changes needed — this file follows the established pattern for command files in the project.

The instruction at line 5 is consistent with other command files in plugins/me/commands/ (brainstorm.md, debug.md, fix-ci.md, research.md), which all use a similar structure: YAML frontmatter with a description, followed by a brief instruction that references the skill to follow. The command satisfies the coding guideline requiring "instructions for user-executable slash commands."

Likely an incorrect or invalid review comment.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@baleen37
baleen37 merged commit bea398f into main Jan 14, 2026
3 checks passed
github-actions Bot added a commit that referenced this pull request Jan 14, 2026
# [1.2.0](v1.1.1...v1.2.0) (2026-01-14)

### Features

* **me:** add commit-push-pr command ([#7](#7)) ([bea398f](bea398f))
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

baleen37 added a commit that referenced this pull request Feb 8, 2026
Fixed issues found during code review of Task 6:
- Removed broken references to deleted setup-ralph-loop.sh in ralph-loop.md
- Added TODO comments pointing to relevant tasks (#7, #8)
- Updated Core Concept section to note Stop hook mechanism has been removed

The /ralph-loop command is now marked as temporarily broken pending
implementation of the new architecture (bash loop + fresh Claude instances).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
baleen37 added a commit that referenced this pull request Feb 8, 2026
Changed TODO comment from "Task #7" to "Task #5" since Task 5 is
"Update /ralph-loop Command" while Task 7 is "Update /cancel-ralph Command".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
baleen-release-app Bot pushed a commit that referenced this pull request Feb 8, 2026
# [5.11.0](v5.10.0...v5.11.0) (2026-02-08)

### Bug Fixes

* **ralph-loop:** correct TODO task number reference ([f7e767d](f7e767d)), closes [#7](#7) [#5](#5)
* **ralph-loop:** remove broken references after deleting stop hook ([a8cf850](a8cf850)), closes [#7](#7) [#8](#8)

### Features

* **ralph-loop:** add core bash loop script ([7a4a41c](7a4a41c))
* **ralph-loop:** add per-iteration prompt template ([8c73290](8c73290))
* **ralph-loop:** add ralph-init command for PRD creation ([167dbcc](167dbcc))
baleen37 pushed a commit to baleen37/memmem that referenced this pull request Feb 15, 2026
# [5.11.0](baleen37/bstack@v5.10.0...v5.11.0) (2026-02-08)

### Bug Fixes

* **ralph-loop:** correct TODO task number reference ([f7e767d](baleen37/bstack@f7e767d)), closes [#7](baleen37/bstack#7) [#5](baleen37/bstack#5)
* **ralph-loop:** remove broken references after deleting stop hook ([a8cf850](baleen37/bstack@a8cf850)), closes [#7](baleen37/bstack#7) [#8](baleen37/bstack#8)

### Features

* **ralph-loop:** add core bash loop script ([7a4a41c](baleen37/bstack@7a4a41c))
* **ralph-loop:** add per-iteration prompt template ([8c73290](baleen37/bstack@8c73290))
* **ralph-loop:** add ralph-init command for PRD creation ([167dbcc](baleen37/bstack@167dbcc))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant