원클릭으로
obsidian-tracker-bug-close
Close a bug report in Obsidian project. Use when the user invokes /bug-close.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Close a bug report in Obsidian project. Use when the user invokes /bug-close.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
One-shot conversion of a Claude Code plugin to Codex format. Use when asked to convert, port, or add Codex support for a plugin in this repository.
One-shot conversion of a Codex plugin to Claude Code format. Use when asked to convert a Codex plugin to Claude Code, add CC support for a Codex plugin, or reverse-port a plugin from Codex.
Continuous maintenance workflow for plugins that target both Claude Code and Codex. Use when a plugin's commands, skills, or agents have changed and the Codex target needs updating.
Manually sync the editor theme to the current macOS appearance (light/dark). Use when the user switched macOS appearance and wants Claude Code and/or Codex themes refreshed now, or asks to fix/resync the theme. Light → gruvbox-light, dark → sunset-drive.
Install the plugin-cross-port pre-commit hook into any git repository. Use when the user invokes /install-hook.
Generates platform-specific social media descriptions for video clips. Creates copy for YouTube Shorts, Instagram Reels, and TikTok.
| name | obsidian-tracker-bug-close |
| description | Close a bug report in Obsidian project. Use when the user invokes /bug-close. |
| version | 0.1.0 |
Converted from Claude Code command
/bug-close. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Closes a bug report in the specified project.
Вызови MCP tool:
mcp__plugin_obsidian_tracker_obsidian__getConfig
Если initialized: false: выполни инициализацию как в /projects команде.
project-name (optional) - Project containing the bug--title - Bug title (optional, will show list if not provided)/bug-close awac-ai-agent-plugins
/bug-close awac-ai-agent-plugins --title "Write tool фейлится"
Resolve project:
Если project-name не указан:
mcp__plugin_obsidian_tracker_obsidian__listProjects
Покажи нумерованный список (только проекты с багами > 0):
| # | Project | Open Bugs |
|---|---|---|
| 1 | name | 3 |
Пользователь может ввести номер или имя проекта.
Select bug:
Получи список багов:
mcp__plugin_obsidian_tracker_obsidian__getProject
с параметром name = project name
Если --title не указан, покажи только Open баги:
| # | Bug | Priority |
|---|---|---|
| 1 | title | high |
Пользователь может ввести номер или название.
Collect resolution (optional): Спроси: "Как был решён баг? (Enter чтобы пропустить)"
Close bug via MCP:
mcp__plugin_obsidian_tracker_obsidian__closeBug
с параметрами:
project = project name
title = bug title
resolution = resolution text (если указан)
Output:
✅ Bug closed: "{title}"
📁 Path: {path}
📅 Resolved: {date}
Update tracking (если активен):
Если .claude/obsidian-tracking.json существует — прочитай, добавь в actions Closed bug: {title} и перезапиши через Bash.