From antigravity-awesome-skills
Generates structured PR titles and descriptions from git commit history between branches, grouping by domain, filtering noise commits, and using diffs only when needed.
npx claudepluginhub sickn33/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Create a clean, objective pull request description by analyzing commit history between base and current branch.
Drafts conventional commit PR titles and Shopware 5-section descriptions for core PRs targeting trunk. Analyzes branch against trunk, uses session context, asks for missing info.
Generates concise summaries of git branch changes vs main for PR descriptions. Analyzes diffs, commit history, and produces markdown with key changes and test plan. Requires git repo on non-main branch.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Create a clean, objective pull request description by analyzing commit history between base and current branch.
Use this skill when you need to generate a structured pull request description based on commit history, especially for maintaining consistency and reducing manual effort.
Default:
Command: git log --no-merges --pretty=format:"%h|%s" main..HEAD
For each commit:
IGNORE commits that match:
Cluster commits by feature/module:
Heuristic:
Example:
ONLY run: git show
IF:
Goal:
Format: type(scope): short summary
Rules:
1–2 lines explaining the purpose
Grouped bullet points:
Only if relevant:
Title: feat(auth): implement JWT authentication and session handling
Adds authentication flow and resolves session persistence issues.
Improves security and fixes inconsistent login behavior.