スキル一覧に戻る
faughnn

bug-report

by faughnn

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: bug-report description: Log a bug report. Use when user asks to create, log, file, or report a bug. allowed-tools: Write, Read, Glob, Task

Bug Report Skill

Create bug reports in DevPlans/Bugs/ following the project's bug tracking conventions.

Investigation First

Before writing the bug report, launch an Explore subagent using the Task tool to investigate the bug thoroughly:

Task tool with subagent_type: "Explore"
model: "opus"
prompt: "Investigate [bug description]. Find:
- All code paths that could cause this behavior
- Related systems and their interactions
- Any existing comments or TODOs about this issue
- Similar patterns elsewhere that work correctly
- Potential root causes based on code analysis"

Use the investigation results to fill in the Root Cause, Affected Code, and Potential Solutions sections with concrete findings rather than speculation.

File Naming

{STATUS}-{BugName}.md

StatusMeaning
OPENActive bug, not yet fixed
FIXEDBug has been resolved
REJECTEDNot a bug, or won't fix

New bugs should always start with OPEN-.

Required Sections

# Bug: {Title}

## Summary
Brief description of the issue.

## Symptoms
- Observable behaviors
- Error messages
- Performance impacts

## Root Cause
Technical explanation of why this happens (if known).

## Affected Code
- List relevant files and line numbers
- `path/to/file.cs:123`

## Potential Solutions
### 1. Solution Name
Description of approach, tradeoffs.

### 2. Alternative
Another option if applicable.

## Priority
Low / Medium / High / Critical

## Related Files
- `path/to/related/file.cs`

Example

For a bug about slow rendering:

  • File: DevPlans/Bugs/OPEN-SlowChunkRendering.md
  • Title: # Bug: Slow Chunk Rendering
  • Include profiling data if available

Status Changes

When a bug is fixed or rejected, rename the file:

  • OPEN-MyBug.mdFIXED-MyBug.md
  • OPEN-MyBug.mdREJECTED-MyBug.md

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です