commands

package
v2.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2026 License: Apache-2.0 Imports: 25 Imported by: 0

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

func ExecuteCommand(appConfig util.AppConfig, commandLineArgs []string)

Types

type AddReviewersOptions

type AddReviewersOptions struct {
	WhenChecksPass    bool
	Silent            bool
	MinChecks         int
	Reviewers         string
	PollFrequency     time.Duration
	AutoMerge         bool
	WaitBeforePolling time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL