
branches
✓ Official★ 8,600by redis · part of redis/redisinsight
Use lowercase kebab-case with type prefix and issue/ticket identifier. Branch names must match GitHub Actions workflow rules (see .github/workflows/enforce-branch-name-rules.yml ).
🔥🔥✓ VerifiedFreeQuick setup
🔒 Repo-maintenance skill. It exists to help maintain redis/redisinsight itself — it's only useful if you contribute code to that project.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
name: branches description: >- Create and name git branches following project conventions. Use when creating branches, checking out new branches, or the user mentions branch naming.
Branch Naming Conventions
Use lowercase kebab-case with type prefix and issue/ticket identifier.
# Pattern: <type>/<issue-ref>/<short-title>
# INTERNAL (JIRA - RI-XXX)
feature/RI-123/add-user-profile
bugfix/RI-789/memory-leak
fe/feature/RI-567/add-dark-mode
be/bugfix/RI-345/fix-redis-connection
docs/RI-333/update-docs
test/RI-444/add-unit-tests
e2e/RI-555/add-integration-tests
# OPEN SOURCE (GitHub - XXX)
feature/123/add-export-feature
bugfix/789/fix-connection-timeout
# Special branches
release/v2.0.0
ric/RI-666/custom-prefixBranch Types
feature/- New features and refactoring (affects multiple areas)bugfix/- Bug fixes (affects multiple areas)fe/feature/- Frontend-only features (onlyredisinsight/ui/folder)fe/bugfix/- Frontend-only bug fixes (onlyredisinsight/ui/folder)be/feature/- Backend-only features (onlyredisinsight/api/folder)be/bugfix/- Backend-only bug fixes (onlyredisinsight/api/folder)docs/- Documentation changestest/- Test-related changese2e/- End-to-end test changesrelease/- Release branchesric/- Custom prefix for special cases
Note: When a bug fix affects only the redisinsight/ui/ folder, use fe/bugfix/ prefix instead of bugfix/.
Issue References
- Internal:
RI-XXX(JIRA ticket) - Open Source:
XXX(GitHub issue number) - Use
#only in commit messages, not branch names
Copy & paste — that's it
npx skills add https://github.com/redis/redisinsight --skill branchesRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.