jira-commit

Verifies DoD criteria, commits code with standardized messages, and posts Korean progress comments to Jira issues.

3|1|Updated May 1, 2026
One-click install
npx skills add https://github.com/bigbulgogiburger/claude_jira_harness --skill jira-commit-bigbulgogiburger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-commit
Source: https://github.com/bigbulgogiburger/claude_jira_harness/tree/main/skills/jira-commit
Command: npx skills add https://github.com/bigbulgogiburger/claude_jira_harness --skill jira-commit-bigbulgogiburger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, jira-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of DoD (Definition of Done), commits changes, and updates progress comments on Jira issues, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • DoD Verification: Checks project-specific DoD criteria before committing.
  • Automated Commit: Stages and commits code with standardized message formats.
  • Progress Updates: Posts Korean comments on Jira reflecting current status, including commit details.
  • Use Case: When developers finish a task, they can invoke this Skill to verify readiness, commit updates, and leave progress comments on Jira automatically.

Quick Start

Use the /jira-commit command with your Jira issue key and optional commit message to automate verification, commit, and comment posting.

Frequently Asked Questions about jira-commit

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

FAQPage Schema
How do I automate Jira issue updates and code commits together?

You can automate Jira updates and code commits by using a workflow tool that verifies Definition of Done criteria, stages Git commits with standardized messages, and posts progress comments to Jira issues automatically.

Can I automatically verify Definition of Done criteria before making a Git commit?

Yes, you can verify Definition of Done criteria before a Git commit by running an automated check that validates project readiness, ensuring compliance and consistent reporting before any code is committed.

What is the best way to post progress comments on Jira issues after committing code?

The best way to post progress comments on Jira issues is to automate the process via the Jira API, which appends commit details and current status to the corresponding issue directly after the code commit succeeds.

Do I need both Git and Jira API clients to automate my development workflow?

Yes, you need both Git and Jira API clients to automate this development workflow, as Git handles staging and committing code changes while the Jira API client manages validation and communication with Jira issues.

Does this automated commit and Jira update workflow support Korean language comments?

Yes, this automated commit and Jira update workflow supports Korean language comments, posting status updates in Korean to reflect current progress including the specific commit details on the Jira issue.