Back to Skills

issue-documentation

KubrickCode
Updated 2 days ago
41 views
1
1
View on GitHub
Documentationword

About

This skill provides standardized templates for creating comprehensive issue documentation, systematically capturing problem scenarios, reproduction steps, expected vs actual behavior, and impact scope. It ensures traceable bug reports by offering clear solution approaches and alternatives while maintaining optimization for issue tracking systems like GitHub, Jira, and Linear. Developers should use it when creating bug reports, issue tickets, troubleshooting documentation, or technical debt tracking across various platforms.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/KubrickCode/ai-config-toolkit
Git CloneAlternative
git clone https://github.com/KubrickCode/ai-config-toolkit.git ~/.claude/skills/issue-documentation

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

Documentation

Issue Documentation Guide

기본 원칙

  • 간결하고 명확하게
  • 실행 가능한 예시와 함께
  • "왜"에 집중
  • 문서는 기본적으로 번역을 부탁하지 않는 이상 항상 한국어로 작성할 것

이슈

문제 상황

구체적으로 어떤 문제가 있는가?

재현 방법(재현이 필요하고, 재현이 가능한 이슈 한정):

  1. 단계 1
  2. 단계 2
  3. 예상 결과 vs 실제 결과

관련 코드 위치 혹은 스크린샷 등 첨부

해결 방안

[선택한 방안]

구체적인 해결 방법 및 채택 이유 작성

검토했지만 채택하지 않은 방안 (있다면)

  • 방안 A: 반려 이유
  • 방안 B: 반려 이유

영향 범위 (있다면)

  • 영향받는 부분

GitHub Repository

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

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

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

canvas-design

Meta

The canvas-design skill generates original visual art in PNG and PDF formats for creating posters, designs, and other static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing it on a canvas. The skill focuses on original compositions using form, color, and space while avoiding copyright infringement by never copying existing artists' work.

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