issue-note

Converts GitHub issues into frontmatter-enabled Obsidian vault notes with codebase analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/arctype-ventures/arctype-plugins --skill issue-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-note
Source: https://github.com/arctype-ventures/arctype-plugins/tree/main/plugins/hive-mind/skills/issue-note
Command: npx skills add https://github.com/arctype-ventures/arctype-plugins --skill issue-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning GitHub issues into actionable hive-mind notes in your Obsidian vault, reducing manual context gathering and ensuring consistent frontmatter metadata.

Core Features & Use Cases

  • Fetches a GitHub issue by number or URL and compiles its title, body, labels, and comments into a consistent frontmatter-enabled note.
  • Analyzes the local codebase to surface affected files and modules, then records a concise investigation brief in the vault.
  • Supports explicit and inferred issue resolution modes to adapt to different workflows.

Quick Start

Invoke with /hive-mind:issue-note <issue-number-or-url> to generate the hive-mind note in your vault.

Frequently Asked Questions about issue-note

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

FAQPage Schema
How do I convert a GitHub issue into an Obsidian note with frontmatter?

You convert a GitHub issue into an Obsidian note by fetching issue data via the gh CLI, analyzing local code areas, and writing a structured frontmatter-enabled hive-mind note into your configured vault.

Do I need the gh CLI to generate hive-mind notes from GitHub issues?

Yes, you need the gh CLI installed and authenticated, as it is required for fetching GitHub issue data including titles, bodies, labels, and comments to compile into your vault note.

What is the best way to track GitHub issues and affected code modules in an Obsidian vault?

Tracking GitHub issues in an Obsidian vault is best done by generating hive-mind notes that compile issue details while analyzing your local codebase to surface affected files and modules in a concise investigation brief.

Can I use a GitHub issue URL to generate a structured note in my vault?

Yes, you can use a GitHub issue URL to generate a structured note. The system supports explicit and inferred issue resolution modes to fetch data and adapt to different workflows.

How does local codebase analysis work when creating issue notes?

Local codebase analysis works by scanning your repository to surface affected files and modules related to the GitHub issue, then recording a concise investigation brief within the generated frontmatter-enabled note.