Skip to content

Commit 464fdba

Browse files
DanWahlinCopilot
andauthored
Fix: update skill install example command in Spanish translation (code-checklist → ai-ready)
Syncs the gh skill install example commands in translations/es/05-skills/README.md with the English source updated in PR #153. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5c26393 commit 464fdba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

translations/es/05-skills/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,10 @@ The easiest way to install a skill from a GitHub repository is using the `gh ski
577577
gh skill install github/awesome-copilot
578578

579579
# O instalar directamente una habilidad específica
580-
gh skill install github/awesome-copilot code-checklist
580+
gh skill install github/awesome-copilot ai-ready
581581

582582
# Instalar para uso personal en todos los proyectos (ámbito de usuario)
583-
gh skill install github/awesome-copilot code-checklist --scope user
583+
gh skill install github/awesome-copilot ai-ready --scope user
584584
```
585585

586586
> ⚠️ **Revisa antes de instalar**: Siempre lee el `SKILL.md` de una skill antes de instalarla. Las skills controlan lo que hace Copilot, y una skill maliciosa podría indicarle ejecutar comandos dañinos o modificar código de maneras inesperadas.

0 commit comments

Comments
 (0)