com um clique
guide-pr
Guide the creation, review, and merge of a pull request
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Guide the creation, review, and merge of a pull request
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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