Improve readability of /skills list output
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Shell
- Estrellas
- 11.2k
- Forks
- 1.9k
- Merge medio
- 14 h 16 min
- PR fusionados (30 d)
- 6
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza localizando el comando /skills list y el código que renderiza su salida. Compara las descripciones ajustadas y los límites de las secciones; después, haz que el formato sea coherente y verifica que los nombres de las skills se distingan visualmente y que las entradas sigan siendo fáciles de escanear.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- shell
- Área
- cli
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 58/100