ソース情報
- リポジトリ
- mugsun/curdx-flow
- ソースの最終更新活動
- 2026年8月19日 07:05
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/mugsun/curdx-flow --skill feedbackコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Use when a spec has tasks.md and should enter autonomous task execution.
Use when starting curdx-flow, creating a spec, resuming work, or routing intent.
Use when handling curdx-flow flags, state files, delegation, execution loops, or skill entrypoint rules.
SOC 職業分類に基づく
SKILL.md を表示中
| name | feedback |
| description | Use when submitting curdx-flow feedback, bug reports, or feature requests. |
| argument-hint | [feedback message] |
| arguments | message |
| allowed-tools | Bash AskUserQuestion |
| disable-model-invocation | true |
Help improve curdx-flow by submitting feedback or reporting issues.
Check if gh CLI is available by running: which gh
If gh is available, create an issue with the user's feedback:
gh issue create --repo curdx/curdx-flow --title "<short title from feedback>" --body "<full feedback message>"
feedback if it existsIf gh is NOT available, inform the user:
The
ghCLI is not installed or not authenticated. Please submit your feedback manually at:https://github.com/mugsun/curdx-flow/issues/new
Or browse existing issues: https://github.com/mugsun/curdx-flow/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
If no message was provided, ask the user what feedback they'd like to submit.
/curdx-flow:feedback The task verification system sometimes misses TASK_COMPLETE markers
/curdx-flow:feedback Feature request: add support for parallel task execution
/curdx-flow:feedback Bug: cancel command doesn't cleanup .curdx-state.json properly