بنقرة واحدة
obsidian-tracker-decision-close
Close an active decision. Use when the user invokes /decision-close.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Close an active decision. Use when the user invokes /decision-close.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| name | obsidian-tracker-decision-close |
| description | Close an active decision. Use when the user invokes /decision-close. |
| version | 0.1.0 |
Converted from Claude Code command
/decision-close. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Determine project from tracking file or findProjectByLocalPath.
Resolve decision ID:
1 or DEC-001), use it directly.listDecisions with status="Active" and show the list. Ask user to pick.Show the decision via getDecision so the user can confirm.
Ask for close reason (optional) via AskUserQuestion.
Close via closeDecision.
Confirm closure.