Skip to content

[cli-consistency] Inconsistent "Markdown" capitalization in introduction paragraph #14785

@github-actions

Description

@github-actions

Issue Description

Location: docs/src/content/docs/setup/cli.md:8
Type: Capitalization inconsistency
Priority: Low

Current Text

The `gh aw` CLI extension enables developers to create, manage, and execute AI-powered workflows directly from the command line. It transforms natural language markdown files into GitHub Actions.

Issue

The word "markdown" is lowercase but should be capitalized as "Markdown" to follow technical term capitalization conventions enforced in cmd/gh-aw/capitalization_test.go.

Expected Text

The `gh aw` CLI extension enables developers to create, manage, and execute AI-powered workflows directly from the command line. It transforms natural language Markdown files into GitHub Actions.

Supporting Evidence

  • cmd/gh-aw/capitalization_test.go:74 enforces capitalization of technical terms including "Markdown", "YAML", and "MCP"
  • The automated tests specifically check that technical terms remain capitalized in all command descriptions
  • Other references to "Markdown" in the documentation (line 236) correctly use capitalization

Impact

This appears in the introductory paragraph of the CLI reference, making it one of the first things users read. Consistent capitalization improves professionalism and clarity.

AI generated by CLI Consistency Checker

  • expires on Feb 12, 2026, 1:42 PM UTC

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions