Skip to content
⭐ Featuredgit

PR Ready

Run typecheck, tests and lint, then generate a clean PR description from your branch's commits.

/pr-ready

Install this skill

  1. 1. Copy the SKILL.md content (button above)
  2. 2. Create a folder for the skill:
    # Mac/Linux
    mkdir -p ~/.claude/skills/pr-ready
    
    # Windows (PowerShell)
    mkdir $env:USERPROFILE\.claude\skills\pr-ready
  3. 3. Save the content as ~/.claude/skills/pr-ready/SKILL.md
  4. 4. Restart Claude Code (or open a new session)
  5. 5. Type /pr-ready to invoke it
pull-requestcigithub

/pr-ready

Prepara tu branch para PR en un solo comando.

Pasos

1. Validación local

Loading code…

Si algo falla, repórtalo y detente.

2. Análisis del diff

Loading code…

3. Generar PR description

  • Título corto (<70 chars)
  • Summary de 1-3 bullets sobre qué cambió y por qué
  • Test plan como checklist
  • Breaking changes flagged

4. Output

Imprime el body listo para pegar en gh pr create o GitHub UI.

Variables que detecta

  • Branch name → genera tipo (feat/fix/refactor)
  • Lenguaje del proyecto → ajusta el formato
  • Convención de commits del repo