issue-sync

Synchronize GitHub Issue comments to project.md and GitHub Projects.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill issue-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-sync
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/issue-sync
Command: npx skills add https://github.com/YH-05/finance --skill issue-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the synchronization of information between GitHub Issue comments, a project.md file, and GitHub Projects, ensuring consistency and reducing manual updates.

Core Features & Use Cases

  • Comment Analysis: Extracts progress updates, new subtasks, and specification changes from Issue comments using AI.
  • Three-Way Synchronization: Keeps GitHub Issues, project.md, and GitHub Projects aligned.
  • Confidence-Based Automation: Automatically applies changes with high confidence and prompts for user confirmation on low-confidence or critical updates.
  • Use Case: When a developer comments "Completed the OAuth integration" on an Issue, this Skill can automatically update the Issue's status to "Done", mark the "OAuth integration" acceptance criteria as complete, and reflect this in the associated GitHub Project board.

Quick Start

Use the issue-sync skill to synchronize issue number 123.

Frequently Asked Questions about issue-sync

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

FAQPage Schema
How do I synchronize GitHub Issue comments with a project markdown file?

You can synchronize GitHub Issue comments with a project markdown file by using AI to parse progress updates and status changes, automatically applying high-confidence modifications to keep project.md aligned with GitHub Projects.

Can I automatically update GitHub Projects based on Issue comment progress?

Yes, you can automatically update GitHub Projects based on Issue comment progress by extracting status changes and new subtasks with AI, applying updates directly through the gh CLI to maintain consistent project state.

How does AI confidence level affect issue tracking automation?

AI confidence levels in issue tracking automation determine whether changes are applied automatically or require confirmation, with high-confidence updates applied directly and low-confidence or critical modifications prompting for user review.

Do I need the gh CLI installed to sync issue comments with project markdown?

Yes, you need the gh CLI installed because the synchronization skill leverages it for data retrieval from GitHub Issues and to interact with GitHub Projects for applying extracted updates.

What is the best way to extract new subtasks from GitHub Issue comments?

The best way to extract new subtasks from GitHub Issue comments is using AI sub-agents to analyze comment text, decompose tasks, and apply the extracted requirements to project.md and GitHub Projects.

Are there limitations when automatically updating GitHub Issues from comments?

A key limitation is that low-confidence or critical requirement modifications extracted from comments will not apply automatically, pausing to prompt for explicit user confirmation before updating the synchronized project state.