bug-update

Update Notion bug pages with logs, SQL, and investigation notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill updates Notion Bug pages during investigation, and can reopen a fixed bug when issues reappear.

Core Features & Use Cases

  • Update Bug pages with logs, SQL, and initial investigation notes.
  • Reopen completed bugs when issues reemerge in production.
  • Seamlessly integrate with the Notion workflow to preserve history and context.

Quick Start

Use the bug-update skill to append logs, SQL, and investigation notes to the corresponding Notion page.

Frequently Asked Questions about bug-update

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

FAQPage Schema
How do I update Notion bug pages with investigation logs and SQL queries?

To update Notion bug pages, this skill reads your input to classify content types like logs, SQL, and notes, then writes them to Notion via update_content. It preserves existing history and automatically adds timestamps to your new investigation data.

Can I reopen a completed bug in Notion when an issue reappears in production?

Yes, you can reopen a completed bug when issues reemerge in production. The bug-update skill handles ongoing investigations across the workflow, allowing you to document new evidence and steps while preserving the original context and history.

What is the best way to append investigation notes to a Notion bug tracking page?

The best way to append investigation notes is to provide your raw text input for the skill to classify. It categorizes content as a log, SQL query, or description, writes the data to the corresponding Notion page, and ensures all previous history remains intact.

Does bug tracking with Notion support adding SQL queries and logs without losing history?

Notion bug tracking through this skill supports adding SQL queries and logs without losing history. It writes new investigation data while preserving the existing page context, ensuring a complete chronological record of your debugging steps and evidence.

How do I classify bug investigation data before writing it to a Notion page?

You do not need to manually classify bug investigation data. The skill reads your raw input and automatically categorizes the content into logs, SQL statements, or descriptions before writing it to Notion, streamlining the bug tracking documentation process.