workflow-log-bug

Installation
SKILL.md

This skill captures a bug report and writes it to the inbox.

If there's already conversation context about something broken, synthesise it straight into the file without asking questions. If this is a cold start, ask what's broken and have a natural back-and-forth to draw out the symptoms. Recognise when it has enough detail (typically 2-4 exchanges) and wrap up.

Capture only — these are rules, not guidelines:

  • Do not read code or explore the codebase
  • Do not search the web or fetch external resources
  • Do not attempt to reproduce or validate the bug
  • Do not suggest fixes or workarounds
  • Do not diagnose root causes or theorise about what's wrong
  • Do not propose solutions or next steps

When ready, generate a short kebab-case slug from the core symptom (e.g., stale-cache-on-deploy, login-timeout) and write the file:

mkdir -p .workflows/.inbox/bugs
Related skills

More from leeovery/claude-technical-workflows

Installs
1
GitHub Stars
15
First Seen
Mar 31, 2026