gh-issue

Convert Dendron notes into GitHub issues with the gh CLI.

Updated Mar 10, 2024
One-click install
npx skills add https://github.com/Mjvolk3/Swanki --skill gh-issue-mjvolk3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issue
Source: https://github.com/Mjvolk3/Swanki/tree/main/.claude/skills/gh-issue
Command: npx skills add https://github.com/Mjvolk3/Swanki --skill gh-issue-mjvolk3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of converting detailed notes into actionable GitHub issues, ensuring clear communication and efficient task tracking for development teams.

Core Features & Use Cases

  • Note-to-Issue Conversion: Automatically transforms Dendron notes into well-formatted GitHub issues.
  • Content Formatting: Strips frontmatter and wiki-links, preparing content for GitHub's Markdown renderer.
  • Preview & Confirmation: Allows users to review the drafted issue title, body, and labels before submission.
  • Use Case: A product manager drafts a new feature proposal in Dendron. They use this Skill to quickly create a GitHub issue, complete with a descriptive title, detailed body, and appropriate label, ready for the engineering team to review.

Quick Start

Create a GitHub issue from the note 'notes/features/new-dashboard.md'.

Frequently Asked Questions about gh-issue

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

FAQPage Schema
How do I create GitHub issues from Dendron notes?

Yes, you can preview a GitHub issue before submission. This Skill formats the Dendron note content by stripping frontmatter and wiki-links, then presents the drafted title, body, and inferred labels for your confirmation before creating the issue.

Does issue tracking from Dendron require the GitHub CLI?

Yes, issue tracking from Dendron requires the `gh` CLI tool. The Skill relies on the GitHub CLI to submit the formatted note content, infer appropriate labels, and create the final issue on your repository.

How are GitHub issue labels inferred from my notes?

GitHub issue labels are inferred based on the content of your notes. During the formatting process, the Skill analyzes the text to suggest appropriate labels, which you can review alongside the title and body during the preview step.

What is the best way to convert Dendron wiki-links for GitHub issues?

The best way to convert Dendron wiki-links for GitHub issues is to strip them out during formatting. This Skill automatically removes frontmatter and wiki-links, preparing the note content specifically for GitHub's Markdown renderer.

Can I use Dendron for task management with GitHub issue tracking?

Yes, you can use Dendron for task management with GitHub issue tracking. This Skill streamlines workflow automation by converting detailed Dendron feature proposals and notes into actionable, well-formatted GitHub issues ready for team review.