issue-doc-sync

Sync closed GitHub issues into repository docs with incremental updates and persisted state cache.

289|39|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kxn/codex-remote-feishu --skill issue-doc-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-doc-sync
Source: https://github.com/kxn/codex-remote-feishu/tree/main/.codex/skills/issue-doc-sync
Command: npx skills add https://github.com/kxn/codex-remote-feishu --skill issue-doc-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps keep repo documentation in sync with closed GitHub issues by incrementally processing only changed issues and recording decisions in a persistent state cache.

Core Features & Use Cases

  • Incremental syncing: only process issues updated since the last run.
  • Decision logging: record skip/merge/new-doc decisions to a state cache.
  • Doc integration: create or merge docs under the appropriate lifecycle directories.

Quick Start

Sync closed GitHub issues into project docs and update the internal state cache.

Frequently Asked Questions about issue-doc-sync

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

FAQPage Schema
How do I sync closed GitHub issues into repository docs automatically?

To sync closed GitHub issues into repository docs, this skill incrementally processes only issues updated since the last run and creates or merges docs under the appropriate lifecycle directories.

How does incremental issue synchronization handle previously processed GitHub issues?

Incremental issue synchronization uses a persisted state cache to track updatedAt timestamps, ensuring only newly closed or modified issues are processed while skipping unchanged ones.

Can I track decisions when merging GitHub issues into documentation?

Yes, issue sync records skip, merge, and new-doc decisions to a persistent state cache, providing full traceability for how each closed GitHub issue was integrated into the docs.

What's the best way to keep project documentation updated with closed issues without reprocessing everything?

Keeping project documentation updated with closed issues without reprocessing everything requires an incremental sync approach that checks issue updatedAt timestamps against a state cache to process only recent changes.

Does GitHub issue to docs sync require a specific workflow or environment setup?

GitHub issue to docs sync requires the existence of a stable workflow and can reference scripts, review processes, and state tracking to ensure reproducible results across runs.

Why does issue documentation sync skip certain closed GitHub issues?

Issue documentation sync skips closed GitHub issues that have not been updated since the last successful run, logging the skip decision in the state cache to avoid redundant doc generation.