issue-manager

Manage GitHub Issues through an Obsidian-compatible local cache with YAML frontmatter and Wikilinks.

12|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/blackplume233/Actant --skill issue-manager-blackplume233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-manager
Source: https://github.com/blackplume233/Actant/tree/main/.agents/skills/issue-manager
Command: npx skills add https://github.com/blackplume233/Actant --skill issue-manager-blackplume233

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

本 Skill 解决在本地以 Obsidian 风格缓存管理 GitHub Issues 的痛点,提供一个统一的本地缓存与远端 GitHub 的双向协作入口。

Core Features & Use Cases

  • GitHub-first Issue 管理,局部缓存于 .trellis/issues,确保离线工作与知识图谱的并行性。
  • 提供创建、列出、查看、编辑、关闭、归档、标签管理和 GitHub 同步等完整的 Issue 生命周期流程。
  • 支持 YAML frontmatter 与 Wikilinks 的 Obsidian 风格记录,方便跨文档关联与导航。

Quick Start

通过自然语言描述创建并同步一个新 Issue 的最简操作。

Frequently Asked Questions about issue-manager

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

FAQPage Schema
How do I manage GitHub issues offline with an Obsidian-style vault?

You can manage GitHub issues offline by caching them locally using YAML frontmatter and Wikilinks. This Skill syncs a local Obsidian-compatible vault with GitHub, allowing you to create, edit, and close issues without a constant internet connection.

Can I use Wikilinks and YAML frontmatter to organize GitHub issues locally?

Yes, GitHub issues are cached locally with YAML frontmatter and Wikilinks. This enables Obsidian-style knowledge graph navigation, allowing you to cross-reference and link issues across your local documents.

How do I sync local issue changes back to GitHub?

You sync local changes to GitHub using integrated gh CLI functionality. The Skill provides a Node-based CLI wrapper that pushes local vault modifications, including issue creation and closure, directly to your remote GitHub repository.

Does this GitHub issue management approach work without a continuous internet connection?

Yes, this approach caches GitHub issues in a local vault to support offline work. You can create, list, edit, and archive issues locally, then sync the accumulated changes to GitHub once your connection is restored.

What is the best way to integrate GitHub issue tracking into a local knowledge graph?

The best way is using a local cache that stores issues with YAML frontmatter and Wikilinks. This Obsidian-compatible method integrates issue management directly into your knowledge graph, linking issues to relevant notes and documents.

Do I need the gh CLI installed to close and archive GitHub issues from my local vault?

Yes, the gh CLI is required for syncing local vault changes to GitHub. The Skill uses a Node-based CLI wrapper alongside gh CLI integration to execute remote actions like closing and archiving issues.