bug-close

Extract fix details from Git diffs and update Notion pages.

9|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mark22013333/crew --skill bug-close
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-close
Source: https://github.com/mark22013333/crew/tree/main/plugins/bug-workflow/skills/bug-close
Command: npx skills add https://github.com/mark22013333/crew --skill bug-close

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在完成 Bug 修復後,系統自動從 Git diff 擷取修復細節並更新 Notion 的相關頁面,減少手動紀錄與跨工具同步的工作。

Core Features & Use Cases

  • 自動擷取修復摘要:從最近的提交 diff 提取修改檔案、變更內容與影響範圍。
  • Notion 整合與知識庫更新:自動更新任務追蹤工具頁面中的根因分析與修復方案,並在 Bug 知識庫中建立精簡條目。
  • 結案觸發與驗證:在使用者提及「結案」、「關閉 bug」、「bug 完成」、「bug-close」、「修完了」等關鍵詞時觸發流程。
  • 設定與前置檢查:提供設定檔路徑與前置條件的自動檢查。

Quick Start

在修復完成後,透過結案觸發語句讓系統自動根據最近的 Git diff 更新 Notion 並完成結案。

Frequently Asked Questions about bug-close

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

FAQPage Schema
Can I sync Git commit diffs with Notion to document bug fixes?

Yes, you can sync Git commit diffs with Notion by triggering the workflow with phrases like "close bug". It automatically extracts modified files and change impacts from Git, then updates the Notion task entry and Bug knowledge base.

Do I need a specific bug-workflow setup to auto-close bugs using Git and Notion?

Yes, auto-closing bugs requires a configured Git repository, a bug-workflow setup with Notion integration, and access to the relevant Notion pages to perform updates.

What information does the system extract from Git diffs when closing a bug?

The system extracts fix details from recent Git commit diffs, including modified files, change content, and the scope of impact. This data populates root cause analysis and fix solutions in Notion.

What phrases trigger the bug closing workflow in an automated Git and Notion setup?

The workflow activates when you mention close-related cues such as "close bug", "bug closed", "bug complete", "bug-close", "修完了", or "done". These phrases initiate the diff extraction and Notion update.

How does the Bug knowledge base get updated when a Git fix is complete?

When a Git fix is complete, the workflow creates a concise entry in the Bug knowledge base and updates the task tracking page with root cause analysis and fix solutions derived from the commit diff.