sdd-commit-pr

Generate conventional commit messages and PR drafts from code changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Seok-Ryu/spec-driven-flow-with-agents --skill sdd-commit-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-commit-pr
Source: https://github.com/Seok-Ryu/spec-driven-flow-with-agents/tree/main/.claude/skills/sdd-commit-pr
Command: npx skills add https://github.com/Seok-Ryu/spec-driven-flow-with-agents --skill sdd-commit-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps development teams enforce consistent commit messages and PRs by automatically crafting messages that follow conventional standards, reducing review time and ensuring traceability.

Core Features & Use Cases

  • Automatic generation of conventional commit messages (feat, fix, docs, etc.) based on changes.
  • PR draft generation with a descriptive title and body that reference related tasks and requirements.
  • Workflow-aware mode selection (commit mode, PR mode, or auto) with safety prompts for user approval.

Quick Start

Describe your changes and run the skill to generate a conventional commit message or PR draft.

Frequently Asked Questions about sdd-commit-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate conventional commit messages automatically for git?

Conventional commit messages are generated by describing your changes, which the skill analyzes to produce compliant prefixes like feat, fix, or docs, ensuring standardized traceability across your codebase.

Can I automatically create pull request drafts from feature branches?

You can create pull request drafts from feature branches by using PR mode. The skill auto-detects branch status and generates a PR draft with a descriptive title and body, requiring your explicit approval before creation.

What is the difference between commit mode and PR mode for code reviews?

Commit mode generates standardized messages for individual git commits, while PR mode creates full draft pull requests with descriptive titles and bodies. The skill also supports an auto mode that selects the appropriate workflow.

Does the skill require manual approval before creating a pull request?

The skill requires manual approval before creating a pull request. It implements safety prompts during the PR workflow to ensure maintainers review the generated draft and standardized messaging before finalizing.

How do I standardize commit messages for bug fixes across my development team?

You standardize commit messages for bug fixes by applying the skill to your workflow to automatically generate Conventional Commits formatted messages, reducing review time and enforcing consistent messaging standards across all branches.