Skip to content

Convert table to list in CLI commands section#11954

Merged
pelikhan merged 4 commits intomainfrom
copilot/use-list-instead-of-table
Jan 26, 2026
Merged

Convert table to list in CLI commands section#11954
pelikhan merged 4 commits intomainfrom
copilot/use-list-instead-of-table

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

The "Most common commands" section used a table format that reduced scannability. Converted to a bulleted list for improved readability.

Changes

  • Format: Replaced 3-column table with bulleted list
  • Layout: Each command now has command name, description, and documentation link on separate lines with proper indentation
  • Spacing: Added blank lines between items for better visual separation

Before/After

Before:

| Command | When to Use | Details |
|---------|-------------|---------|
| **`gh aw init`** | Set up your repository for agentic workflows | [→ Documentation](#init) |

After:

- **`gh aw init`** - Set up your repository for agentic workflows  
  [→ Documentation](#init)

Screenshot

Most Common Commands - List View

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Use list instead of table in this section:

https://githubnext.github.io/gh-aw/setup/cli/#-most-common-commands

Custom agent used: technical-doc-writer
AI technical documentation writer for GitHub Actions library using GitHub Docs voice


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 26, 2026 21:46
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update section to use list format instead of table Convert table to list in CLI commands section Jan 26, 2026
Copilot AI requested a review from pelikhan January 26, 2026 21:51
@pelikhan pelikhan marked this pull request as ready for review January 26, 2026 21:52
@pelikhan pelikhan merged commit 68a22c7 into main Jan 26, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/use-list-instead-of-table branch January 26, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants