Skip to main content

execute

Implements a backlog item. Reads the task prompt, makes changes, commits.

インストールへ移動

ソース情報

リポジトリ
poteto/noodle
ソースの最終更新活動
2026年3月1日 21:46
検出された SKILL.md の言語
英語
スター
277
フォーク
16

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
execute
description
Implements a backlog item. Reads the task prompt, makes changes, commits.
schedule
When backlog items with linked plans are ready for implementation
# Execute Implement the task described in the prompt. Make the code changes, verify they compile, and commit with a conventional commit message. ## Steps 1. Read the task description from the prompt. 2. Make the required changes. 3. Verify the changes compile and pass basic checks. 4. Commit with a message in the format: `<type>(<scope>): <description>`.
GitHubで見る