stacks-git

Standardize Git commit conventions and automate changelog generation in Stacks applications.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-git-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-git
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-git
Command: npx skills add https://github.com/bughq/bughq --skill stacks-git-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @stacksjs/gitlint, @stacksjs/gitit, bun-git-hooks.

What problem does it solve?

This Skill addresses the inconsistency and overhead associated with manual Git commit formatting, hook management, and changelog generation in Stacks-based applications.

Core Features & Use Cases

  • Conventional Commits: Enforces standardized commit messages with specific types and scopes to ensure a clean, readable project history.
  • Automated Tooling: Provides integrated commands for interactive commits, changelog generation, and pre-commit hook management.
  • Use Case: When preparing a release, use this Skill to automatically generate a comprehensive changelog based on your commit history and ensure all commits adhere to the project's defined conventional commit structure.

Quick Start

Use the stacks-git skill to initiate an interactive commit process that guides you through the conventional commit message structure.

Frequently Asked Questions about stacks-git

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

FAQPage Schema
How do I enforce conventional commits in a Stacks application?

Automated changelog generation works by parsing your commit history and compiling standardized conventional commit messages into a comprehensive changelog, which is useful when preparing a release.

Can I automate git hooks management with bun-git-hooks in Stacks?

Yes, you can automate pre-commit hook management within Stacks applications by integrating bun-git-hooks through this Skill to maintain high-quality version control standards.

Does this Skill work with @stacksjs/gitlint for commit message validation?

Yes, this Skill integrates directly with @stacksjs/gitlint to validate commit messages, ensuring all repository submissions adhere to your defined conventional commit structure.

What is the best way to generate a changelog from conventional commits?

The best way to generate a changelog from conventional commits is to use an automated tool that reads your project history, categorizes commit types and scopes, and compiles them into release notes.