From obsidian-tracker
Close a bug report in Obsidian project. Use when the user invokes /bug-close.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-tracker:bug-closeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Converted from Claude Code command `/bug-close`.
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.
npx claudepluginhub ivanlutsenko/awac-ai-agent-plugins --plugin obsidian-trackerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.