con un clic
guide-pr
Guide the creation, review, and merge of a pull request
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Guide the creation, review, and merge of a pull request
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Scaffold a new extension package for Research Toolbox
Analyze and optimize the research workflow for efficiency
Generate research ideas and experiment proposals from current context
Reflect on experiment results, identify patterns, and propose improvements
Summarize a research session, conversation, or experiment results into a concise journal entry
Basado en la clasificación ocupacional SOC
| name | guide-pr |
| description | Guide the creation, review, and merge of a pull request |
Guide the creation of a well-structured PR with clear description, appropriate labels, and proper review flow.
Before creating the PR:
cd frontend && npm run build and cd backend && pytest tests/ -vmainCreate the PR with this structure:
## Summary
[1-2 sentence overview of what this PR does]
## Changes
- [Change 1]
- [Change 2]
## Type
- [ ] feat: New feature
- [ ] fix: Bug fix
- [ ] docs: Documentation
- [ ] ext: Extension
- [ ] ci: CI/CD
- [ ] refactor: Code refactoring
## Labels
[Apply from taxonomy: type:, area:, priority:, effort:]
## Testing
- [ ] Backend tests pass (`pytest tests/ -v`)
- [ ] Frontend builds (`npm run build`)
- [ ] Manual verification: [describe]
## Related Issues
Closes #XX