Skip to content

feat(me): add orchestrate and verify commands with argument support - #24

Merged
baleen37 merged 1 commit into
mainfrom
wip/add-commands
Jan 22, 2026
Merged

feat(me): add orchestrate and verify commands with argument support#24
baleen37 merged 1 commit into
mainfrom
wip/add-commands

Conversation

@baleen37

@baleen37 baleen37 commented Jan 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add orchestrate command for sequential agent workflows (feature, bugfix, refactor, security)
  • Add verify command for comprehensive codebase verification (build, type, lint, tests)
  • Add --draft and --automerge argument support to commit-push-pr command
  • Remove deprecated commands (fix-ci, git-exclude, handoff, make-local-issues, pickup)

Test plan

  • BATS tests pass (bats tests/command_files.bats)
  • New commands have proper YAML frontmatter
  • argument-hint configured for commit-push-pr

🤖 Generated with Claude Code

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

Summary by CodeRabbit

  • New Features

    • Added --draft flag for creating draft pull requests
    • Added --automerge flag for automatic PR squash-merging after creation
    • Introduced verify workflow for comprehensive build, type, lint, and test verification with multiple modes
    • Introduced orchestrate workflow for sequential multi-agent collaboration on features, bugfixes, and refactors
  • Documentation

    • Updated PR creation command with new flag documentation and examples
    • Reorganized and streamlined command documentation structure

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

- Add orchestrate command for sequential agent workflows
- Add verify command for comprehensive codebase verification
- Add --draft and --automerge arguments to commit-push-pr
- Remove deprecated commands (fix-ci, git-exclude, handoff, make-local-issues, pickup)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jan 22, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

The PR restructures plugin command documentation by removing five command files (fix-ci, git-exclude, handoff, make-local-issues, pickup) and introducing two new workflow documentation files for orchestration and verification. Additionally, the commit-push-pr skill and command documentation are updated to support --draft and --automerge flags via argument parsing.

Changes

Cohort / File(s) Summary
Deleted Command Docs
plugins/me/commands/fix-ci.md, plugins/me/commands/git-exclude.md, plugins/me/commands/handoff.md, plugins/me/commands/make-local-issues.md, plugins/me/commands/pickup.md
Five command documentation files removed (no replacement workflow integration). Total of 238 lines deleted.
New Workflow Documentation
plugins/me/commands/orchestrate.md, plugins/me/commands/verify.md
Two comprehensive workflow documentation files added. Orchestrate defines multi-agent sequential collaboration (197 lines); Verify describes build/type/lint/test verification tasks and modes (218 lines).
Commit-Push-PR Updates
plugins/me/commands/commit-push-pr.md, plugins/me/skills/commit-push-pr/SKILL.md
Command doc adds general Arguments hint and --draft/--automerge hints (net +3 lines). Skill file adds argument parsing for --draft and --automerge flags, enabling draft PR creation and auto-merge behavior (net +11 lines).

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

Poem

🐰 Five old paths fade away,
New workflows bloom to play,
Draft and merge now hand in hand,
Orchestrate and Verify stand!
Magic morphs the task today! ✨

🚥 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 accurately and concisely summarizes the primary changes: adding orchestrate and verify commands with argument support.
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.


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 0ec6278 into main Jan 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant