github / github/copilot-cli

Improve readability of /skills list output

未关闭
#4,823 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

triage
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

Problem

The formatting of the output from /skills list is difficult to scan and read.

Wrapped description lines are indented inconsistently. Some continuation lines align beneath the text so they remain visually associated with the bullet, while others begin at the far left. This makes it difficult to distinguish continuation text from the beginning of a new skill entry.

The skill name also does not stand out sufficiently from its description, and there is not enough visual separation between sections.

Suggested improvements

  • Use consistent hanging indentation so every wrapped line aligns beneath the bullet text and never beneath the dash.
  • Add clearer heading or separator formatting between sections.
  • Make each skill name visually distinct from its description, such as bold text or placing the name on its own line.
  • Consider rendering the list as a table with separate Name and Description columns.

Additional context

The normal feature-request link failed with an unhelpful error when opened under an Enterprise Managed User account:

https://github.com/github/copilot-cli/issues/new?template=feature_request.yml

The underlying issue was that Enterprise Managed Users cannot create issues in this public repository, but the web page did not expose that useful explanation.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先定位 /skills list 命令以及渲染其输出的代码。比较换行后的描述和各节边界,然后统一格式,并验证技能名称在视觉上清晰可辨,且各条目仍然便于浏览。

由索引模型根据 Issue 内容生成。

评估

技术栈
shell
领域
cli
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
58/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。