en un clic
guide-pr
Guide the creation, review, and merge of a pull request
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Guide the creation, review, and merge of a pull request
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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
| 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