commit

Automate git commits in Nuxt projects with conventional commit format.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill commit-friendlyinternet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill commit-friendlyinternet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, grep, glob, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of making git commits in Nuxt projects, ensuring adherence to monorepo conventions and conventional commit formats, thus streamlining the code submission process.

Core Features & Use Cases

  • Automated Commit Analysis: Analyzes code changes, filters to relevant files, and groups commits by intent.
  • Conventional Commit Format: Ensures that commit messages follow the conventional commit format.
  • Documentation Synchronization: Syncs documentation updates before commits, ensuring consistency.
  • Multi-Language Support: Handles internationalization (i18n) checks for .vue files when needed.
  • Use Case: When working on a Nuxt project and need to commit changes while adhering to monorepo conventions and ensuring documentation is up-to-date.

Quick Start

Run the commit skill to automatically analyze and commit your changes in a Nuxt project.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate git commits in a Nuxt monorepo?

To automate git commits in a Nuxt monorepo, this Skill analyzes code changes, filters relevant files, and groups commits by intent. It ensures commit messages follow the conventional commit format while handling documentation synchronization.

What is the conventional commit format for Nuxt projects?

The conventional commit format for Nuxt projects structures commit messages by intent, grouping relevant file changes accordingly. This Skill automates that formatting process, ensuring documentation synchronization and i18n checks for .vue files are completed before committing.

Do I need bash and grep installed to automate conventional commits?

Yes, you need bash, grep, and glob installed alongside git to automate conventional commits. These dependencies are required for the Skill to analyze changes, filter relevant files, and perform i18n checks in your Nuxt monorepo.

How do I sync documentation before making a git commit?

To sync documentation before a git commit, this Skill automatically performs documentation synchronization as part of its commit analysis process. This ensures your docs remain consistent with code changes before finalizing the conventional commit in your Nuxt project.

Can I run i18n checks on .vue files during the commit process?

Yes, you can run i18n checks on .vue files during the commit process. This Skill handles internationalization checks automatically when needed, ensuring only relevant, validated files are committed in your Nuxt monorepo.

What's the best way to group git commits by intent in a monorepo?

The best way to group git commits by intent in a monorepo is using this Skill to analyze code changes and filter relevant files automatically. It structures the commits using conventional commit formats to maintain a clean Nuxt project history.