What problem does it solve?
Production-grade PR/MR description generator. It reads the repository's active PR template, analyzes every commit, file diff, linked ticket, and CI run, and then produces a description that matches project conventions and reflects the actual changes. It enforces a chain-of-verification and redacts secrets before output.
Core Features & Use Cases
- Live template detection across supported platforms (GitHub, GitLab, Bitbucket, Azure DevOps) and selection when multiple templates exist.
- Live commit-style detection to mirror the repo's preferred messaging style.
- Diff-grounded assertions: every claim is traceable to a specific file/diff hunks or a commit message.
- Secret redaction as a hard gate to prevent leakage of credentials or keys.
- Exhaustive coverage of changes: commits, files, diffs, and linked tickets are cited with provenance.
- Contextual reviewers and CODEOWNERS grounding to surface appropriate reviewers.
- Supports multiple PR conventions and surfaces breaking-change signals when corroborated.
Quick Start
Draft the PR description before running the PR creation command, and the skill will generate a context-grounded body that matches the detected template.