원클릭으로
workflow-log-bug
Capture a bug report as a markdown file in the workflow inbox. Use when the user wants to log, note, or save a bug for later.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture a bug report as a markdown file in the workflow inbox. Use when the user wants to log, note, or save a bug for later.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Capture a quick-fix as a markdown file in the workflow inbox. Use when the user wants to log a trivially scoped mechanical change for later.
Capture an idea as a markdown file in the workflow inbox. Use when the user wants to log, note, or save an idea for later.
Scaffold a new planning output format adapter. Creates a format directory with all required files implementing the output format contract.
SOC 직업 분류 기준
| name | workflow-log-bug |
| description | Capture a bug report as a markdown file in the workflow inbox. Use when the user wants to log, note, or save a bug for later. |
| allowed-tools | Bash(mkdir -p) |
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:
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
File: .workflows/.inbox/bugs/{YYYY-MM-DD}--{slug}.md (use today's actual date)
Confirm with a one-liner:
Output the next fenced block as a code block:
Logged bug: {slug}