Skip to content

[cli-consistency] Unclear terminology in add command: "from the components" should be "from repositories" #3693

@github-actions

Description

@github-actions

Issue Description

Command: gh aw add
Type: Unclear terminology in help text
Priority: Low (minor clarity issue)

Problem

The add command's short description uses the phrase "from the components" which is unclear and potentially confusing.

Current Help Text (pkg/cli/add_command.go):

Short: "Add one or more workflows from the components to .github/workflows",

Issue

  • "from the components" is ambiguous - what are "the components"?
  • The Long description says "from repositories" which is clearer
  • Documentation refers to "The Agentics collection" or "repositories"

Suggested Fix

Make the short description clearer and consistent with the long description:

- Short: "Add one or more workflows from the components to .github/workflows",
+ Short: "Add one or more workflows from repositories to .github/workflows",

Or, even shorter:

- Short: "Add one or more workflows from the components to .github/workflows",
+ Short: "Add workflows from repositories to .github/workflows",

This aligns with the Long description which already says "from repositories".

File to Modify

  • pkg/cli/add_command.go (line 3 in NewAddCommand function)

AI generated by CLI Consistency Checker

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions