etendo-workflow-manager

Create Jira and GitHub issues with Etendo workflow conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill standardizes and automates critical aspects of the Etendo development workflow, ensuring consistency and adherence to project conventions, thereby reducing errors and improving collaboration.

Core Features & Use Cases

  • Issue Management: Automates the creation of Jira and GitHub issues (Bugs, Stories, Tasks) with pre-defined templates and conventions.
  • Branching & Committing: Enforces strict naming conventions for Git branches and commit messages, validated against "Git Police" rules.
  • PR Review Assistance: Provides guidance on reviewing automated PR feedback and handling SonarQube or Jenkins test failures.
  • Use Case: When a bug is reported, this Skill can automatically create the corresponding Jira and GitHub issues, suggest the correct branch name (e.g., hotfix/#42-ETP-3400), and remind the developer of the required commit message format.

Quick Start

Use the etendo-workflow-manager skill to create a new bug ticket for a reported issue.

Frequently Asked Questions about etendo-workflow-manager

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

FAQPage Schema
How do I enforce standard Git branch naming conventions for Jira issues?

To enforce Git branch naming conventions, this Skill validates branch names against Git Police rules, ensuring formats like `hotfix/#42-ETP-3400` are applied consistently across all Etendo repositories and modules.

Can I automate Jira and GitHub issue creation for reported bugs?

Yes, you can automate Jira and GitHub issue creation. The Skill generates Bugs, Stories, and Tasks using pre-defined ETP project templates directly from issue discussions or code analysis.

What is the best way to format commit messages for Etendo development?

The best way to format commit messages is by applying ETP project conventions. The Skill enforces strict commit formatting validated by Git Police to maintain consistency across Etendo repositories.

How do I handle SonarQube or Jenkins test failures in automated PR reviews?

To handle SonarQube or Jenkins test failures, the Skill provides guidance on reviewing automated PR feedback, helping developers address CI/CD failures and maintain ETP project quality standards.

Does the Etendo workflow manager work with existing Git repositories?

Yes, the Etendo workflow manager works with existing Git repositories. It applies ETP project conventions and Git Police rules to standardize issue management, branching, and committing across all Etendo modules.