What problem does it solve?
Manually creating consistent, repo-compliant pull request summaries, titles, and descriptions for node-redis code changes is time-consuming and prone to missing key context like backward compatibility risks or untracked file changes.
Core Features & Use Cases
- Automated Git Context Collection: Automatically gathers branch name, working tree status, changed files, diffs, and commit history without requiring user input.
- Change Classification & Risk Flagging: Identifies change types (feature, fix, refactor, docs) and flags backward compatibility risks for modifications to public APIs, client behavior, or RESP wire handling.
- Repo-Aligned PR Documentation: Generates Conventional Commits-compliant PR titles, branch name suggestions, and structured draft descriptions that follow node-redis contribution standards.
- Use Case: After completing a fix for Redis cluster connection handling, this skill automatically pulls all modified runtime and test files, generates a fix: prefixed PR title, and drafts a description that notes the backward-compatible behavior adjustment.
Quick Start
Use the pr-draft-summary skill to generate a complete PR draft for your current node-redis code changes.