feat: agregar repo-list.sh + docs

This commit is contained in:
2026-04-26 14:40:02 -06:00
parent 768b48003d
commit d23e2a3f64
3 changed files with 134 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ Antes de cualquier query:
| `pr-comments.sh` | Lista comentarios de un PR (requiere PAT con `read:issue`) |
| `pr-create.sh` | Crear PR con guards anti-AI-attribution + body UTF-8 safe |
| `repo-create.sh` | Crear repo (default owner = bot user; **regla dura**: bot user → siempre público) |
| `repo-list.sh` | Listar repos de un owner (default = bot user). Filtros: `--limit`, `--sort`. |
| `actions-list-runs.sh` | Lista runs (filtros client-side: workflow, branch, status, event) |
| `actions-view.sh` | Detalle de un run + probe del job_id |
| `actions-logs.sh` | Lee logs con filtros precisos (--tail/--head/--lines/--grep/--errors) |
@@ -206,6 +207,14 @@ bash ~/.claude/skills/gitea/scripts/repo-create.sh skill-foo \
# → claudeCode0/skill-foo (public), html_url + clone_url + ssh_url
```
### "Listame los repos del bot / del org"
```bash
bash ~/.claude/skills/gitea/scripts/repo-list.sh # bot user
bash ~/.claude/skills/gitea/scripts/repo-list.sh --owner NucleOS # org
bash ~/.claude/skills/gitea/scripts/repo-list.sh --sort alpha --limit 10
```
### "Creá un repo en NucleOS"
Para org, `--public` o `--private` es **requerido** (exit 6 si no pasás