angular-git-commit-style

Generate Angular Conventional Commit messages from staged Git changes.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/nvimcraft/dotfiles-macos --skill angular-git-commit-style
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-git-commit-style
Source: https://github.com/nvimcraft/dotfiles-macos/tree/main/.config/opencode/skills/git-commit/angular
Command: npx skills add https://github.com/nvimcraft/dotfiles-macos --skill angular-git-commit-style

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from writing Git commit messages by analyzing staged changes and producing consistent Angular-style Conventional Commits.

Core Features & Use Cases

  • Diff Analysis Guidance: Reviews staged changes to infer the correct commit type, scope, and subject.
  • Commit Message Generation: Creates formatted Conventional Commit messages with optional bodies and footers.
  • Use Case: Help developers turn a mixed code change into clear, review-friendly commit messages suitable for GitHub, GitLab, or other forge workflows.

Quick Start

Ask the skill to analyze my staged changes and generate the final Angular-style commit message.

Frequently Asked Questions about angular-git-commit-style

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

FAQPage Schema
How do I generate Angular conventional commit messages from staged Git changes?

To generate Angular conventional commit messages, the Skill analyzes your staged Git diff to infer the correct commit type, scope, and subject, formatting them into a review-ready message.

What are conventional commits and how do they improve code review workflows?

Conventional commits standardize commit message formatting by enforcing a structured type, scope, and subject, which streamlines code reviews and repository maintenance across version control systems.

Can I automatically detect breaking changes for version control using commit message rules?

Yes, the Skill applies formatting rules during diff analysis to detect breaking changes, ensuring your Angular commit messages correctly flag significant impacts for version control automation.

How do I write a formatted commit message with optional bodies and footers?

The Skill generates formatted commit messages by analyzing your staged changes and appending optional bodies and footers, ensuring your repository maintenance meets Angular commit standards.

Does this commit message generator execute Git commands directly in my repository?

No, the Skill performs diff analysis and commit message generation without executing Git operations, ensuring you maintain full manual control over your version control workflow.