ワンクリックで
debug-script-compilation
Debug issues with the mekara scripting system's compilation or runtime behavior.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Debug issues with the mekara scripting system's compilation or runtime behavior.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | debug-script-compilation |
| description | Debug issues with the mekara scripting system's compilation or runtime behavior. |
You are debugging an issue with the mekara scripting system's compilation or runtime behavior.
$ARGUMENTS
Gather the following information from the user-provided context:
mekara.py) in .agents/skills/<skill>/ is having issues?.md file in .agents/skills/ was it compiled from?If any information is unclear or missing, ask the user for details.
Read the full error traceback to understand what's failing and identify the specific line and operation that's causing the error.
Examine the generated Python code in .agents/skills/<skill>/mekara.py and look for any obvious issues with the generated code.
Review .agents/skills/compile/SKILL.md to understand how scripts should be generated and check if the instructions would lead to the error you're seeing.
Check src/mekara/cli.py and src/mekara/runtime/ to understand how the runtime calls and executes scripts. Verify what the runtime expects vs. what the compiled script provides.
Look at other compiled scripts (mekara.py) in .agents/skills/ that work correctly and identify differences in structure, signatures, or patterns.
Determine whether this is:
compile.mdsrc/mekara/compile.md to be more explicitExplain what was wrong and what you changed, how the fix will prevent this issue in future compilations, and if appropriate, suggest recompiling the script to test the fix.
compile.md without first attempting to edit the compiled .py file..md is recompiled with updated instructions, it should work correctly