with one click
guide-pr
Guide the creation, review, and merge of a pull request
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Guide the creation, review, and merge of a pull request
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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