issue-notes

Convert solved terminal coding problems into Obsidian-friendly Chinese retrospective notes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mengdehong/opencode-dotfiles --skill issue-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-notes
Source: https://github.com/mengdehong/opencode-dotfiles/tree/main/skills/issue-notes
Command: npx skills add https://github.com/mengdehong/opencode-dotfiles --skill issue-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Write an Obsidian-friendly Chinese retrospective note for a just-solved terminal coding problem. Use this skill only when the user explicitly asks to recap, summarize, review, or write a note about the problem they just worked through.

Core Features & Use Cases

  • Generates an objective, encyclopedic Wiki-style note in Chinese, suitable for knowledge capture.
  • Produces YAML frontmatter including created_at, topic, problem, status, source, tags, and links; includes sections like 问题背景, 解决方案, 原理解析, 预备知识.
  • Integrates with Obsidian workflow and supports linking to related notes.

Quick Start

请提供要回顾的问题主题与描述,让系统生成符合 Obsidian 风格的回顾笔记并保存到指定路径。

Frequently Asked Questions about issue-notes

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

FAQPage Schema
How do I generate an Obsidian retrospective note for a coding problem I just solved?

Yes, the generated notes include Obsidian-compatible YAML frontmatter. This frontmatter captures metadata such as created_at, topic, problem, status, source, tags, and links to integrate seamlessly into your knowledge base.

What sections are included in an Obsidian-friendly Chinese retrospective note?

The Chinese retrospective note includes structured sections such as 问题背景, 解决方案, 原理解析, and 预备知识. This structure provides an objective, encyclopedic recap suitable for knowledge management in Obsidian.

Do I need a specific markdown format to save retrospective notes to Obsidian?

You need standard markdown format to save retrospective notes to Obsidian. The skill produces the correctly structured markdown with necessary YAML frontmatter, so you can directly save the output to your specified Obsidian vault path.

When should I write a knowledge management note for a terminal coding problem?

You should write a knowledge management note when you explicitly want to recap, summarize, or review a terminal coding problem you just worked through. This ensures the solution and underlying principles are captured for future reference.

Can I link related coding problem notes together in Obsidian?

Yes, you can link related coding problem notes together. The generated YAML frontmatter includes a links field and the note structure supports Obsidian linking, allowing you to connect current retrospectives with existing knowledge.