Improve readability of /skills list output
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Shell
- Sterne
- 11.2k
- Forks
- 1.9k
- Ø Merge
- 14 Std. 16 Min.
- Gemergte PRs (30 T.)
- 6
Beschreibung
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.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, den Befehl /skills list und den Code zu finden, der seine Ausgabe rendert. Vergleiche umgebrochene Beschreibungen und Abschnittsgrenzen, stelle dann eine konsistente Formatierung her und überprüfe, dass Skill-Namen visuell deutlich unterscheidbar sind und Einträge weiterhin leicht zu überblicken sind.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- shell
- Bereich
- cli
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 58/100