issue-update

Record work logs, refresh Todo checkboxes, and link related issues in Obsidian notes.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/gihwan-dev/claude-code-gui --skill issue-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-update
Source: https://github.com/gihwan-dev/claude-code-gui/tree/main/.claude/skills/issue-update
Command: npx skills add https://github.com/gihwan-dev/claude-code-gui --skill issue-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이슈 작업 완료 후 Obsidian 이슈 노트에 작업 로그를 기록하고, TODO 체크박스를 갱신하며 관련 이슈를 업데이트하는 수동 작업의 부담을 줄입니다.

Core Features & Use Cases

  • 작업 로그 자동 기록: 이슈 완료 시 로그를 Obsidian 파일에 추가
  • TODO 체크박스 갱신: 완료된 이슈의 할 일 상태를 반영
  • 관련 이슈 연결 업데이트: 관련 이슈 간 링크를 자동으로 갱신

Quick Start

After finishing an issue in your tracker, run the issue-update workflow to append a work log to the Obsidian note and refresh related links.

Frequently Asked Questions about issue-update

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

FAQPage Schema
How do I automate updating Obsidian issue notes after completing a task?

Automate Obsidian issue note updates by running a post-issue workflow that analyzes git diffs and commits, appends a structured work log, refreshes Todo checkboxes, and cross-links related issues.

Can I automatically sync completed Todo checkboxes in Obsidian with my issue tracker?

Yes, you can sync completed Todo checkboxes by running the issue-update workflow, which detects issue completion and automatically refreshes the corresponding checkbox states in your Obsidian files.

What's the best way to maintain an audit trail of completed issues in Obsidian?

Maintain an audit trail by using an automated workflow that records structured work logs derived from git diff analysis directly into your Obsidian issue notes upon issue completion.

How do I automatically link related issues in Obsidian after one is done?

Automatically link related issues in Obsidian by executing an issue-update workflow that identifies correlating issues and updates bidirectional links between the corresponding notes upon completion.

Do I need a specific issue-tracking platform to use automated Obsidian log updates?

You need issues exported as Obsidian files and a git repository for diff analysis, but the workflow applies generally to project issue-tracking workflows where issues move to done and require audit trails.

Why does my Obsidian issue note workflow fail to append git commit logs?

Obsidian issue note workflows fail to append git commit logs when the prerequisite diff and commit analysis steps cannot access the repository, preventing structured work log generation for the note.