.github/skills/merge-pr/merge-pr/SKILL.md
Script-first deterministic squash merge with strict required-check gating, head-SHA pinning, and reliable attribution/commenting.
npx skillsauth add javiertarazon/agente-codex merge-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Merge a prepared PR only after deterministic validation.
.local/prep.env from the PR worktree.gh pr merge --auto in this flow.git push directly.--match-head-commit during merge.scripts/pr-merge verify <PR>
Backward-compatible verify form also works:
scripts/pr-merge <PR>
scripts/pr-merge run <PR>
merge_sha=<sha>merge_author_email=<email>comment_url=<url>require=(.local/review.md .local/review.json .local/prep.md .local/prep.env)
for f in "${require[@]}"; do
[ -s "$f" ] || { echo "Missing artifact: $f"; exit 1; }
done
scripts/pr-merge verify <PR>
source .local/prep.env
scripts/pr-merge treats “no required checks configured” as acceptable ([]), but fails on any required fail or pending.
scripts/pr-merge run <PR>
scripts/pr-merge run performs:
PREP_HEAD_SHAMERGEDscripts/pr merge-run <PR>
Cleanup is handled by run after merge success.
MERGED, never CLOSED.development
# SKILL: windows-admin ## Dominio Administración elevada de Windows: servicios, pagefile, Windows Update, BCD, EFI, drivers AHCI, WinRE, registro del sistema y operaciones `RunAs`. --- ## Scripts disponibles (en `.codex-agent/`) | Script | Propósito | Riesgo | |--------|-----------|--------| | `windows_light_admin.ps1` | Optimizar SO: pagefile, servicios bloat, bloqueo de WU | `high` | | `boot_remediation_admin.ps1` | Reparar BCD, drivers AHCI, respaldar EFI, habilitar WinRE | `high` | | `ru
tools
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
tools
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
development
# SKILL: task-tracker ## Dominio Gestión completa de la cola de tareas del workspace. Crear, actualizar, cerrar tareas en `.codex-agent/tasks.yaml` y registrar cada acción en `.codex-agent/audit-log.jsonl`. Mantener `.codex-agent/RESUME.md` actualizado para reanudación de sesión. --- ## Archivos del plano de control | Archivo | Propósito | |---------|-----------| | `.codex-agent/tasks.yaml` | Cola de tareas con estado, riesgo y pasos | | `.codex-agent/audit-log.jsonl` | Registro inmutable de