From dev-assistant
Etendo git workflow conventions — background knowledge for all Etendo development. Loads automatically when working in Etendo repositories (etendosoftware org, com.etendo*/com.smf* modules, projects with gradle.properties containing etendo dependencies). Provides commit message formats, branch naming rules, and PR conventions enforced by Git Police.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-assistant:etendo-_workflow-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is NOT a user-facing command. It provides background knowledge so that ALL git operations
This is NOT a user-facing command. It provides background knowledge so that ALL git operations in Etendo projects follow the correct conventions, even when the full workflow manager skill is not explicitly invoked.
Any project that matches ONE or more of these signals is an Etendo project:
etendosoftwarecom.etendo or com.smfgradle.properties containing bbdd.sid, bbdd.user, or etendo dependenciesmodules/, modules_core/, or src-db/database/sourcedata/ directoriesIf the project is Etendo, ALL git operations MUST follow these conventions.
| Type | Pattern | Example |
|---|---|---|
| Feature | feature/{JIRA-KEY} | feature/ETP-3400 |
| Hotfix | hotfix/#{GH}-{JIRA-KEY} | hotfix/#42-ETP-3400 |
| Epic | epic/{JIRA-KEY} | epic/ETP-3400 |
| Backport | append -Y{yy} | feature/ETP-3400-Y26 |
First line maximum 80 characters. Always validate length before committing.
| Type | Format | Example |
|---|---|---|
| Feature | Feature {JIRA-KEY}: description | Feature ETP-3400: Add OAuth2 support |
| Hotfix | Issue #{GH}: description + 2nd -m "{JIRA-KEY}" | Issue #42: Fix NPE on session expiry |
| Epic | Epic {JIRA-KEY}: description | Epic ETP-3400: Refactor auth module |
Never add Co-Authored-By — Git Police rejects it.
For creating Jira/GitHub issues, managing PRs, reviewing Auto Reviewer feedback, or handling Jenkins test failures, invoke the etendo-workflow-manager skill which contains the complete workflow documentation.
npx claudepluginhub etendosoftware/etendo_claude_marketplace --plugin dev-assistantProvides Git workflow standards including branch naming, conventional commits, and PR guidelines. Use when creating branches, writing commits, or preparing PRs.
Enforces Git workflow standards including Conventional Commits, branch naming, and PR merge strategies for team collaboration.