diff --git a/pkg/cmd/agent-task/create/create.go b/pkg/cmd/agent-task/create/create.go index 59b053545..a9176e966 100644 --- a/pkg/cmd/agent-task/create/create.go +++ b/pkg/cmd/agent-task/create/create.go @@ -104,6 +104,9 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co # Select a different base branch for the PR $ gh agent-task create "fix errors" --base branch + + # Create a task using the custom agent defined in '.github/agents/my-agent.md' + $ gh agent-task create "build me a new app" --custom-agent my-agent `), }