Back to Skills

issue-documentation

KubrickCode
Updated Today
93 views
1
1
View on GitHub
Metaworddesign

About

This skill provides standardized templates for comprehensive issue documentation across platforms like GitHub, Jira, and Linear. It helps developers systematically document problems, reproduction steps, root causes, and solutions. Use it when creating bug reports, incident tracking, or troubleshooting guides to ensure clear communication.

Documentation

Issue Documentation Guide

Basic Principles

  • Concise and clear
  • With actionable examples
  • Focus on the "why"

Issue

Problem Situation

What is the specific problem?

Reproduction Method (only for issues that need and can be reproduced):

  1. Step 1
  2. Step 2
  3. Expected result vs. actual result

Attach related code location or screenshots

Solution

[Selected approach]

Write specific resolution method and reason for adoption

Reviewed but Rejected Approaches (if any)

  • Approach A: Reason for rejection
  • Approach B: Reason for rejection

Impact Scope (if any)

  • Affected parts

Quick Install

/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/issue-documentation

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

KubrickCode/ai-config-toolkit
Path: .claude/skills/issue-documentation

Related Skills

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

go-test

Meta

The go-test skill provides expertise in Go's standard testing package and best practices. It helps developers implement table-driven tests, subtests, benchmarks, and coverage strategies while following Go conventions. Use it when writing test files, creating mocks, detecting race conditions, or organizing integration tests in Go projects.

View skill

llamaindex

Meta

LlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.

View skill

business-rule-documentation

Meta

This skill provides standardized templates for systematically documenting business logic and domain knowledge following Domain-Driven Design principles. It helps developers capture business rules, process flows, decision trees, and terminology glossaries to maintain consistency between requirements and implementation. Use it when documenting domain models, creating business rule repositories, or bridging communication between business and technical teams.

View skill