← All Commands 📥 Capture

/note-bug

Bug Report

Describe a bug and get a structured report with auto-inferred severity, git branch context, recent changes summary, repro steps, and Expected/Actual format. One Bash call captures all git context efficiently.

Quick Example

Claude Code
/note-bug Login crashes on Safari when cookies are disabled

Severity: Critical. Includes branch, recent diff summary, and repro steps.

Screenshot Placeholder

Result: Bug Report sticky note (pink color) created from the command above

Key Features

🔴

Severity Inference

Auto-detects severity: Critical (crash, data loss), High (broken, fails), Medium (wrong, slow), Low (typo, cosmetic).

🌿

Git Context

Captures current branch and recent changes in a single Bash call. See what code changed near the bug.

📋

Structured Format

"What happens" section, repro steps (inferred or placeholder), and "Expected > Actual" comparison.

🏷️

Smart Title

Generates a concise title (max 8 words) from the bug description.

Real-World Examples

Production crash

/note-bug Login crashes on Safari when cookies are disabled

Severity: Critical. Includes branch, recent diff summary, and repro steps.

Visual glitch

/note-bug Button alignment is off on mobile in the pricing page

Severity: Low. Cosmetic issue with layout context.

Performance issue

/note-bug API response takes 5+ seconds on the dashboard

Severity: Medium. "Slow" keyword triggers medium severity.

Structured Output

Every bug report follows this structure:

  1. Title — concise summary (max 8 words)
  2. What happens — description of the bug behavior
  3. Git context — current branch and recent changes
  4. Repro steps — inferred from description or placeholder steps
  5. Expected vs Actual — comparison format

Severity Auto-Detection

The system infers severity from your description:

SeverityTrigger WordsExample
Criticalcrash, data loss, security, down, blocks”App crashes on startup”
Highbroken, fails, can’t, regression”Login form fails validation”
Mediumwrong, incorrect, unexpected, slow”API returns wrong data”
Lowminor, cosmetic, typo, alignment”Button misaligned on mobile”

Git Integration

A single Bash call captures:

  • Current branch name
  • Summary of recent changes (last few commits)
  • Modified files relevant to the bug area

This context is automatically included in the bug report, so the next developer can see what changed near the bug.

When to Use /note-bug

Use /note-bug instead of /note when you want:

  • Automatic severity tagging
  • Git context in the report
  • Structured repro steps format
  • Pink color coding for easy identification

Animated GIF Placeholder

Full demo: typing /note-bug in the terminal, AI processing the input, and a pink sticky note appearing on screen with the formatted result

Try It Now

Download SlashNote and install the Claude Code plugin

Download on the App Store