一键导入
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.