speckit-git-validate

Validate Git feature branch names against spec-kit naming patterns.

Updated May 29, 2026
One-click install
npx skills add https://github.com/juanca202/exercise-mobile --skill speckit-git-validate-juanca202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-git-validate
Source: https://github.com/juanca202/exercise-mobile/tree/main/.cursor/skills/speckit-git-validate
Command: npx skills add https://github.com/juanca202/exercise-mobile --skill speckit-git-validate-juanca202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the validation of Git feature branch naming conventions, ensuring consistency and adherence to project standards.

Core Features & Use Cases

  • Branch Naming Validation: Checks if the current Git branch name follows the specified naming patterns.
  • Compatibility Check: Ensures the project structure is compatible with spec-kit.
  • Use Case: For developers working in a spec-kit project, this Skill helps maintain a clean and organized codebase by enforcing consistent branch naming conventions.

Quick Start

Run the speckit-git-validate skill to validate the current branch naming convention.

Frequently Asked Questions about speckit-git-validate

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

FAQPage Schema
How do I validate Git feature branch naming conventions automatically?

To validate Git feature branch naming conventions automatically, run the speckit-git-validate skill to check the current branch name against predefined patterns. This ensures your project maintains a clean and organized codebase.

What is the best way to enforce branch naming standards in a spec-kit project?

The best way to enforce branch naming standards in a spec-kit project is using an automated validation skill. It checks your current Git branch name against specific patterns to ensure consistency and adherence to project standards.

Do I need Git and spec-kit installed to check branch naming patterns?

Yes, you need both Git and spec-kit installed to check branch naming patterns. The validation process requires Git to read the current branch name and spec-kit to verify the project structure compatibility.

Can I use this branch validation skill with non-spec-kit repositories?

No, you cannot use this branch validation skill with non-spec-kit repositories. It specifically applies to projects using the spec-kit project structure and requires spec-kit to check branch names against predefined patterns.

Why does my Git branch name fail the spec-kit validation check?

Your Git branch name fails the spec-kit validation check because it does not follow the specified naming patterns. The skill validates the current branch against predefined conventions to ensure codebase organization.