ワンクリックで
obsidian-tracker-project-bug
Create or update a bug report in Obsidian. Use when the user invokes /project-bug.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or update a bug report in Obsidian. Use when the user invokes /project-bug.
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-project-bug |
| description | Create or update a bug report in Obsidian. Use when the user invokes /project-bug. |
| version | 0.1.0 |
Converted from Claude Code command
/project-bug. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Creates a bug report in the specified project.
Вызови MCP tool:
mcp__plugin_obsidian_tracker_obsidian__getConfig
Если initialized: false: выполни инициализацию как в /projects команде.
project-name (optional) - Project to add bug to--title - Bug title (optional, will ask if not provided)--priority - Priority: critical|high|medium|low (default: medium)/project-bug awac-ai-agent-plugins
/project-bug awac-ai-agent-plugins --title "Search broken" --priority high
Resolve project:
Если project-name не указан:
mcp__plugin_obsidian_tracker_obsidian__listProjects
Покажи нумерованный список:
| # | Project | Status |
|---|---|---|
| 1 | name | Active |
Пользователь может ввести номер или имя проекта.
Collect bug info via AskUserQuestion:
Create bug via MCP:
mcp__plugin_obsidian_tracker_obsidian__addBug
с параметрами:
project = project name
title = bug title
description = description
priority = priority
Output:
🐛 Bug created: "{title}"
📁 Path: {path}
🔴 Priority: {priority}
Auto-start tracking (если ещё не активен):
Если .claude/obsidian-tracking.json не существует — создай через скрипт:
plugins/obsidian-tracker/scripts/start-tracking.sh "{project}" "Bug: {title}" "Created bug: {title}"
Выведи: Tracking started for {project}
Если файл существует — прочитай его через Read, добавь в actions Created bug: {title} и перезапиши через Bash.