commit-jira
Commit Jira
Overview
Create safe, structured commits with deterministic checks and consistent message quality. Run a guard before staging, then commit using a required JIRA-style subject and required body bullets.
Path Resolution (Mandatory)
- Resolve any relative path in this skill from this skill directory, not from the caller's current working directory.
- For this skill, set
skill_dirto the directory that contains this file (commit-jira/SKILL.md), then useskill_dir/scripts/precommit_guard.py. - Do not search for
scripts/precommit_guard.pyat repo root.
Workflow
- Run safety guard:
python3 <skill_dir>/scripts/precommit_guard.py
- Abort immediately if the guard exits non-zero.
- Do not run
git addorgit commitwhen blocked.
- Do not run
More from bohdan-shulha/skills
qt-qml-attachments
>-
17claude-cli-agent-protocol
>-
10commit
Create and execute Git commits in Conventional Commits format with a required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with `git add . -A`.
9plan-b
Create a concise plan for coding/build tasks, especially when users say "I want to make..." or "I need to do...". Use to generate a final plan by aggregating multiple subagent plan variants, include ASCII diagrams/flows/UI mockups when possible, and follow the create-plan style (read-only scan, minimal questions).
8repo-wiki
Generate and maintain a living repo wiki, specs, PRDs, and architecture docs in .repo-wiki/ so coding agents can navigate the codebase with strong context. Use for codebase discovery, PR-driven documentation updates, module docs, architecture maps, feature specs, and deleting stale knowledge when code changes.
1