Documentation
¶
Overview ¶
Ask Claude to summarize a PR using markdown (write to a file) then use `gh` to update the PR description
For use as a sequence editor for an interactive git rebase. Drop any commits specified in the input parameters, keep the others.
usage: sequence_editor_drop_already_merged dropCommit1 [dropCommit2...] rebaseFilename
Index ¶
Constants ¶
View Source
const GENERATED_CLAUDE_SUMMARY_BEGIN = "\n<details>\n<summary>Claude Generated Summary (click me)</summary>\n\n"
View Source
const GENERATED_CLAUDE_SUMMARY_END = "\n\n</details>\n"
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
Types ¶
Source Files
¶
- cherry_pick_recovery.go
- command_add_description.go
- command_add_reviewers.go
- command_branch_name.go
- command_checkout.go
- command_code_owners.go
- command_flags.go
- command_log.go
- command_migrate.go
- command_new.go
- command_prs.go
- command_rebase_main.go
- command_replace_commit.go
- command_replace_conflicts.go
- command_sequence_editor_drop_already_merged.go
- command_sequence_editor_mark_as_fixup.go
- command_sync_branches.go
- command_update.go
- command_version.go
- command_wait_for_merge.go
- command_worktree_move.go
- get_target_commits.go
- helpers.go
- parse_arguments.go
- sequence_editor_helpers.go
- test_parse_arguments.go
Click to show internal directories.
Click to hide internal directories.