
Pull Requests
- 12 installs
- 8.7k repo stars
- Updated August 4, 2026
- redis/redisinsight
pull-requests enforces RedisInsight PR standards including AI-Made labels, issue-prefixed titles, concise What/Testing templates, and reviewer checklists for logic, security, tests, and documentation.
Key points
- >-.
- Installation and configuration patterns for pull-requests.
- When-to-use guidance versus common alternatives.
- Evidence-backed steps from the upstream SKILL.md guide.
Pull Requests by the numbers
- 12 all-time installs (skills.sh)
- +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #415 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
pull-requests capabilities & compatibility
- Capabilities
- pull requests quick start · pull requests when to use guidance · pull requests integration patterns
- Works with
- github
- Use cases
- code review
What pull-requests says it does
Create and review pull requests following project standards including title
format, description template, and review checklist. Use when creating PRs,
npx skills add https://github.com/redis/redisinsight --skill pull-requestsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 12 |
|---|---|
| repo stars | ★ 8.7k |
| Last updated | August 4, 2026 |
| Repository | redis/redisinsight ↗ |
How do I use pull-requests correctly?
>-
Who is it for?
Teams implementing pull-requests workflows from the research catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about pull-requests, >-.
What you get
Working pull-requests setup with validated configuration and next steps.
Files
Pull Request Guidelines
Creating a PR
Labels
When creating PRs with AI assistance, always add the "AI-Made" label.
PR Title
Include issue number at the start:
RI-123 Add user profile editing
#456 Fix memory leak in connection poolPR Description Template
# What
Describe what was changed.
# Testing
Describe how to test the changes.
---
Closes #RI-123PR Description Guidelines:
- Keep it concise - Avoid verbose descriptions
- Focus on high-level changes - Don't list every code change in the #What section
- Brief and to the point - The diff shows the details; describe the "why" and "what" at a high level
- Technical decisions - Only mention significant architectural or design decisions if relevant
Review Process
As PR Author
- Respond to all comments - Address every piece of feedback
- Don't take feedback personally - Reviews improve code quality
- Update code based on feedback - Make requested changes
- Mark conversations as resolved - After addressing feedback
- Keep PR up to date - Rebase on main regularly
As PR Reviewer
- Be constructive and respectful - Focus on improvement
- Focus on logic, not style - Linter handles formatting
- Check for:
- Logic errors and edge cases
- Performance issues
- Security concerns
- Test coverage
- Missing documentation
- Architectural concerns
Review Checklist
- [ ] Code follows project patterns
- [ ] Tests are comprehensive
- [ ] No console.log or debug code
- [ ] TypeScript types are proper
- [ ] Error handling is adequate
- [ ] Documentation is updated
- [ ] No security vulnerabilities
- [ ] Performance is acceptable
Related skills
FAQ
What does pull-requests do?
pull-requests enforces RedisInsight PR standards including AI-Made labels, issue-prefixed titles, concise What/Testing templates, and reviewer checklists for logic, security, tests, and documentation.
When should I use pull-requests?
User asks about pull-requests, >-.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.