Etendo Git Workflow Conventions

Enforce Etendo Git branch naming and commit message conventions.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-git-workflow-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Etendo Git Workflow Conventions
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-_workflow-conventions
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-git-workflow-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures all Git operations within Etendo projects adhere to established branch naming, commit message, and pull request conventions, preventing inconsistencies and improving code review efficiency.

Core Features & Use Cases

  • Standardized Branching: Enforces patterns like feature/{JIRA-KEY} or hotfix/#{GH}-{JIRA-KEY}.
  • Consistent Commits: Guides commit message formatting with character limits and required fields.
  • Use Case: When creating a new feature branch, the skill ensures it follows the feature/ETP-1234 format, and subsequent commits are correctly prefixed with Feature ETP-1234:.

Quick Start

Ensure your next git commit message follows the specified Etendo format.

Frequently Asked Questions about Etendo Git Workflow Conventions

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

FAQPage Schema
How do I enforce Git branch naming conventions for Etendo ERP projects?

To enforce Git branch naming conventions for Etendo ERP projects, apply predefined patterns like feature/{JIRA-KEY} or hotfix/#{GH}-{JIRA-KEY} to maintain code integrity across the development team.

What is the correct commit message format for Etendo Git workflows?

The correct commit message format for Etendo Git workflows requires specific prefixes and character limits, such as formatting subsequent commits with Feature ETP-1234: to ensure consistency and improve code review efficiency.

How does standardizing branch naming help with Git code reviews?

Standardizing branch naming helps with Git code reviews by preventing inconsistencies across the development team. Adherence to predefined patterns for features and hotfixes facilitates automated checks and improves review efficiency.

When do I need to use a hotfix branch pattern in Git?

You need to use a hotfix branch pattern in Git when addressing urgent issues in Etendo ERP projects. This requires adherence to the predefined hotfix/#{GH}-{JIRA-KEY} format to maintain code integrity and facilitate automated checks.

Can I use custom commit prefixes outside the Etendo Git standards?

No, you cannot use custom commit prefixes outside the Etendo Git standards. This Skill ensures all Git operations adhere to established commit message conventions, requiring specific fields and prefixes to maintain consistency.

Does the Etendo Git workflow support automated checks for branch patterns?

Yes, the Etendo Git workflow supports automated checks for branch patterns. Enforcing predefined patterns for features, hotfixes, and epics facilitates automated checks and maintains code integrity across the development team.