agency-jira-workflow-steward

Enforce Jira-linked Git workflows for branches, commits, and pull requests.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-jira-workflow-steward-augustoheiss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-jira-workflow-steward
Source: https://github.com/augustoheiss/LogicDefense/tree/main/.gemini/skills/agency-jira-workflow-steward
Command: npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-jira-workflow-steward-augustoheiss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delivers end-to-end traceability by enforcing Jira-linked Git workflows across teams, preventing anonymous or loosely linked changes.

Core Features & Use Cases

  • Enforces Jira task linkage for branches, commits, and pull requests to guarantee traceability and auditable history.
  • Preserves repository structure with policy-driven branch strategies (feature/bugfix/hotfix) and single-purpose commits.
  • Applies across projects from startups to large enterprises to ensure consistent delivery discipline.

Quick Start

Enforce Jira-linked Git discipline by wiring branches, commits, and PRs to Jira tasks.

Frequently Asked Questions about agency-jira-workflow-steward

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

FAQPage Schema
How do I enforce Jira-linked Git workflows for traceable commits?

Enforcing Jira-linked Git workflows requires a Jira task ID for every work item, using branch naming patterns like feature/JIRA-ID-..., and applying single-purpose commits with Gitmoji to guarantee end-to-end traceability.

What is the best way to maintain branch naming conventions across diverse software projects?

Maintaining branch naming conventions involves applying policy-driven branch strategies using feature, bugfix, and hotfix prefixes tied to Jira tasks, which preserves repository structure and ensures consistent delivery discipline.

Can I block Git workflow operations until a Jira ID is present?

Yes, blocking Git workflow operations until a Jira ID is present prevents anonymous or loosely linked changes by requiring a valid Jira task ID before allowing branches, commits, or pull requests to proceed.

Does this Jira traceability approach work for both startups and large enterprises?

This Jira traceability approach works for both startups and large enterprises, applying across diverse software projects to guarantee review-ready PRs, release-safe branches, and consistent delivery discipline at any scale.

How do I ensure commit hygiene with one-line messages using Gitmoji?

Ensuring commit hygiene with Gitmoji involves enforcing one-line commit messages prefixed with Gitmoji standards, preserving repository structure by keeping commits single-purpose and directly linked to Jira tasks.

Why does my Git workflow block when Jira task IDs are missing?

Your Git workflow blocks when Jira task IDs are missing because the system prevents anonymous or loosely linked changes, enforcing end-to-end traceability by requiring a Jira ID for every work item before proceeding.